:root {
  --ink: #142a38;
  --ink-soft: #45606b;
  --ocean: #0c526a;
  --turquoise: #62c8c1;
  --turquoise-pale: #d4f5ee;
  --paper: #f6f0e4;
  --paper-deep: #e7dcc5;
  --sun: #f5bd59;
  --coral: #eb8668;
  --line: rgba(20, 42, 56, .2);
  --display: Georgia, 'Times New Roman', serif;
  --sans: 'Trebuchet MS', Arial, sans-serif;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(calc(100% - 80px), var(--max)); margin-inline: auto; }
.page-grain { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .26; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E"); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── HEADER ── */
.site-header { width: min(calc(100% - 80px), var(--max)); height: 86px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; align-items: center; justify-content: space-between; color: #f9f4e8; transition: background .4s ease, top .4s ease, color .3s, box-shadow .4s ease, border-radius .4s ease, height .4s ease, width .4s ease, padding .4s ease; }
.site-header.scrolled { position: fixed; top: 14px; height: 64px; padding: 0 24px; width: min(calc(100% - 32px), 1180px); background: rgba(246, 240, 228, .92); color: var(--ink); box-shadow: 0 9px 35px rgba(11, 34, 44, .13); backdrop-filter: blur(12px); border-radius: 100px; }
.brand { display: inline-flex; gap: 9px; align-items: center; font-size: 14px; letter-spacing: .18em; font-weight: bold; }
.brand i { font-family: var(--display); font-weight: normal; letter-spacing: .1em; }
.brand-sigil { color: var(--sun); font-size: 20px; line-height: 1; transition: transform .4s ease; }
.brand:hover .brand-sigil { transform: rotate(180deg) scale(1.15); }
.main-nav { display: flex; gap: 31px; align-items: center; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { position: relative; opacity: .88; transition: opacity .2s; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 1px; background: var(--sun); transition: width .3s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta).active::after { width: 100%; }
.main-nav > a:hover, .main-nav > a.active { opacity: 1; }
.nav-cta { border: 1px solid currentColor; border-radius: 100px; padding: 10px 15px 10px 17px; transition: background .3s, color .3s, border-color .3s, transform .2s; }
.nav-cta:hover { background: var(--sun); color: var(--ink); border-color: var(--sun); transform: translateY(-2px); }
.nav-cta span { color: var(--sun); font-size: 16px; margin-left: 4px; transition: color .3s; }
.nav-cta:hover span { color: var(--ink); }
.lang-switch { display: flex; align-items: center; justify-content: center; margin-left: 8px; padding: 7px 13px; border: 1px solid currentColor; border-radius: 100px; background: transparent; color: inherit; font-size: 10px; font-weight: bold; letter-spacing: .14em; cursor: pointer; transition: background .3s, color .3s, border-color .3s, transform .2s; }
.lang-switch:hover { background: var(--sun); color: var(--ink); border-color: var(--sun); transform: translateY(-2px); }
.menu-toggle { display: none; }

/* ── HERO ── */
.hero { height: min(810px, 100vh); min-height: 680px; max-width: none; width: 100%; position: relative; overflow: hidden; background: linear-gradient(180deg, #1280a1 0%, #49c6be 47%, #a4db98 100%); color: #fff; }
.hero-art { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(6, 48, 77, .24) 0%, rgba(8, 63, 80, .04) 50%, rgba(7, 50, 68, .05) 100%), url('assets/main.webp'); background-size: cover; background-position: center; filter: saturate(1.05) contrast(1.02); animation: heroBreathe 15s ease-in-out infinite alternate; }
@keyframes heroBreathe { from { transform: scale(1); } to { transform: scale(1.045); } }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(0deg, rgba(8, 68, 58, .44), transparent); pointer-events: none; }
.hero-sun { position: absolute; width: min(33vw, 470px); aspect-ratio: 1; left: -9vw; top: 15%; border-radius: 50%; background: radial-gradient(circle, rgba(255, 233, 148, .75), rgba(255, 210, 105, .14) 49%, transparent 70%); mix-blend-mode: screen; animation: sunPulse 8s ease-in-out infinite alternate; }
@keyframes sunPulse { from { opacity: .85; transform: scale(1); } to { opacity: 1; transform: scale(1.08); } }
.hero-copy { position: absolute; z-index: 2; top: 50%; left: max(40px, calc((100% - var(--max))/2)); transform: translateY(-41%); max-width: 640px; }
.hero-copy .commission-badge { opacity: 0; animation: heroEntrance .8s ease forwards .2s; }
.hero-copy .eyebrow { opacity: 0; animation: heroEntrance .8s ease forwards .4s; }
.hero-copy h1 { opacity: 0; animation: heroEntrance .9s ease forwards .6s; }
.hero-copy .hero-description { opacity: 0; animation: heroEntrance .8s ease forwards .9s; }
.hero-copy .hero-actions { opacity: 0; animation: heroEntrance .8s ease forwards 1.1s; }
@keyframes heroEntrance { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: inherit; font-size: 10px; font-weight: bold; letter-spacing: .21em; }
.eyebrow span { display: inline-block; width: 24px; height: 1px; background: currentColor; transform-origin: left; animation: lineGrow .6s ease forwards; }
@keyframes lineGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.055em; }
h1 { margin-bottom: 26px; font-size: clamp(52px, 7vw, 106px); line-height: .88; text-shadow: 0 2px 20px rgba(10, 50, 65, .1); }
h1 em, h2 em { font-weight: normal; color: #fee3a3; }
h2 em { background: linear-gradient(90deg, #fee3a3 0%, #ffcc5c 40%, #fee3a3 80%); background-size: 200% 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shimmer 4s ease-in-out infinite; }
@keyframes shimmer { 0%, 100% { background-position: 200% center; } 50% { background-position: 0% center; } }
.hero-description { width: 360px; max-width: 86vw; font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 30px; }
.button { position: relative; display: inline-flex; align-items: center; gap: 17px; padding: 14px 18px 14px 21px; border-radius: 100px; font-size: 11px; font-weight: bold; letter-spacing: .12em; text-transform: uppercase; transition: transform .3s ease, box-shadow .3s ease; overflow: hidden; }
.button::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(98, 200, 193, .25), transparent 60%); opacity: 0; transition: opacity .3s; }
.button:hover::before { opacity: 1; }
.button:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(4, 42, 54, .22); }
.button:active { transform: translateY(-1px) scale(.97); }
.button-primary { background: var(--paper); color: var(--ink); }
.button span { color: var(--ocean); font-size: 18px; transition: transform .3s ease; }
.button:hover span { transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; transition: gap .3s ease; }
.text-link:hover { gap: 18px; }
.text-link span { font-size: 16px; transition: transform .3s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-card { position: absolute; z-index: 2; bottom: 62px; right: max(40px, calc((100% - var(--max))/2)); padding: 17px 18px 14px; width: 206px; background: rgba(244, 249, 236, .15); border: 1px solid rgba(255,255,255,.4); backdrop-filter: blur(10px); color: #fff; opacity: 0; animation: cardSlideIn 1s ease forwards 1.4s; }
@keyframes cardSlideIn { from { opacity: 0; transform: translateX(30px) translateY(10px); } to { opacity: 1; transform: none; } }
.hero-card-top { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .16em; }
.hero-card-top span:first-child { color: var(--sun); font-size: 17px; animation: starSpin 6s linear infinite; }
@keyframes starSpin { to { transform: rotate(360deg); } }
.hero-card p { margin: 25px 0 12px; font-family: var(--display); font-size: 22px; line-height: .96; letter-spacing: -.04em; }
.hero-card p em { color: #ffdb88; }
.hero-card-line { border-top: 1px solid rgba(255,255,255,.45); }
.hero-card-note { display: block; padding-top: 9px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.hero-scroll-cue { position: absolute; z-index: 2; left: max(40px, calc((100% - var(--max))/2)); bottom: 34px; display: flex; align-items: center; gap: 10px; font-size: 8px; letter-spacing: .17em; animation: scrollBounce 2s ease-in-out infinite; opacity: 0; animation: scrollCueEntrance 1s ease forwards 1.8s, scrollBounce 2s ease-in-out infinite 2.8s; }
@keyframes scrollCueEntrance { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes scrollBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.hero-scroll-cue i { display: block; width: 42px; border-top: 1px solid rgba(255,255,255,.75); animation: lineGrow .5s ease forwards 2s; transform-origin: left; }
.hero-orb { position: absolute; z-index: 1; width: 7px; height: 7px; border-radius: 50%; background: #fcf0ba; box-shadow: 0 0 12px 5px rgba(255, 244, 180, .45); animation: float 4s ease-in-out infinite alternate; }
.orb-one { left: 58%; top: 34%; }.orb-two { right: 18%; top: 59%; width: 4px; height: 4px; animation-delay: -2s; }
@keyframes float { to { transform: translateY(-20px) translateX(8px); } }

/* ── COMMISSION BADGE ── */
.commission-badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px 8px 12px; margin-bottom: 18px; background: rgba(244, 249, 236, .18); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(10px); border-radius: 100px; font-size: 10px; font-weight: bold; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.commission-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 8px 3px rgba(98, 200, 193, .55); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .6; transform: scale(1.3); } }

/* ── INTRO BAND ── */
.intro-band { position: relative; padding-block: 118px 110px; display: grid; grid-template-columns: .65fr 2fr .15fr; gap: 30px; }
.intro-band .eyebrow { padding-top: 12px; color: var(--ocean); }
.intro-band h2 { margin-bottom: 20px; font-size: clamp(34px, 4.2vw, 64px); line-height: .98; color: var(--ink); }
.intro-band h2 em { color: var(--coral); }
.intro-band-copy > p { width: 385px; max-width: 100%; margin-left: 44%; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.intro-mark { align-self: end; color: var(--sun); font-size: 31px; animation: starSpin 12s linear infinite; }

/* ── CLIENTS MARQUEE ── */
.clients { padding-block: 55px 65px; overflow: hidden; border-bottom: 1px solid var(--line); }
.clients .eyebrow { color: var(--ink-soft); justify-content: center; margin-bottom: 30px; }
.clients-marquee { position: relative; width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.clients-track { display: flex; gap: 60px; align-items: center; width: max-content; animation: marquee 25s linear infinite; }
.client-logo { font-family: var(--display); font-size: 22px; color: var(--ink-soft); opacity: .45; white-space: nowrap; letter-spacing: -.02em; transition: opacity .3s; }
.client-logo:hover { opacity: .8; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── WORKS SECTION ── */
.works { padding-block: 92px 110px; background: var(--ink); color: var(--paper); max-width: none; width: 100%; padding-inline: max(40px, calc((100% - var(--max))/2)); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 54px; }
.section-heading .eyebrow, .services .eyebrow { color: var(--turquoise); }
.section-heading h2, .services h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: .9; }
.section-heading h2 em, .services h2 em { color: var(--sun); }
.collection-filters { display: flex; gap: 5px; padding-bottom: 6px; }
.filter-button { border: 1px solid rgba(246, 240, 228, .4); background: transparent; border-radius: 30px; padding: 8px 13px; color: var(--paper); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; transition: .25s; }
.filter-button:hover, .filter-button.active { background: var(--turquoise); color: var(--ink); border-color: var(--turquoise); }
.work-grid { display: grid; grid-template-columns: 1.2fr .84fr .96fr; grid-auto-rows: 225px; gap: 14px; }
.work-card { position: relative; overflow: hidden; min-height: 0; padding: 0; border: 0; background: #1d7881; color: #fff; text-align: left; }
.work-card-large { grid-row: span 2; }.work-card-tall { grid-row: span 3; }.work-card-wide { grid-column: span 2; }.work-card-square { grid-row: span 2; }
.work-image { display: block; width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform .7s cubic-bezier(.25,.46,.45,.94), filter .5s ease; }
.work-card:hover .work-image { transform: scale(1.08); filter: saturate(1.15); }
.work-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 24, 33, .76), transparent 59%); transition: opacity .4s; }
.work-card:hover .work-overlay { opacity: .9; }
.work-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.08) 50%, transparent 70%); transform: translateX(-100%); transition: none; pointer-events: none; }
.work-card:hover::after { transform: translateX(100%); transition: transform .8s ease; }
.work-index { position: absolute; left: 17px; top: 15px; color: var(--sun); font-size: 10px; letter-spacing: .15em; transition: transform .3s; }
.work-card:hover .work-index { transform: translateY(-3px); }
.work-content { position: absolute; left: 17px; bottom: 16px; display: grid; gap: 5px; transition: transform .3s ease; }
.work-card:hover .work-content { transform: translateY(-5px); }
.work-content strong { font-family: var(--display); font-size: 26px; font-weight: 400; letter-spacing: -.04em; }
.work-content small { color: rgba(255,255,255,.8); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.work-open { position: absolute; top: 14px; right: 15px; display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; opacity: 0; transform: translateY(6px) rotate(-45deg); transition: .4s cubic-bezier(.25,.46,.45,.94); }
.work-card:hover .work-open { opacity: 1; transform: none; }
.work-card.is-hidden { display: none; }
.collection-link { float: right; margin-top: 28px; color: var(--turquoise-pale); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid rgba(212,245,238,.6); padding-bottom: 5px; transition: gap .3s; }
.collection-link span { margin-left: 11px; font-size: 15px; transition: transform .3s ease; }
.collection-link:hover span { transform: translateX(5px); }

/* ── ABOUT ── */
.about { display: grid; grid-template-columns: 1fr 1.04fr; gap: clamp(50px, 10vw, 150px); padding-block: 136px; align-items: center; }
.about-visual { position: relative; height: 560px; background: #b7e1d2; overflow: hidden; }
.about-portrait { position: absolute; inset: 21px 21px 0 0; background: linear-gradient(0deg, rgba(10, 68, 72, .25), transparent 60%), url('assets/PROFILE.webp') center top / cover no-repeat; transition: transform .6s ease; }
.about-visual:hover .about-portrait { transform: scale(1.04); }
.about-visual::before { content: ''; position: absolute; left: -26px; top: -29px; width: 130px; height: 130px; border-radius: 50%; background: var(--sun); opacity: .92; animation: sunPulse 6s ease-in-out infinite alternate; z-index: 1; }
.about-stamp { position: absolute; right: -29px; top: 43px; display: grid; place-items: center; gap: 4px; width: 91px; height: 91px; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); color: var(--ink); transform: rotate(11deg); z-index: 1; transition: transform .4s ease; }
.about-visual:hover .about-stamp { transform: rotate(-5deg) scale(1.05); }
.about-stamp span { font-size: 21px; color: var(--coral); animation: starSpin 8s linear infinite; }
.about-stamp i { font-style: normal; font-size: 7px; font-weight: bold; letter-spacing: .12em; text-align: center; }
.about-caption { position: absolute; bottom: 22px; left: 19px; padding: 11px 12px; background: rgba(246,240,228,.94); color: var(--ink); font-family: var(--display); font-size: 13px; line-height: 1.14; z-index: 1; transition: transform .3s ease; }
.about-visual:hover .about-caption { transform: translateY(-4px); }
.about-copy .eyebrow { color: var(--ocean); }
.about-copy h2 { margin-bottom: 29px; font-size: clamp(48px, 6vw, 80px); line-height: .86; }
.about-copy h2 em { color: var(--coral); }
.about-copy p { color: var(--ink-soft); font-size: 14px; line-height: 1.8; }
.about-copy p.lead { color: var(--ink); font-size: 17px; line-height: 1.6; }
.about-meta { display: flex; gap: 30px; padding-block: 28px; border-top: 1px solid var(--line); margin-top: 31px; }
.about-meta div { display: flex; align-items: center; gap: 10px; }
.about-meta strong { font-family: var(--display); color: var(--ocean); font-size: 38px; font-weight: normal; line-height: 1; }
.about-meta span { color: var(--ink-soft); font-size: 8px; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }

/* ── TESTIMONIALS (CTA state — no reviews yet) ── */
.testimonials { padding-block: 100px 110px; background: var(--ink); color: var(--paper); max-width: none; width: 100%; padding-inline: max(40px, calc((100% - var(--max))/2)); }
.testimonial-cta {
  position: relative;
  text-align: center;
  max-width: 580px;
  margin-inline: auto;
  padding: 60px 30px 50px;
}
.testimonial-cta .eyebrow { justify-content: center; color: var(--turquoise); }
.testimonial-cta h2 {
  margin: 0 auto 20px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: .92;
}
.testimonial-cta h2 em { color: var(--sun); }
.testimonial-cta-icon {
  display: flex;
  justify-content: center;
  color: var(--turquoise);
  margin-bottom: 24px;
  animation: iconBounce 3s ease-in-out infinite;
}
@keyframes iconBounce {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.08); }
}
.testimonial-cta-desc {
  color: rgba(246, 240, 228, .75);
  font-size: 14px;
  line-height: 1.7;
  max-width: 440px;
  margin: 0 auto 32px;
}
.button-testimonial {
  background: var(--turquoise);
  color: var(--ink);
  border: none;
}
.button-testimonial span {
  color: var(--ink) !important;
  font-size: 16px;
}
.button-testimonial:hover {
  background: var(--sun);
  box-shadow: 0 10px 35px rgba(245, 189, 89, .3);
}
.testimonial-cta-note {
  margin: 18px 0 0;
  color: rgba(246, 240, 228, .4);
  font-size: 10px;
  letter-spacing: .08em;
}
.testimonial-cta-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.testimonial-cta-decor span {
  position: absolute;
  color: var(--sun);
  font-size: 14px;
  opacity: .4;
  animation: float 4s ease-in-out infinite alternate;
}
.testimonial-cta-decor span:nth-child(1) { left: 5%; top: 20%; animation-delay: 0s; }
.testimonial-cta-decor span:nth-child(2) { right: 8%; top: 30%; animation-delay: -1.5s; font-size: 10px; }
.testimonial-cta-decor span:nth-child(3) { left: 12%; bottom: 15%; animation-delay: -3s; font-size: 11px; }

/* ── SERVICES ── */
.services { display: grid; grid-template-columns: .9fr 1.35fr; gap: 80px; padding-block: 107px; }
.services-heading h2 { color: var(--ink); }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 46px 1fr 30px; gap: 17px; align-items: center; min-height: 139px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-item:hover { padding-left: 13px; background: rgba(98,200,193,.09); }
.service-number { color: var(--coral); font-size: 10px; letter-spacing: .12em; }
.service-item h3 { margin: 0 0 7px; font-family: var(--display); font-size: 29px; font-weight: normal; letter-spacing: -.03em; }
.service-item p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.service-arrow { color: var(--ocean); font-size: 27px; transition: transform .25s; }
.service-item:hover .service-arrow { transform: translate(4px, -4px); }

/* ── PROCESS TIMELINE ── */
.process { padding-block: 100px 110px; }
.process .section-heading .eyebrow { color: var(--ocean); }
.process .section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: .9; color: var(--ink); }
.process .section-heading h2 em { color: var(--coral); }
.process-timeline { display: flex; align-items: flex-start; gap: 0; margin-top: 60px; }
.process-step { flex: 1; text-align: center; position: relative; padding: 0 16px; }
.process-number { display: block; color: var(--coral); font-size: 10px; letter-spacing: .14em; margin-bottom: 16px; }
.process-icon { display: flex; justify-content: center; margin-bottom: 14px; transition: transform .3s ease; }
.process-step:hover .process-icon { transform: translateY(-6px) scale(1.15); }
.process-step h3 { font-family: var(--display); font-size: 24px; font-weight: 400; letter-spacing: -.03em; margin-bottom: 10px; transition: color .3s; }
.process-step:hover h3 { color: var(--ocean); }
.process-step p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; max-width: 220px; margin-inline: auto; }
.process-connector { width: 60px; flex-shrink: 0; height: 1px; background: var(--line); margin-top: 58px; position: relative; }
.process-connector::after { content: '✦'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--sun); font-size: 8px; background: var(--paper); padding: 0 6px; animation: starSpin 8s linear infinite; }

