* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --gold: #d0b868;
    --gold-deep: #b89a4a;
    --ink: #1b1e23;
    --ink-soft: #23272e;
    --slate: #44505c;
    --cream: #f6f3ec;
    --off-white: #fbfaf6;
    --gray: #5a5e66;
    --gray-light: #8a8e96;
    --line: #e6e1d6;
    --line-dark: #34373d;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--ink);
    background: var(--off-white);
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.container { max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 720px; }

/* TYPOGRAPHY */
h1 { font-size: clamp(2.7rem, 6vw, 4.6rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.038em; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 700; line-height: 1.07; letter-spacing: -0.028em; margin-bottom: 18px; }
.h2-light { color: var(--off-white); }
h3 { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 12px; }
h4 { font-size: 1.02rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 8px; }

.eyebrow { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.74rem; font-weight: 700; color: var(--gold-deep); margin-bottom: 16px; }
.eyebrow-gold { color: var(--gold); }
.kicker { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.74rem; font-weight: 600; color: var(--gold); margin-bottom: 20px; }

.lead { font-size: 1.12rem; color: var(--gray); max-width: 700px; margin-bottom: 8px; }
.lead-light { color: rgba(255,255,255,0.74); }
strong { font-weight: 700; }
em { font-style: italic; }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.reveal.in { opacity: 1; transform: none; }

/* NAV */
.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(20,22,26,0); backdrop-filter: blur(0px);
    transition: background 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s ease;
    padding: 20px 0;
}
.nav.scrolled { background: rgba(20,22,26,0.86); backdrop-filter: blur(12px); padding: 12px 0; box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; gap: 24px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-mark { height: 30px; width: auto; }
.nav-brand-text { color: #fff; font-weight: 700; font-size: 0.95rem; letter-spacing: -0.01em; white-space: nowrap; }
.nav-brand-text em { color: var(--gold); font-style: normal; font-weight: 500; }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a { color: rgba(255,255,255,0.72); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-tag { color: rgba(255,255,255,0.45); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; white-space: nowrap; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-bg { position: absolute; inset: -10% 0; background-size: cover; background-position: center 30%; will-change: transform; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,17,20,0.92) 0%, rgba(15,17,20,0.7) 45%, rgba(15,17,20,0.4) 100%); }
.hero-content { position: relative; padding-top: 100px; padding-bottom: 60px; color: #fff; }
.hero-mark { height: 64px; width: auto; margin-bottom: 26px; }
.hero-accent { color: var(--gold); }
.hero h1 { margin-bottom: 26px; }
.hero-sub { font-size: 1.18rem; max-width: 620px; color: rgba(255,255,255,0.82); margin-bottom: 30px; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.pill { border: 1px solid rgba(255,255,255,0.26); border-radius: 100px; padding: 9px 18px; font-size: 0.85rem; font-weight: 500; color: rgba(255,255,255,0.9); }
.hero-scroll { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.01em; }
.hero-scroll:hover { color: #fff; }

/* SECTIONS */
.section { padding: 94px 0; }
.section-cream { background: var(--cream); }
.section-ink { background: var(--ink); }
.demo-note { color: var(--gray-light); font-size: 0.92rem; max-width: 740px; margin-top: 24px; }
.demo-note-light { color: rgba(255,255,255,0.55); }

/* COMPARE */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 40px 0 30px; }
.compare-card { background: #fff; border-radius: 14px; padding: 30px; border: 1px solid var(--line); }
.compare-tag { display: inline-block; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; font-weight: 700; padding: 5px 12px; border-radius: 6px; margin-bottom: 18px; }
.compare-yes { border-top: 4px solid var(--gold); }
.compare-yes .compare-tag { background: rgba(208,184,104,0.18); color: var(--gold-deep); }
.compare-no { border-top: 4px solid #c0564a; }
.compare-no .compare-tag { background: rgba(192,86,74,0.12); color: #c0564a; }
.compare-card ul { list-style: none; }
.compare-card li { padding: 8px 0 8px 28px; position: relative; color: var(--gray); border-bottom: 1px solid var(--line); }
.compare-card li:last-child { border-bottom: none; }
.compare-yes li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 800; }
.compare-no li::before { content: "✕"; position: absolute; left: 0; color: #c0564a; font-weight: 800; }
.internal-note { background: var(--ink); color: rgba(255,255,255,0.82); border-left: 4px solid var(--gold); border-radius: 8px; padding: 20px 24px; font-size: 0.98rem; }
.internal-note strong { color: var(--gold); }

/* LOGO LIBRARY */
.logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 44px 0 40px; }
.logo-card { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.logo-card > img { width: 100%; height: 200px; object-fit: contain; padding: 34px; }
.logo-light { background: #fff; }
.logo-light > img { background: repeating-conic-gradient(#f4f1ea 0% 25%, #fff 0% 50%) 50% / 22px 22px; }
.logo-dark { background: var(--ink); }
.logo-dark > img { background: var(--ink); }
.logo-vector { background: linear-gradient(150deg, #2a2e34, #1b1e23); position: relative; min-height: 200px; display: flex; align-items: center; justify-content: center; }
.vector-badge { width: 72px; height: 72px; border: 2px solid var(--gold); color: var(--gold); border-radius: 12px; display: grid; place-items: center; font-weight: 800; font-size: 1.3rem; margin: 40px 0; }
.logo-meta { padding: 16px 18px; background: #fff; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 2px; position: relative; }
.logo-name { font-weight: 700; font-size: 0.95rem; }
.logo-use { font-size: 0.82rem; color: var(--gray-light); }
.logo-dl { position: absolute; top: 16px; right: 16px; font-size: 0.72rem; font-weight: 700; color: var(--gold-deep); text-decoration: none; border: 1px solid var(--line); border-radius: 6px; padding: 3px 9px; }
.logo-dl:hover { background: var(--gold); color: #fff; border-color: var(--gold); }

.dosdonts { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.dd { border-radius: 14px; padding: 26px 28px; border: 1px solid var(--line); background: #fff; }
.dd h4 { text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.82rem; }
.dd-do h4 { color: var(--gold-deep); }
.dd-dont h4 { color: #c0564a; }
.dd ul { list-style: none; margin-top: 6px; }
.dd li { padding: 7px 0 7px 22px; position: relative; color: var(--gray); font-size: 0.94rem; border-bottom: 1px solid var(--line); }
.dd li:last-child { border-bottom: none; }
.dd-do li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 800; }
.dd-dont li::before { content: "✕"; position: absolute; left: 0; color: #c0564a; font-weight: 800; }

/* COLOR */
.palette-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin: 40px 0 18px; }
.swatch { background: var(--c); border-radius: 12px; aspect-ratio: 3 / 4.2; padding: 16px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; border: 1px solid rgba(255,255,255,0.08); }
.swatch span { font-weight: 700; font-size: 0.9rem; }
.swatch code { font-size: 0.76rem; opacity: 0.85; font-family: 'Inter', monospace; margin: 2px 0; }
.swatch em { font-size: 0.72rem; opacity: 0.7; font-style: normal; }
.swatch-light { color: var(--ink); }
.swatch-light code, .swatch-light em { opacity: 0.7; }

/* TYPOGRAPHY STACK */
.type-stack { margin-top: 40px; border-top: 1px solid var(--line); }
.type-row { display: grid; grid-template-columns: 220px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.type-label { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-light); font-weight: 600; }
.type-display { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.02; }
.type-h2 { font-size: 1.9rem; font-weight: 700; letter-spacing: -0.025em; }
.type-h3 { font-size: 1.3rem; font-weight: 600; }
.type-body { font-size: 1.02rem; color: var(--gray); }
.type-eyebrow { text-transform: uppercase; letter-spacing: 0.16em; font-weight: 700; color: var(--gold-deep); font-size: 0.85rem; }

/* PHOTO LIBRARY */
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.photo-card { position: relative; border-radius: 14px; overflow: hidden; text-decoration: none; display: block; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.photo-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.22,1,0.36,1); }
.photo-card:hover img { transform: scale(1.05); }
.photo-meta { position: absolute; inset: auto 0 0 0; padding: 18px 18px 16px; background: linear-gradient(transparent, rgba(15,17,20,0.92)); color: #fff; }
.photo-tag { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); background: rgba(0,0,0,0.35); padding: 3px 9px; border-radius: 5px; margin-bottom: 8px; }
.photo-desc { display: block; font-size: 0.86rem; color: rgba(255,255,255,0.88); line-height: 1.45; }

/* RULES GRID (captions) */
.rules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 44px 0 16px; }
.rule { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 28px 26px; }
.rule h3 { color: var(--gold-deep); }
.rule ul { list-style: none; }
.rule li { padding: 7px 0; color: var(--gray); border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.rule li:last-child { border-bottom: none; }
.rule-no { color: #c0564a !important; }
.demo-label { font-weight: 600; color: var(--ink); margin: 16px 0 24px; font-size: 1.02rem; }

/* PHONE MOCKUPS */
.phone-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; justify-items: center; }
.phone { position: relative; width: 100%; max-width: 250px; aspect-ratio: 9 / 16; border-radius: 22px; overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,0.18); border: 6px solid #111; }
.phone-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Caption sits at chest height — just below his mouth, above his belly */
.phone-caption { position: absolute; top: 52%; transform: translateY(-50%); left: 0; right: 14%; display: flex; justify-content: center; padding: 0 16px; z-index: 3; }
.cap-block { display: inline-block; text-align: center; font-weight: 700; font-size: 0.95rem; line-height: 1.16; padding: 0; }
/* Native Instagram caption look: white text, thin dark outline + drop shadow, no box */
.cap-native { color: #fff; -webkit-text-stroke: 0.7px rgba(0,0,0,0.65); paint-order: stroke fill; text-shadow: 0 1px 2px rgba(0,0,0,0.55), 0 2px 7px rgba(0,0,0,0.4); }

/* Instagram UI chrome (for reference on mockups) */
.ig-ui { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.ig-actions { position: absolute; right: 7px; bottom: 24%; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.ig-ic { width: 22px; height: 22px; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5)); }
.ig-dots { color: #fff; font-size: 19px; line-height: 0.5; text-shadow: 0 1px 2px rgba(0,0,0,0.5); }
.ig-bottom { position: absolute; left: 10px; right: 46px; bottom: 4.5%; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,0.65); }
.ig-user { display: flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 700; margin-bottom: 5px; }
.ig-avatar { width: 17px; height: 17px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--slate)); border: 1px solid #fff; }
.ig-follow { border: 1px solid rgba(255,255,255,0.85); border-radius: 4px; padding: 1px 7px; font-size: 0.6rem; font-weight: 600; }
.ig-cap { font-size: 0.66rem; opacity: 0.96; margin-bottom: 4px; }
.ig-audio { font-size: 0.62rem; opacity: 0.92; }

/* Safe-zone map */
.safe-row { display: grid; grid-template-columns: 240px 1fr; gap: 36px; align-items: center; margin-bottom: 50px; }
.phone-map .zone { position: absolute; display: flex; align-items: center; justify-content: center; z-index: 4; }
.phone-map .zone span { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #fff; text-align: center; padding: 0 6px; text-shadow: 0 1px 2px rgba(0,0,0,0.6); }
.zone-top { top: 0; left: 0; right: 0; height: 12%; background: rgba(192,86,74,0.5); }
.zone-bottom { bottom: 0; left: 0; right: 0; height: 25%; background: rgba(192,86,74,0.5); }
.zone-right { top: 12%; bottom: 25%; right: 0; width: 17%; background: rgba(192,86,74,0.45); }
.zone-safe { top: 12%; bottom: 25%; left: 0; right: 17%; background: rgba(46,160,110,0.22); border: 1.5px dashed rgba(150,235,185,0.85); }
.zone-line { top: 52%; left: 0; right: 17%; height: 0; border-top: 2px dashed var(--gold); transform: translateY(-1px); }
.zone-line span { background: var(--gold); color: var(--ink); border-radius: 4px; padding: 2px 6px; font-size: 0.56rem !important; text-shadow: none !important; transform: translateY(-50%); }
.safe-legend h4 { font-size: 1.05rem; margin-bottom: 10px; }
.safe-legend p { color: var(--gray); font-size: 0.98rem; margin-bottom: 12px; }

/* THUMBNAIL STYLES */
.thumb-styles { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 44px; }
.style-card { position: relative; background: var(--ink-soft); border: 1px solid var(--line-dark); border-radius: 16px; padding: 30px; }
.style-card-default { border-color: var(--gold); }
.default-flag { position: absolute; top: -12px; right: 24px; background: var(--gold); color: var(--ink); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 5px 12px; border-radius: 6px; }
.style-head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.style-letter { flex-shrink: 0; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 10px; background: var(--gold); color: var(--ink); font-weight: 800; font-size: 1.4rem; }
.style-name { color: #fff; margin-bottom: 2px; }
.style-when { color: rgba(255,255,255,0.55); font-size: 0.9rem; line-height: 1.4; }
.thumb { position: relative; width: 100%; max-width: 270px; aspect-ratio: 9 / 16; margin: 0 auto 22px; border-radius: 12px; overflow: hidden; }
.thumb-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.thumb-shade { position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(0,0,0,0.45)); }
.thumb-shade-top { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.15) 32%, transparent 48%); }
.thumb-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.1) 34%, transparent 50%); }
.thumb-text-a { position: absolute; top: 10%; left: 0; right: 0; text-align: center; font-weight: 900; font-style: italic; font-size: clamp(1.15rem, 3.7vw, 1.55rem); line-height: 1.06; color: #fff; text-transform: uppercase; padding: 0 10px; -webkit-text-stroke: 2px #000; paint-order: stroke fill; }
.hl-gold { color: var(--gold); }
.thumb-text-b { position: absolute; top: 10.5%; left: 0; right: 0; text-align: center; font-weight: 600; font-size: clamp(1.05rem, 3.4vw, 1.45rem); line-height: 1.2; color: #fff; padding: 0 20px; letter-spacing: -0.01em; text-shadow: 0 1px 4px rgba(0,0,0,0.4); }
.style-specs { list-style: none; }
.style-specs li { padding: 8px 0 8px 24px; position: relative; color: rgba(255,255,255,0.78); font-size: 0.94rem; border-bottom: 1px solid var(--line-dark); }
.style-specs li:last-child { border-bottom: none; }
.style-specs li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

/* WEB SYSTEM */
.web-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 42px 0 50px; }
.wp { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px 28px; position: relative; }
.wp-num { color: var(--gold); font-weight: 800; font-size: 0.9rem; letter-spacing: 0.05em; }
.wp h4 { margin: 6px 0 6px; }
.wp p { font-size: 0.95rem; color: var(--gray); }
.sub-h { color: var(--ink); margin: 8px 0 20px; font-size: 1.3rem; }
.btn-demo { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 50px; }
.btn { display: inline-block; text-decoration: none; font-weight: 600; font-size: 0.95rem; padding: 16px 34px; border-radius: 8px; cursor: pointer; transition: all 0.25s ease; border: 1.5px solid transparent; }
.btn-gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.btn-ink { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-ink:hover { background: transparent; color: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.comp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 50px; }
.comp-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px; }
.comp-note { font-size: 0.86rem; color: var(--gray-light); margin-top: 14px; }
.stat-demo { display: flex; flex-direction: column; }
.stat-num { font-size: 2.4rem; font-weight: 800; color: var(--gold-deep); letter-spacing: -0.03em; line-height: 1; }
.stat-lbl { font-size: 0.85rem; color: var(--slate); margin-top: 6px; }
.chip { display: inline-block; border: 1px solid var(--line); background: var(--cream); border-radius: 100px; padding: 8px 16px; font-size: 0.85rem; font-weight: 500; color: var(--slate); }
.web-photo-band { position: relative; border-radius: 18px; overflow: hidden; min-height: 320px; display: flex; align-items: center; }
.wpb-bg { position: absolute; inset: -10% 0; background-size: cover; background-position: center 35%; will-change: transform; }
.wpb-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,17,20,0.9), rgba(15,17,20,0.45)); }
.wpb-content { position: relative; padding: 50px; color: #fff; max-width: 560px; }
.wpb-mark { height: 44px; margin-bottom: 18px; }
.wpb-content h3 { color: #fff; font-size: 1.6rem; }
.wpb-content p { color: rgba(255,255,255,0.82); font-size: 1rem; }

/* CHECKLIST */
.checklist { list-style: none; margin: 36px 0 44px; }
.checklist li { display: flex; align-items: flex-start; gap: 16px; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 20px 24px; margin-bottom: 14px; font-size: 1.06rem; color: var(--gray); }
.checklist strong { color: var(--ink); }
.check { flex-shrink: 0; width: 28px; height: 28px; display: grid; place-items: center; background: var(--gold); color: var(--ink); border-radius: 7px; font-weight: 800; font-size: 0.95rem; }
.unsure { background: var(--ink); color: #fff; border-radius: 16px; padding: 34px 38px; border-left: 5px solid var(--gold); }
.unsure-label { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.74rem; font-weight: 700; color: var(--gold); margin-bottom: 10px; }
.unsure-text { font-size: 1.18rem; max-width: none; color: rgba(255,255,255,0.92); }
.unsure-text strong { color: #fff; }

/* FOOTER */
.footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 56px 0; text-align: center; }
.footer-mark { height: 40px; margin-bottom: 18px; }
.footer strong { color: #fff; }
.footer-sub { font-size: 0.88rem; color: rgba(255,255,255,0.45); margin-top: 8px; }

/* RESPONSIVE */
@media (max-width: 900px) {
    .nav-links { display: none; }
    .compare-grid, .rules-grid, .phone-row, .thumb-styles, .logo-grid, .photo-grid, .dosdonts, .web-principles, .comp-grid, .safe-row { grid-template-columns: 1fr; }
    .phone-map { max-width: 240px; }
    .phone { max-width: 280px; }
    .palette-row { grid-template-columns: repeat(3, 1fr); }
    .photo-grid { grid-template-columns: 1fr 1fr; }
    .logo-grid { grid-template-columns: 1fr 1fr; }
    .type-row { grid-template-columns: 1fr; gap: 8px; }
    .section { padding: 64px 0; }
}
@media (max-width: 560px) {
    .container { padding: 0 22px; }
    .palette-row, .photo-grid, .logo-grid { grid-template-columns: 1fr; }
    .hero-content { padding-top: 90px; }
    .wpb-content { padding: 32px 26px; }
}
