/* ═══════════════════════════════════════════
   OWNABLE — design system v2 (subpages)
═══════════════════════════════════════════ */
:root {
  --ink:   #0B0B0C;
  --paper: #F2EFE8;
  --sand:  #F37021;
  --muted: #7A756F;
  --serif: 'Bodoni Moda', Georgia, serif;
  --sans:  'Inter', system-ui, sans-serif;
  --ease:  cubic-bezier(.22,.61,.36,1);
  --ease-expo: cubic-bezier(.16,1,.3,1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); font-weight: 300;
  background: var(--ink); color: var(--paper);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--sand); color: var(--ink); }

/* ══ LIQUID MESH ══ */
.liquid-bg { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: var(--ink); }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); will-change: transform; }
.b1 { width: 55vw; height: 55vw; top: -15%; left: -10%;
  background: radial-gradient(circle, rgba(243,112,33,.30), transparent 68%);
  animation: drift1 28s ease-in-out infinite alternate; }
.b2 { width: 48vw; height: 48vw; bottom: -15%; right: -10%;
  background: radial-gradient(circle, rgba(200,80,20,.22), transparent 68%);
  animation: drift2 34s ease-in-out infinite alternate; }
.b3 { width: 40vw; height: 40vw; top: 40%; left: 40%;
  background: radial-gradient(circle, rgba(243,112,33,.14), transparent 68%);
  animation: drift3 40s ease-in-out infinite alternate; }
@keyframes drift1 { to { transform: translate(14vw, 12vh) scale(1.18); } }
@keyframes drift2 { to { transform: translate(-16vw, -10vh) scale(1.22); } }
@keyframes drift3 { to { transform: translate(-12vw, 14vh) scale(.88); } }

.spotlight {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(560px circle at var(--mx, 50%) var(--my, 40%), rgba(243,112,33,.07), transparent 65%);
}
main, nav, footer { position: relative; z-index: 2; }

/* ══ NAV ══ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 52px;
  transition: background .5s var(--ease), padding .4s var(--ease), border-color .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(11,11,12,.8);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border-bottom-color: rgba(242,239,232,.07);
  padding: 15px 52px;
}
.logo-pill {
  display: inline-flex; align-items: center; padding: 10px 20px; border-radius: 100px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(24px) saturate(160%); -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 4px 20px rgba(0,0,0,.25);
  transition: background .3s, transform .3s var(--ease);
}
.logo-pill:hover { background: rgba(255,255,255,.11); transform: translateY(-1px); }
.logo-text { font-family: var(--serif); font-size: 20px; font-weight: 400; color: var(--paper); letter-spacing: -.01em; line-height: 1; white-space: nowrap; }
.logo-dot { color: var(--sand); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links > a { font-size: 12px; letter-spacing: .06em; color: rgba(242,239,232,.6); transition: color .3s; }
.nav-links > a:hover, .nav-links > a.active { color: var(--paper); }
.nav-cta {
  font-size: 11px !important; letter-spacing: .14em !important; text-transform: uppercase;
  color: var(--ink) !important; background: var(--sand);
  border-radius: 100px; padding: 10px 22px;
  transition: background .3s, transform .3s var(--ease) !important;
}
.nav-cta:hover { background: var(--paper); transform: translateY(-1px); }
.flags { display: flex; gap: 5px; margin-left: 4px; }
.flag { width: 25px; height: 16px; border-radius: 2px; overflow: hidden; opacity: .35; cursor: pointer; border: none; background: none; padding: 0; transition: opacity .3s; }
.flag svg { width: 100%; height: 100%; display: block; }
.flag:hover { opacity: .65; }
.flag.on { opacity: 1; }
.nav-mobile-right { display: contents; }
.nav-cta-mobile { display: none; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 110; }
.hamburger span { width: 22px; height: 1.5px; background: var(--paper); transition: transform .4s var(--ease); transform-origin: center; }
.hamburger.open span:first-child { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:last-child  { transform: translateY(-6.5px) rotate(-45deg); }
@media (max-width: 880px) {
  .nav, .nav.scrolled { padding: 16px 22px; }
  .nav-mobile-right { display: flex; align-items: center; gap: 12px; }
  .nav-cta-mobile { display: inline-block; font-size: 10px !important; padding: 9px 16px; }
  .hamburger { display: flex; }
  .nav-links {
    position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 26px;
    background: rgba(11,11,12,.97); backdrop-filter: blur(24px);
    transform: translateY(-100%); transition: transform .55s var(--ease-expo);
    pointer-events: none;
  }
  .nav-links.open { transform: none; pointer-events: auto; }
  .nav-links > a { font-size: 26px; font-family: var(--serif); }
  .nav-links .nav-cta { display: none; }
  .flags { position: absolute; bottom: 44px; }
}

/* ══ PAGE HERO ══ */
.page-hero {
  padding: 190px 52px 90px;
  max-width: 1180px; margin: 0 auto;
}
.page-hero .eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: .34em; text-transform: uppercase;
  color: var(--sand); margin-bottom: 34px;
}
.page-hero .eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--sand); }
.page-hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(40px, 6.6vw, 96px);
  line-height: 1.02; letter-spacing: -.028em;
  max-width: 16ch;
}
.page-hero h1 em { font-style: italic; color: var(--sand); }
.page-hero .lede {
  margin-top: 34px; font-size: 17px; line-height: 1.65;
  color: rgba(242,239,232,.5); max-width: 52ch;
}
@media (max-width: 600px) { .page-hero { padding: 150px 22px 70px; } }