/* ── SHOP ── */
.shop { padding-block: 90px 100px; background: var(--paper-deep); max-width: none; width: 100%; padding-inline: max(40px, calc((100% - var(--max))/2)); }
.shop .section-heading .eyebrow { color: var(--ocean); }
.shop .section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: .9; color: var(--ink); }
.shop .section-heading h2 em { color: var(--coral); }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.shop-card { display: flex; flex-direction: column; padding: 34px 28px 28px; background: var(--paper); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s, border-color .3s; text-decoration: none; color: var(--ink); }
.shop-icon { display: inline-flex; margin-bottom: 18px; }
.shop-card h3 { font-family: var(--display); font-size: 26px; font-weight: 400; letter-spacing: -.03em; margin-bottom: 10px; }
.shop-card > p { color: var(--ink-soft); font-size: 13px; line-height: 1.65; flex: 1; margin-bottom: 22px; }
.shop-platform { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: bold; letter-spacing: .12em; text-transform: uppercase; color: var(--ocean); padding-top: 16px; border-top: 1px solid var(--line); }
.shop-platform span { font-size: 15px; }

/* Coming Soon overlay */
.shop-coming-soon { position: relative; margin-top: 50px; }
.shop-grid-blurred {
  margin-top: 0;
  filter: blur(6px) grayscale(.4);
  opacity: .45;
  pointer-events: none;
  user-select: none;
}
.shop-coming-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  z-index: 2;
}
.shop-coming-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 32px;
  background: rgba(246, 240, 228, .85);
  border: 1px solid rgba(20, 42, 56, .15);
  backdrop-filter: blur(12px);
  border-radius: 100px;
  box-shadow: 0 8px 40px rgba(11, 34, 44, .12), 0 0 0 1px rgba(245, 189, 89, .15);
  animation: badgeFloat 4s ease-in-out infinite alternate;
}
@keyframes badgeFloat {
  0% { transform: translateY(0); box-shadow: 0 8px 40px rgba(11, 34, 44, .12), 0 0 0 1px rgba(245, 189, 89, .15); }
  100% { transform: translateY(-8px); box-shadow: 0 16px 50px rgba(11, 34, 44, .16), 0 0 0 1px rgba(245, 189, 89, .25); }
}
.coming-label {
  font-family: var(--display);
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 400;
  letter-spacing: -.03em;
  color: var(--ink);
  background: linear-gradient(90deg, var(--ink) 0%, var(--coral) 30%, var(--sun) 50%, var(--coral) 70%, var(--ink) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: comingShimmer 4s ease-in-out infinite;
}
@keyframes comingShimmer {
  0%, 100% { background-position: 200% center; }
  50% { background-position: 0% center; }
}
.coming-star {
  color: var(--sun);
  font-size: 18px;
  animation: starSpin 6s linear infinite;
}
.coming-star:last-child { animation-direction: reverse; }
.shop-coming-text {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  letter-spacing: .04em;
  text-align: center;
  max-width: 360px;
  line-height: 1.6;
}

/* ── FAQ ── */
.faq { padding-block: 100px 110px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq-heading .eyebrow { color: var(--ocean); }
.faq-heading h2 { margin-bottom: 18px; font-size: clamp(40px, 5vw, 70px); line-height: .9; color: var(--ink); }
.faq-heading h2 em { color: var(--coral); }
.faq-note { color: var(--ink-soft); font-size: 14px; line-height: 1.7; max-width: 300px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; cursor: pointer; font-family: var(--display); font-size: 20px; font-weight: 400; letter-spacing: -.02em; color: var(--ink); list-style: none; transition: color .3s, padding-left .3s; }
.faq-item summary:hover { padding-left: 8px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--sans); font-size: 22px; color: var(--coral); transition: transform .4s cubic-bezier(.25,.46,.45,.94), color .3s; flex-shrink: 0; margin-left: 16px; }
.faq-item[open] summary::after { content: '×'; transform: rotate(90deg); color: var(--ocean); }
.faq-item[open] summary { color: var(--ocean); }
.faq-answer { padding: 0 0 22px; animation: faqOpen .4s ease; }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.faq-answer p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }

