:root {
  --navy: #1e3039;
  --ink: #26363d;
  --muted: #626963;
  --paper: #f5f3ec;
  --stone: #e6e2d7;
  --line: #cdcfc5;
  --accent: #756444;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #aa8242; outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.045em; }
.skip { position: absolute; left: 16px; top: -80px; padding: 16px; background: white; z-index: 10; }
.skip:focus { top: 16px; }
.topbar { padding: 11px 5.5%; display: flex; justify-content: space-between; background: var(--navy); color: #dce1df; font-size: 10px; letter-spacing: .03em; }
.topbar a { color: #e0d3b8; }
.header { margin: 0 5.5%; padding: 29px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.brand { display: inline-flex; font: 600 43px/1 var(--serif); letter-spacing: -2px; }
.brand-dot { color: var(--accent); }
nav { display: flex; align-items: center; gap: 32px; font-size: 12px; }
nav a:hover, .text-link:hover, .footer-end a:hover { color: var(--accent); }
.nav-contact { border-left: 1px solid var(--line); padding-left: 32px; }
.nav-contact span { margin-left: 22px; }
.menu { display: none; }
.hero { padding: 0 5.5%; }
.hero-intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: 8%; align-items: end; padding: 56px 0 45px; }
.eyebrow { font-size: 10px; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; font-weight: 500; }
h1 { font-size: clamp(48px, 5.1vw, 80px); line-height: 1.04; margin-top: 23px; }
.hero-copy { max-width: 360px; padding-bottom: 6px; }
.hero-copy > p { font-size: 14px; line-height: 1.85; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 11px; border-bottom: 1px solid currentColor; margin-top: 25px; font-size: 12px; }
.text-link span { font-size: 17px; }
.hero-visual { height: clamp(350px, 36vw, 590px); position: relative; background: #51483c; }
.hero-visual img { object-position: center 46%; }
.hero-visual figcaption { position: absolute; left: 0; bottom: 0; color: #f3efe5; background: var(--navy); padding: 18px 27px; font-size: 11px; letter-spacing: .015em; }
.section { padding: 100px 5.5%; }
h2 { font-size: clamp(35px, 3.5vw, 52px); line-height: 1.12; }
.expertise { display: grid; grid-template-columns: .8fr 1.5fr; gap: 12%; }
.expertise-intro { padding-top: 7px; }
.expertise-intro h2 { margin: 24px 0; }
.expertise-intro > p:last-child { max-width: 300px; font-size: 13px; line-height: 1.85; color: var(--muted); }
.services { border-top: 1px solid var(--ink); }
.service { padding: 30px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 44px; gap: 30px; align-items: start; }
.service h3 { font-size: clamp(27px, 2.4vw, 35px); letter-spacing: -.035em; margin-bottom: 12px; }
.service p { font-size: 13px; line-height: 1.8; color: var(--muted); max-width: 460px; }
.service-scope { display: block; font-size: 10px; line-height: 1.7; color: var(--accent); margin-top: 18px; }
.service > a { display: grid; place-items: center; width: 44px; height: 44px; font-size: 22px; transition: background .2s, color .2s; }
.service > a:hover { background: var(--navy); color: var(--paper); }
.firm { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--navy); color: var(--paper); }
.firm-photo { position: relative; min-height: 600px; }
.firm-photo img { position: absolute; inset: 0; object-position: 49% center; }
.firm-photo figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 45px 30px 24px; background: linear-gradient(transparent, #15232cc7); font-size: 10px; color: #f3efe5; }
.firm-copy { padding: 80px 12%; align-self: center; }
.firm-copy .eyebrow { color: #c6baa1; }
.firm h2 { margin: 25px 0 30px; font-size: clamp(35px, 3.1vw, 47px); }
.firm-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.9; color: #d0d6d5; margin-bottom: 20px; }
.firm .text-link { color: #e1d3b4; }
.firm .text-link:hover { color: white; }
.method { display: grid; grid-template-columns: 1.1fr .8fr; gap: 14%; align-items: center; }
.method h2 { margin: 24px 0; }
.method-lede { font-size: 14px; line-height: 1.9; color: var(--muted); max-width: 480px; margin-bottom: 35px; }
.questions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 21px 0; font-size: 12px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 20px; color: var(--accent); }
details[open] summary span { transform: rotate(45deg); }
details > p { font-size: 13px; line-height: 1.85; color: var(--muted); padding: 0 25px 24px 0; }
.office-photo { padding-top: 45px; }
.office-photo img { height: auto; aspect-ratio: 4/5; object-position: center 60%; }
.office-photo figcaption { font-size: 10px; color: var(--muted); margin-top: 15px; }
.contact { background: var(--stone); display: grid; grid-template-columns: 1.1fr 1fr; gap: 14%; align-items: center; padding-block: 70px; }
.contact h2 { font-size: clamp(40px, 4.1vw, 61px); margin-top: 24px; }
.contact-copy { max-width: 340px; }
.contact-copy > p { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 48px; padding: 19px 23px; background: var(--navy); color: white; font-size: 12px; transition: background .2s; }
.button:hover { background: #3b515a; }
.button span { font-size: 18px; }
.contact-phone { display: block; margin-top: 23px; font-size: 16px; }
.hours { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; }
footer { padding: 42px 5.5%; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
footer .brand { font-size: 33px; }
footer p { font-size: 10px; line-height: 1.8; color: var(--muted); }
footer .brand + p { margin-top: 12px; }
.footer-end { display: grid; gap: 20px; text-align: right; font-size: 11px; }
.footer-end small { color: var(--muted); font-size: 9px; }
@media (min-width: 1700px) {
  body { max-width: 1700px; margin: auto; }
}
@media (max-width: 1000px) {
  nav { gap: 22px; }
  .nav-contact { padding-left: 22px; }
  .hero-intro { gap: 6%; grid-template-columns: 1.25fr 1fr; }
  h1 { font-size: 54px; }
  .hero-copy > p { font-size: 13px; }
  .expertise { gap: 7%; }
  .section { padding-block: 75px; }
  .firm-photo { min-height: 570px; }
  .firm-copy { padding: 55px 10%; }
  .method, .contact { gap: 9%; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 20px; }
  .topbar { font-size: 8px; padding: 11px 6%; gap: 18px; }
  .topbar > span { max-width: 160px; line-height: 1.5; }
  .topbar > a { align-self: center; }
  .header { margin-inline: 6%; padding-block: 20px; position: relative; flex-wrap: wrap; }
  .brand { font-size: 37px; }
  nav { width: 100%; flex-wrap: wrap; gap: 22px; padding-top: 12px; }
  .menu:not([hidden]) { display: block; border: 1px solid var(--line); background: transparent; padding: 11px 16px; font-size: 12px; }
  .header:has(.menu:not([hidden])) nav { display: none; }
  .header:has(.menu:not([hidden])) nav.open { display: flex; flex-direction: column; align-items: stretch; order: 3; gap: 0; }
  .nav-contact { border: 0; padding-left: 0; }
  nav.open a { padding: 15px 0; border-top: 1px solid var(--line); }
  .hero { padding-inline: 6%; }
  .hero-intro { grid-template-columns: 1fr; padding: 38px 0 30px; gap: 25px; }
  h1 { font-size: clamp(40px, 8.4vw, 62px); margin-top: 19px; }
  .hero-copy { max-width: 460px; padding: 0; }
  .hero-copy > p { font-size: 13px; }
  .text-link { margin-top: 20px; }
  .hero-visual { height: 360px; }
  .hero-visual img { object-position: 65% center; }
  .hero-visual figcaption { padding: 15px 17px; font-size: 9px; }
  .section { padding: 55px 6%; }
  .expertise { grid-template-columns: 1fr; gap: 30px; }
  .expertise-intro h2 { margin-block: 18px; }
  .expertise-intro > p:last-child { max-width: 440px; }
  h2 { font-size: 37px; }
  .service { gap: 12px; padding-block: 25px; }
  .service h3 { font-size: 28px; }
  .service-scope { font-size: 10px; }
  .firm { grid-template-columns: 1fr; }
  .firm-photo { min-height: 390px; }
  .firm-photo img { object-position: center center; }
  .firm-photo figcaption { padding-left: 6%; }
  .firm-copy { padding: 42px 6% 50px; }
  .firm h2 { font-size: 38px; margin: 20px 0 26px; }
  .method { grid-template-columns: 1fr; gap: 35px; }
  .method h2 { margin-block: 19px; }
  .office-photo { padding: 0; width: 80%; justify-self: end; }
  .office-photo img { aspect-ratio: 4/4.3; }
  .contact { grid-template-columns: 1fr; gap: 30px; }
  .contact h2 { font-size: 43px; margin-top: 19px; }
  .contact-copy { max-width: 420px; }
  footer { padding: 35px 6%; flex-wrap: wrap; align-items: flex-start; }
  .footer-end { width: 100%; text-align: left; border-top: 1px solid var(--line); padding-top: 22px; gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* Collection navigation */
.catalog-return{position:fixed;left:max(12px,env(safe-area-inset-left));bottom:max(12px,env(safe-area-inset-bottom));z-index:60;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 15px;border:1px solid #222;border-radius:24px;background:#fff;color:#222;box-shadow:0 3px 14px #00000018;font:500 12px/1.2 Arial,Helvetica,sans-serif;letter-spacing:0;text-transform:none;text-decoration:none}
.catalog-return:hover{background:#222;color:#fff}
.catalog-return:focus-visible{outline:3px solid #517ab9;outline-offset:3px}
body>footer{padding-bottom:max(5rem,calc(env(safe-area-inset-bottom) + 72px))}
@media(max-width:420px){.catalog-return{padding-inline:12px}.catalog-return-prefix{display:none}}

/* Collection controls occupy their own space below the page. */
.collection-tools{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem max(1.2rem,4vw);border-top:1px solid currentColor}
.collection-tools .catalog-return,.collection-tools .whatsapp-float{position:static;inset:auto;transform:none;margin:0;min-height:44px;display:inline-flex;align-items:center;box-shadow:none;font-size:12px}
.collection-tools .catalog-return{background:transparent;color:inherit;border-color:currentColor;border-radius:0}
body>footer{padding-bottom:3rem}
a:focus-visible,button:focus-visible{outline:3px solid currentColor;outline-offset:4px}