/* ══ SECTIONS ══ */
.section { padding: 110px 52px; position: relative; }
.section-inner { max-width: 1180px; margin: 0 auto; }
.sec-eyebrow { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--sand); margin-bottom: 22px; display: block; }
.sec-title { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 4.6vw, 64px); line-height: 1.06; letter-spacing: -.022em; }
.sec-title em { font-style: italic; color: var(--muted); }
.dark-tint { background: rgba(11,11,12,.45); border-top: 1px solid rgba(242,239,232,.06); }
@media (max-width: 600px) { .section { padding: 84px 22px; } }

/* ══ BUTTONS ══ */
.btn-main {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  background: var(--sand); color: var(--ink);
  border: 1px solid var(--sand); border-radius: 100px;
  padding: 16px 32px; cursor: pointer;
  transition: background .35s, color .35s, transform .3s var(--ease);
}
.btn-main:hover { background: var(--paper); border-color: var(--paper); transform: translateY(-2px); }
.btn-main svg { width: 13px; height: 13px; transition: transform .3s var(--ease); }
.btn-main:hover svg { transform: translateX(4px); }
.btn-ghost { font-size: 13px; color: rgba(242,239,232,.5); position: relative; transition: color .3s; }
.btn-ghost::after { content: ''; position: absolute; bottom: -3px; left: 0; right: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.btn-ghost:hover { color: var(--paper); }
.btn-ghost:hover::after { transform: scaleX(1); }
.link-sand { font-size: 12px; color: var(--sand); letter-spacing: .08em; position: relative; display: inline-block; }
.link-sand::after { content: ''; position: absolute; bottom: -3px; left: 0; right: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.link-sand:hover::after { transform: scaleX(1); }

/* ══ WORK GRID ══ */
.work-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 44px 30px; margin-top: 24px;
}
.work-card { display: block; }
.work-thumb {
  aspect-ratio: 3/4; overflow: hidden; border-radius: 18px;
  border: 1px solid rgba(242,239,232,.08);
  transition: transform .5s var(--ease), border-color .5s;
}
.work-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.work-card:hover .work-thumb { transform: translateY(-6px); border-color: rgba(243,112,33,.35); }
.work-card:hover .work-thumb img { transform: scale(1.04); }
.work-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; }
.work-name { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.work-type { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.badge {
  font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sand); border: 1px solid rgba(243,112,33,.3);
  border-radius: 100px; padding: 5px 12px; white-space: nowrap;
}

/* ══ SERVICE ROWS ══ */
.svc-row {
  display: grid; grid-template-columns: 90px 1fr 1.1fr; gap: 40px;
  padding: 52px 0; border-top: 1px solid rgba(242,239,232,.1);
  align-items: start;
}
.svc-row:last-of-type { border-bottom: 1px solid rgba(242,239,232,.1); }
.svc-row .num { font-family: var(--serif); font-size: 15px; color: var(--sand); padding-top: 6px; }
.svc-row h3 { font-family: var(--serif); font-size: clamp(26px, 3vw, 38px); font-weight: 400; letter-spacing: -.01em; }
.svc-row .body { font-size: 15px; line-height: 1.75; color: rgba(242,239,232,.55); }
.svc-row .tags { margin-top: 18px; font-size: 12px; line-height: 2; color: var(--muted); }
@media (max-width: 780px) { .svc-row { grid-template-columns: 1fr; gap: 14px; padding: 40px 0; } }

/* ══ STEPS ══ */
.step-row {
  display: grid; grid-template-columns: 90px 1fr; gap: 40px;
  padding: 40px 0; border-top: 1px solid rgba(242,239,232,.08);
  align-items: start;
}
.step-row:last-of-type { border-bottom: 1px solid rgba(242,239,232,.08); }
.step-num { font-family: var(--serif); font-size: 15px; color: var(--sand); padding-top: 4px; }
.step-row h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; margin-bottom: 10px; }
.step-row p { font-size: 15px; line-height: 1.7; color: rgba(242,239,232,.5); max-width: 60ch; }
@media (max-width: 600px) { .step-row { grid-template-columns: 1fr; gap: 8px; } }