/* ── CONTACT ── */
.contact { position: relative; overflow: hidden; margin-bottom: 70px; padding: 113px 30px 103px; max-width: none; width: 100%; text-align: center; background: var(--ocean); color: var(--paper); }
.contact::before, .contact::after { content: ''; position: absolute; width: 290px; height: 290px; border: 1px solid rgba(212,245,238,.24); border-radius: 50%; animation: ringPulse 6s ease-in-out infinite; }
.contact::before { left: -75px; top: -110px; box-shadow: 0 0 0 24px rgba(212,245,238,.055), 0 0 0 48px rgba(212,245,238,.04); }
.contact::after { right: -120px; bottom: -145px; box-shadow: 0 0 0 24px rgba(212,245,238,.055), 0 0 0 48px rgba(212,245,238,.04); animation-delay: -3s; }
@keyframes ringPulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.06); opacity: .7; } }
.contact > * { position: relative; z-index: 1; }
.contact .eyebrow { justify-content: center; color: var(--turquoise); }
.contact h2 { margin: 0 auto 32px; font-size: clamp(38px, 6.6vw, 88px); line-height: .88; }
.contact h2 em { color: var(--sun); }
.button-light { background: var(--paper); color: var(--ink); }
.contact-note { margin: 19px 0 0; color: rgba(246,240,228,.75); font-size: 10px; letter-spacing: .07em; }
.contact-stars span { position: absolute; color: #f2c862; font-size: 16px; animation: float 4s ease-in-out infinite alternate; }
.contact-stars span:nth-child(1) { left: 15%; top: 29%; }
.contact-stars span:nth-child(2) { left: 28%; bottom: 22%; animation-delay: -1s; }
.contact-stars span:nth-child(3) { right: 18%; top: 27%; animation-delay: -2.5s; }
.contact-stars span:nth-child(4) { right: 31%; bottom: 23%; animation-delay: -3s; }

/* ── FOOTER ── */
.site-footer { display: flex; align-items: center; justify-content: space-between; padding-bottom: 36px; color: var(--ink-soft); }
.site-footer .brand { color: var(--ink); }
.site-footer p, .site-footer div { margin: 0; font-size: 10px; letter-spacing: .1em; }
.site-footer div { display: flex; gap: 16px; text-transform: uppercase; }
.site-footer div a { transition: color .3s ease, transform .2s ease; display: inline-block; }
.site-footer div a:hover { color: var(--ocean); transform: translateY(-2px); }

/* ── DIALOG / LIGHTBOX ── */
.art-dialog { width: min(800px, calc(100% - 32px)); padding: 0; overflow: hidden; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 25px 90px rgba(5,25,35,.45); animation: dialogIn .4s cubic-bezier(.25,.46,.45,.94); }
@keyframes dialogIn { from { opacity: 0; transform: scale(.92) translateY(20px); } to { opacity: 1; transform: none; } }
.art-dialog::backdrop { background: rgba(7, 25, 34, .76); backdrop-filter: blur(5px); animation: fadeIn .3s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.dialog-art { height: min(65vh, 580px); background-position: center; background-size: contain; background-repeat: no-repeat; background-color: var(--ink); }
.dialog-caption { display: flex; justify-content: space-between; align-items: baseline; padding: 17px 22px; }
.dialog-caption p { margin: 0; font-family: var(--display); font-size: 28px; }
.dialog-caption span { color: var(--ink-soft); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.dialog-close { position: absolute; z-index: 1; right: 12px; top: 12px; width: 35px; height: 35px; border: 0; border-radius: 50%; background: rgba(246,240,228,.9); color: var(--ink); font-size: 24px; line-height: 1; transition: transform .3s ease, background .3s; }
.dialog-close:hover { transform: rotate(90deg) scale(1.1); background: var(--coral); color: #fff; }

/* ── SCROLL REVEAL ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.25,.46,.45,.94), transform .8s cubic-bezier(.25,.46,.45,.94); }
.reveal.revealed { opacity: 1; transform: none; }
.reveal-left { opacity: 0; transform: translateX(-30px); transition: opacity .8s ease, transform .8s ease; }
.reveal-left.revealed { opacity: 1; transform: none; }
.reveal-right { opacity: 0; transform: translateX(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal-right.revealed { opacity: 1; transform: none; }
.reveal-scale { opacity: 0; transform: scale(.92); transition: opacity .8s ease, transform .8s ease; }
.reveal-scale.revealed { opacity: 1; transform: none; }
.stagger-1 { transition-delay: .1s; }
.stagger-2 { transition-delay: .2s; }
.stagger-3 { transition-delay: .3s; }
.stagger-4 { transition-delay: .4s; }


/* ══════════════════════════════════════════════════════
   RESPONSIVE — TABLET (max-width: 1024px)
   ══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .section-shell { width: min(calc(100% - 60px), var(--max)); }

  .about { grid-template-columns: 1fr 1.1fr; gap: 60px; padding-block: 100px; }
  .about-visual { height: 480px; }
  .about-copy h2 { font-size: clamp(44px, 5.5vw, 68px); }

  .services { gap: 50px; padding-block: 90px; }

  .faq-layout { gap: 50px; }

  .shop-grid { gap: 14px; }
}


/* ══════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 800px)
   ══════════════════════════════════════════════════════ */
@media (max-width: 800px) {
  .section-shell { width: min(calc(100% - 40px), var(--max)); }

  /* ── Header mobile ── */
  .site-header { width: calc(100% - 40px); height: 72px; }
  .site-header.scrolled { width: calc(100% - 24px); top: 8px; padding: 0 14px; }

  .menu-toggle {
    display: grid;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.5);
    background: rgba(255,255,255,.08);
    color: inherit;
    border-radius: 50%;
    transition: background .3s, border-color .3s;
  }
  .menu-toggle:hover { background: rgba(255,255,255,.15); }
  .menu-toggle span:not(.sr-only) { width: 100%; border-top: 1.5px solid currentColor; transition: transform .3s; }
  .site-header.scrolled .menu-toggle { border-color: var(--line); background: rgba(20,42,56,.06); }

  .main-nav {
    position: absolute;
    top: 66px;
    right: 0;
    display: none;
    width: 220px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(10,72,86,.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 15px 40px rgba(0,0,0,.2);
    border-radius: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
    animation: menuSlideIn .3s ease;
  }
  @keyframes menuSlideIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
  .site-header.scrolled .main-nav { background: rgba(246,240,228,.96); border-color: var(--line); backdrop-filter: blur(16px); }
  .main-nav.open { display: flex; }
  .nav-cta { text-align: center; }

  /* ── Hero mobile ── */
  .hero { min-height: 100svh; height: 100svh; }
  .hero-art { background-position: 61% center; }
  .hero-copy { top: auto; bottom: 0; left: 20px; right: 20px; transform: none; max-width: none; padding-bottom: 70px; }
  .hero-description { max-width: 100%; width: 100%; font-size: 13px; line-height: 1.7; }
  .hero-card { width: 170px; right: 20px; bottom: auto; top: 100px; padding: 14px 15px 12px; }
  .hero-card p { font-size: 19px; margin: 18px 0 10px; }
  .hero-scroll-cue { left: 20px; bottom: 22px; font-size: 7px; }
  .hero-actions { gap: 17px; margin-top: 24px; }
  .text-link { font-size: 9px; }
  .commission-badge { font-size: 9px; padding: 7px 14px 7px 11px; }

  /* ── Intro band mobile ── */
  .intro-band { grid-template-columns: 1fr; gap: 8px; padding-block: 80px 70px; }
  .intro-band .eyebrow { padding: 0; }
  .intro-band h2 { font-size: clamp(30px, 7vw, 48px); margin-bottom: 16px; }
  .intro-band-copy > p { margin-left: 0; font-size: 13px; }
  .intro-mark { display: none; }

  /* ── Clients mobile ── */
  .clients { padding-block: 40px 50px; }
  .clients-track { gap: 40px; }
  .client-logo { font-size: 18px; }

  /* ── Works section mobile ── */
  .section-heading { align-items: start; flex-direction: column; gap: 20px; margin-bottom: 36px; }
  .collection-filters { flex-wrap: wrap; gap: 6px; }
  .works { padding-inline: 20px; padding-block: 70px 80px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; gap: 10px; }
  .work-card-large { grid-row: span 2; grid-column: span 2; }
  .work-card-tall { grid-row: span 2; }
  .work-card-wide { grid-column: span 2; }
  .work-card-square { grid-row: span 1; }
  .work-content strong { font-size: 20px; }
  .work-content { left: 14px; bottom: 14px; gap: 3px; }
  .work-index { left: 14px; top: 12px; }

  /* ── About mobile ── */
  .about { grid-template-columns: 1fr; gap: 50px; padding-block: 80px; }
  .about-visual { height: 420px; }
  .about-visual::before { width: 90px; height: 90px; left: -18px; top: -18px; }
  .about-stamp { width: 75px; height: 75px; right: -18px; top: 30px; }
  .about-stamp span { font-size: 17px; }
  .about-stamp i { font-size: 6px; }
  .about-copy h2 { font-size: clamp(44px, 10vw, 62px); margin-bottom: 22px; }
  .about-copy p { font-size: 13px; line-height: 1.75; }
  .about-copy p.lead { font-size: 15px; }
  .about-meta { gap: 20px; justify-content: flex-start; flex-wrap: wrap; }
  .about-meta strong { font-size: 32px; }
  .about-meta div { gap: 8px; }

  /* ── Testimonials CTA mobile ── */
  .testimonials { padding-inline: 20px; padding-block: 70px 80px; }
  .testimonial-cta { padding: 40px 16px 36px; }
  .testimonial-cta h2 { font-size: clamp(30px, 7vw, 48px); }
  .testimonial-cta-desc { font-size: 13px; }
  .testimonial-cta-icon { font-size: 40px; margin-bottom: 20px; }
  .testimonial-cta-decor span { display: none; }

  /* ── Services mobile ── */
  .services { grid-template-columns: 1fr; gap: 36px; padding-block: 70px 80px; }
  .service-item { min-height: 110px; grid-template-columns: 34px 1fr 26px; gap: 12px; padding: 8px 0; }
  .service-item h3 { font-size: 24px; margin-bottom: 5px; }
  .service-item p { font-size: 12px; }

  /* ── Process mobile ── */
  .process { padding-block: 70px 80px; }
  .process-timeline { flex-direction: column; align-items: center; gap: 0; }
  .process-step { padding: 24px 16px; max-width: 320px; }
  .process-step h3 { font-size: 22px; }
  .process-step p { font-size: 12px; }
  .process-connector { width: 1px; height: 36px; margin: 0; }

  /* ── Shop mobile ── */
  .shop { padding-inline: 20px; padding-block: 70px 80px; }
  .shop-grid { grid-template-columns: 1fr; gap: 14px; }
  .shop-card { padding: 28px 24px 24px; }
  .shop-coming-soon { margin-top: 36px; }
  .shop-coming-badge { padding: 14px 24px; gap: 10px; }
  .coming-star { font-size: 14px; }
  .shop-coming-text { font-size: 12px; max-width: 280px; }

  /* ── FAQ mobile ── */
  .faq { padding-block: 70px 80px; }
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-heading h2 { font-size: clamp(36px, 9vw, 56px); }
  .faq-item summary { font-size: 17px; padding: 20px 0; }
  .faq-note { max-width: none; }

  /* ── Contact mobile ── */
  .contact { margin-bottom: 50px; padding-block: 80px 70px; padding-inline: 20px; }
  .contact h2 { font-size: clamp(34px, 8vw, 56px); margin-bottom: 28px; }

  /* ── Footer mobile ── */
  .site-footer { align-items: flex-start; flex-direction: column; gap: 18px; padding-bottom: 28px; }
  .site-footer div { flex-wrap: wrap; gap: 12px; }

  /* ── Dialog mobile ── */
  .dialog-art { height: min(55vh, 400px); }
  .dialog-caption { align-items: start; flex-direction: column; gap: 5px; padding: 14px 18px; }
  .dialog-caption p { font-size: 22px; }
  .dialog-close { width: 38px; height: 38px; right: 10px; top: 10px; }
}


/* ══════════════════════════════════════════════════════
   RESPONSIVE — SMALL PHONES (max-width: 480px)
   ══════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .section-shell { width: calc(100% - 32px); }

  h1 { font-size: clamp(42px, 11vw, 56px); margin-bottom: 20px; }

  /* ── Header small phone ── */
  .site-header { width: calc(100% - 32px); height: 64px; }
  .site-header.scrolled { width: calc(100% - 20px); top: 6px; height: 56px; padding: 0 12px; }
  .brand { font-size: 12px; gap: 7px; }
  .brand-sigil { font-size: 17px; }

  /* ── Hero small phone ── */
  .hero { min-height: 100svh; }
  .hero-card { display: none; }
  .hero-copy { left: 16px; right: 16px; padding-bottom: 60px; }
  .hero-description { font-size: 12.5px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 20px; }
  .button { padding: 12px 16px 12px 18px; font-size: 10px; }
  .hero-scroll-cue { bottom: 18px; left: 16px; }
  .commission-badge { font-size: 8px; gap: 6px; padding: 6px 12px 6px 10px; margin-bottom: 14px; }

  /* ── Intro ── */
  .intro-band { padding-block: 64px 56px; }
  .intro-band h2 { font-size: clamp(28px, 7.5vw, 40px); }
  .intro-band-copy > p { font-size: 12.5px; line-height: 1.72; }

  /* ── Clients ── */
  .client-logo { font-size: 15px; }
  .clients-track { gap: 30px; }
  .clients { padding-block: 34px 42px; }

  /* ── Works ── */
  .works { padding-inline: 16px; padding-block: 56px 64px; }
  .work-grid { grid-auto-rows: 160px; gap: 8px; }
  .work-content strong { font-size: 17px; }
  .work-content small { font-size: 8px; }
  .work-content { left: 10px; bottom: 10px; }
  .work-index { left: 10px; top: 10px; font-size: 9px; }
  .filter-button { font-size: 8px; padding: 7px 11px; }
  .collection-link { font-size: 10px; }
  .section-heading { gap: 16px; margin-bottom: 28px; }
  .section-heading h2, .services h2 { font-size: clamp(34px, 8.5vw, 48px); }

  /* ── About ── */
  .about { padding-block: 64px; gap: 40px; }
  .about-visual { height: 340px; }
  .about-visual::before { width: 70px; height: 70px; left: -14px; top: -14px; }
  .about-stamp { width: 62px; height: 62px; right: -14px; top: 22px; }
  .about-stamp span { font-size: 14px; }
  .about-stamp i { font-size: 5.5px; }
  .about-caption { font-size: 11px; padding: 8px 10px; bottom: 14px; left: 14px; }
  .about-copy h2 { font-size: clamp(38px, 10vw, 54px); }
  .about-copy p.lead { font-size: 14px; line-height: 1.6; }
  .about-copy p { font-size: 12.5px; }
  .about-meta { gap: 14px; }
  .about-meta strong { font-size: 28px; }
  .about-meta span { font-size: 7px; }

  /* ── Testimonials CTA ── */
  .testimonials { padding-inline: 16px; padding-block: 48px 56px; }
  .testimonial-cta { padding: 30px 12px 28px; }
  .testimonial-cta h2 { font-size: clamp(26px, 7vw, 40px); }
  .testimonial-cta-desc { font-size: 12px; max-width: 300px; margin-bottom: 24px; }
  .testimonial-cta-icon { font-size: 36px; margin-bottom: 16px; }
  .testimonial-cta-note { font-size: 9px; }

  /* ── Services ── */
  .services { padding-block: 56px 64px; gap: 28px; }
  .service-item { min-height: 100px; grid-template-columns: 28px 1fr 22px; gap: 10px; }
  .service-item h3 { font-size: 21px; }
  .service-item p { font-size: 11px; line-height: 1.55; }
  .service-number { font-size: 9px; }

  /* ── Process ── */
  .process { padding-block: 56px 64px; }
  .process-step h3 { font-size: 20px; }
  .process-step p { font-size: 11px; }
  .process-icon { font-size: 28px; }
  .process-connector { height: 28px; }

  /* ── Shop ── */
  .shop { padding-inline: 16px; padding-block: 56px 64px; }
  .shop-card { padding: 24px 20px 22px; }
  .shop-card h3 { font-size: 22px; }
  .shop-card > p { font-size: 12px; margin-bottom: 18px; }

  /* ── FAQ ── */
  .faq { padding-block: 56px 64px; }
  .faq-heading h2 { font-size: clamp(32px, 8.5vw, 48px); }
  .faq-item summary { font-size: 15.5px; padding: 18px 0; }
  .faq-item summary::after { font-size: 20px; }
  .faq-note { font-size: 12.5px; }
  .faq-answer p { font-size: 12px; }

  /* ── Contact ── */
  .contact { margin-bottom: 40px; padding-block: 64px 56px; }
  .contact h2 { font-size: clamp(30px, 8vw, 48px); }
  .contact .eyebrow { font-size: 9px; }
  .contact-note { font-size: 9px; }
  .button-light { padding: 13px 18px 13px 20px; }

  /* ── Footer ── */
  .site-footer { padding-bottom: 24px; gap: 14px; }
  .site-footer div { gap: 10px; }
  .site-footer p, .site-footer div { font-size: 9px; }

  /* ── Dialog ── */
  .art-dialog { width: calc(100% - 20px); }
  .dialog-art { height: min(50vh, 350px); }
  .dialog-caption p { font-size: 19px; }
  .dialog-caption { padding: 12px 14px; }
  .dialog-close { width: 36px; height: 36px; }
}


/* ══════════════════════════════════════════════════════
   RESPONSIVE — VERY SMALL PHONES (max-width: 360px)
   ══════════════════════════════════════════════════════ */
@media (max-width: 360px) {
  .section-shell { width: calc(100% - 24px); }
  h1 { font-size: 38px; }
  .hero-copy { left: 12px; right: 12px; padding-bottom: 52px; }
  .hero-description { font-size: 12px; }
  .button { padding: 11px 14px 11px 16px; font-size: 9.5px; gap: 12px; }
  .text-link { font-size: 8.5px; }
  .about-visual { height: 290px; }
  .about-copy h2 { font-size: 36px; }
  .work-grid { grid-auto-rows: 140px; }
  .work-content strong { font-size: 15px; }
  .service-item h3 { font-size: 19px; }
  .faq-item summary { font-size: 14.5px; }
  .contact h2 { font-size: 28px; }
  .shop-card h3 { font-size: 20px; }
  .process-step h3 { font-size: 18px; }
}


/* ══════════════════════════════════════════════════════
   PRICELIST PAGE
   ══════════════════════════════════════════════════════ */

.price-hero {
  padding: 180px max(40px, calc((100% - var(--max))/2)) 60px;
  text-align: center;
}
.price-hero .eyebrow { justify-content: center; color: var(--ocean); margin-bottom: 0; }
.price-hero h1 { font-size: clamp(44px, 5.5vw, 76px); color: var(--ink); margin-bottom: 24px; line-height: 1; padding-top: 6px; }
.price-hero h1 em { color: var(--coral); }
.price-hero > p { color: var(--ink-soft); font-size: 14px; max-width: 520px; margin: 0 auto; line-height: 1.7; }

.pricing-container {
  padding: 0 max(40px, calc((100% - var(--max))/2)) 80px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.price-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 40px 30px;
  transition: transform .4s ease, box-shadow .4s ease, border-color .3s;
}
.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(5, 25, 35, 0.08);
  border-color: var(--ocean);
}

.price-card-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px dashed var(--line);
}
.price-card-header h3 {
  font-family: var(--display);
  font-size: 28px;
  color: var(--ocean);
  margin-bottom: 12px;
}
.price-card-header p {
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--ink);
  font-weight: 500;
}
.price-list.single-price {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.price-list.single-price li {
  flex-direction: column;
  gap: 12px;
}
.price-amount {
  font-family: var(--display);
  font-size: 22px;
  color: var(--coral);
}
.price-list.single-price .price-amount {
  font-size: 32px;
}

.addons-section {
  background: rgba(246, 240, 228, 0.5);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 40px;
}
.addons-section h3 {
  font-family: var(--display);
  font-size: 20px;
  color: var(--ocean);
  margin-bottom: 24px;
  text-align: center;
}
.addons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.addon-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 12px;
}
.addon-item strong { color: var(--ink); }
.addon-item span { color: var(--coral); font-weight: bold; }