/* ══ PRINCIPLES ══ */
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }
@media (max-width: 820px) { .principles { grid-template-columns: 1fr; } }
.principle {
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.08); border-radius: 20px;
  padding: 38px 34px;
  transition: transform .5s var(--ease), border-color .5s;
}
.principle:hover { transform: translateY(-5px); border-color: rgba(243,112,33,.3); }
.principle .rn { font-family: var(--serif); font-size: 14px; color: var(--sand); margin-bottom: 20px; }
.principle h3 { font-family: var(--serif); font-size: 23px; font-weight: 400; margin-bottom: 12px; }
.principle p { font-size: 14px; line-height: 1.7; color: rgba(242,239,232,.5); }

/* ══ QUOTE ══ */
.quote-sec { text-align: center; padding: 140px 52px; }
.quote-sec p {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(24px, 3.6vw, 46px); line-height: 1.3; letter-spacing: -.015em;
  max-width: 26ch; margin: 0 auto;
}
.quote-sec p i { color: var(--sand); font-style: inherit; }
@media (max-width: 600px) { .quote-sec { padding: 100px 22px; } }

/* ══ OFFER GLASS CARD ══ */
.offer-card {
  max-width: 900px; margin: 0 auto;
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(36px) saturate(160%); -webkit-backdrop-filter: blur(36px) saturate(160%);
  border: 1px solid rgba(255,255,255,.1); border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 40px 100px rgba(0,0,0,.45);
  padding: 64px 68px; text-align: center; position: relative; overflow: hidden;
}
.offer-card::before { content: ''; position: absolute; top: 0; left: 15%; right: 15%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); }
.offer-tag { display: inline-block; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--sand); border: 1px solid rgba(243,112,33,.3); border-radius: 100px; padding: 8px 18px; margin-bottom: 30px; }
.offer-title { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 4.4vw, 56px); line-height: 1.06; letter-spacing: -.02em; margin-bottom: 22px; }
.offer-title em { font-style: italic; color: var(--sand); }
.offer-body { font-size: 16px; line-height: 1.7; color: rgba(242,239,232,.55); max-width: 50ch; margin: 0 auto 40px; }
.offer-steps { display: flex; justify-content: center; gap: 40px; margin-bottom: 44px; flex-wrap: wrap; }
.offer-step { display: flex; align-items: center; gap: 12px; font-size: 13px; color: rgba(242,239,232,.6); }
.offer-step .n { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(243,112,33,.4); color: var(--sand); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 12px; flex-shrink: 0; }
@media (max-width: 640px) { .offer-card { padding: 48px 26px; } .offer-steps { flex-direction: column; align-items: center; gap: 16px; } }

/* ══ FORM ══ */
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } }
.form-card {
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(36px) saturate(160%); -webkit-backdrop-filter: blur(36px) saturate(160%);
  border: 1px solid rgba(255,255,255,.1); border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 32px 80px rgba(0,0,0,.4);
  padding: 44px;
}
@media (max-width: 640px) { .form-card { padding: 30px 22px; } }
.field { margin-bottom: 24px; }
.field label { display: block; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.field input, .field textarea {
  width: 100%; background: rgba(11,11,12,.4);
  border: 1px solid rgba(242,239,232,.12); border-radius: 12px;
  color: var(--paper); font-family: var(--sans); font-weight: 300; font-size: 15px;
  padding: 14px 16px; outline: none; transition: border-color .3s;
}
.field input:focus, .field textarea:focus { border-color: rgba(243,112,33,.5); }
.field textarea { resize: vertical; min-height: 120px; }
.contact-side h3 { font-family: var(--serif); font-size: 26px; font-weight: 400; margin-bottom: 26px; }
.contact-line { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-top: 1px solid rgba(242,239,232,.08); font-size: 14px; }
.contact-line .k { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); padding-top: 3px; }
.contact-line a { color: var(--sand); }