/* T.o.S */
.tos-section {
  padding-block: 80px;
  background: var(--paper);
}
.tos-container {
  max-width: 800px;
  margin: 0 auto;
}
.tos-container h2 {
  font-size: clamp(36px, 5vw, 56px);
  margin-bottom: 40px;
  text-align: center;
}
.tos-container h2 em { color: var(--coral); }
.tos-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tos-list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.tos-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--sun);
  font-size: 12px;
}
.tos-list li strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  margin-right: 4px;
}

/* CTA */
.price-cta {
  padding-block: 100px;
  text-align: center;
}
.price-cta-inner h2 {
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 32px;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card:last-child { grid-column: span 2; max-width: 400px; margin: 0 auto; width: 100%; }
}
@media (max-width: 768px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card:last-child { grid-column: span 1; max-width: none; }
  .addons-grid { grid-template-columns: 1fr; }
  .price-hero { padding-top: 150px; }
}
@media (max-width: 480px) {
  .addon-item { flex-direction: column; gap: 8px; align-items: flex-start; }
}/* ══════════════════════════════════════════════════════
   RESPONSIVE — LARGE SCREENS (min-width: 1440px)
   ══════════════════════════════════════════════════════ */
@media (min-width: 1440px) {
  .hero { min-height: 750px; }
  .hero-description { font-size: 15px; }
  .about-visual { height: 620px; }
  .about-copy p { font-size: 15px; }
  .about-copy p.lead { font-size: 18px; }

  .process-step p { font-size: 13px; }
  .shop-card > p { font-size: 14px; }
  .faq-answer p { font-size: 14px; }
}