/* ══ CTA BLOCK ══ */
.cta { text-align: center; background: rgba(8,7,6,.5); border-top: 1px solid rgba(242,239,232,.05); padding: 130px 52px; }
.cta h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 5.6vw, 80px); line-height: 1.03; letter-spacing: -.025em; margin-bottom: 46px; }
.cta h2 em { font-style: italic; color: rgba(242,239,232,.32); }
.cta-btns { display: flex; gap: 22px; justify-content: center; align-items: center; flex-wrap: wrap; }
@media (max-width: 600px) { .cta { padding: 96px 22px; } }

/* ══ FOOTER ══ */
.footer { background: rgba(8,7,6,.6); padding: 70px 52px 44px; border-top: 1px solid rgba(242,239,232,.06); }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 40px; margin-bottom: 58px; }
.footer-brand { font-family: var(--serif); font-size: 22px; color: rgba(242,239,232,.65); }
.footer-brand small { display: block; font-family: var(--sans); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.footer-nav { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-nav h5 { font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-bottom: 15px; font-weight: 500; }
.footer-nav a { display: block; font-size: 13px; color: rgba(242,239,232,.45); padding: 4px 0; transition: color .3s; }
.footer-nav a:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid rgba(242,239,232,.06); padding-top: 26px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(242,239,232,.22); }
@media (max-width: 600px) { .footer { padding: 56px 22px 40px; } }

/* ══ REVEAL ══ */
.rev { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease-expo), transform 1s var(--ease-expo); }
.rev.in { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .rev { opacity: 1 !important; transform: none !important; }
}

/* ══ BLOG ══ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 36px 28px; margin-top: 24px; }
.blog-card {
  display: block; border-radius: 20px; overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  padding: 34px 32px;
  transition: transform .5s var(--ease), border-color .5s;
}
.blog-card:hover { transform: translateY(-5px); border-color: rgba(243,112,33,.3); }
.blog-card .cat { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--sand); margin-bottom: 16px; display: block; }
.blog-card h2 { font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.2; margin-bottom: 14px; letter-spacing: -.01em; }
.blog-card p { font-size: 14px; line-height: 1.65; color: rgba(242,239,232,.5); margin-bottom: 20px; }
.blog-card .more { font-size: 12px; color: var(--sand); letter-spacing: .06em; }

.article { max-width: 720px; margin: 0 auto; padding: 0 52px 60px; }
.article-head { max-width: 820px; margin: 0 auto; padding: 190px 52px 50px; }
.article-head .cat { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--sand); display: block; margin-bottom: 24px; }
.article-head h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 5vw, 62px); line-height: 1.08; letter-spacing: -.024em; }
.article-head .meta { margin-top: 26px; font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.article h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.015em; margin: 52px 0 18px; }
.article h3 { font-family: var(--serif); font-weight: 400; font-size: 21px; margin: 36px 0 12px; }
.article p { font-size: 16px; line-height: 1.85; color: rgba(242,239,232,.62); margin-bottom: 18px; }
.article ul, .article ol { margin: 0 0 18px 22px; }
.article li { font-size: 16px; line-height: 1.8; color: rgba(242,239,232,.62); margin-bottom: 8px; }
.article strong { color: var(--paper); font-weight: 500; }
.article a { color: var(--sand); }
.article .price-table { width: 100%; border-collapse: collapse; margin: 24px 0 30px; }
.article .price-table th, .article .price-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid rgba(242,239,232,.1); font-size: 14px; }
.article .price-table th { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.article .price-table td:last-child { color: var(--sand); font-family: var(--serif); font-size: 16px; white-space: nowrap; }
.faq-item { border-top: 1px solid rgba(242,239,232,.1); padding: 24px 0; }
.faq-item:last-child { border-bottom: 1px solid rgba(242,239,232,.1); }
.faq-item h3 { margin: 0 0 10px; font-size: 19px; }
.faq-item p { margin: 0; font-size: 15px; }
.article-cta {
  margin: 56px 0 0; padding: 40px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1); border-radius: 22px;
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  text-align: center;
}
.article-cta h2 { margin: 0 0 12px; }
.article-cta p { margin-bottom: 26px; }
@media (max-width: 600px) { .article, .article-head { padding-left: 22px; padding-right: 22px; } .article-head { padding-top: 150px; } }
