:root {
  --night: #07182c;
  --forest: #153a38;
  --brass: #d7b56d;
  --ivory: #f6f0e4;
  --coral: #e76f51;
  --ink: #12222a;
  --muted: #62706d;
  --white: #ffffff;
  --line: #d8d3c8;
  --radius-sm: .65rem;
  --radius-md: 1.15rem;
  --radius-lg: 1.75rem;
  --shadow: 0 24px 60px rgba(3, 18, 28, .16);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font: 400 1rem/1.65 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(var(--container), calc(100% - 2rem)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .8rem 1rem; background: var(--white); color: #000; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 8.5vw, 6.3rem); }
h2 { font-size: clamp(2.15rem, 5.6vw, 4.25rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
p { margin: 0 0 1rem; }
.eyebrow { margin-bottom: .9rem; font-size: .72rem; font-weight: 800; line-height: 1.3; letter-spacing: .17em; text-transform: uppercase; color: var(--brass); }
.eyebrow.dark { color: #80662f; }
.gold-rule { display: block; width: 5rem; height: 3px; margin-top: 1.5rem; background: var(--brass); }
.section { padding: clamp(4.2rem, 8vw, 7.5rem) 0; }
.alternate { background: #ece5d8; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .82rem 1.15rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-light { background: var(--ivory); color: var(--night); }
.btn-outline-light { border-color: rgba(246, 240, 228, .7); background: transparent; color: var(--ivory); }
.btn-gold { background: var(--brass); color: var(--night); }
.btn-dark { background: var(--night); color: var(--white); }
.btn-whatsapp { background: #e9efe8; color: #17573e; border-color: #9eb9aa; }
.text-link { display: inline-block; margin-top: .65rem; color: var(--forest); font-weight: 800; text-underline-offset: .3rem; }

.site-header { position: absolute; z-index: 30; inset: 0 0 auto; color: var(--white); }
.nav-wrap { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 175px; height: auto; }
.menu-toggle { display: grid; width: 48px; height: 48px; place-content: center; gap: 4px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 50%; background: rgba(7, 24, 44, .35); color: white; backdrop-filter: blur(8px); }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }
.main-nav { position: absolute; top: 76px; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: .15rem; padding: 1rem; border: 1px solid rgba(255, 255, 255, .2); border-radius: var(--radius-md); background: rgba(7, 24, 44, .98); box-shadow: var(--shadow); }
.main-nav.open { display: flex; }
.main-nav > a, .nav-services > button { min-height: 46px; padding: .65rem .7rem; border: 0; background: transparent; color: inherit; font-weight: 700; text-align: left; text-decoration: none; }
.main-nav [aria-current="page"] { color: var(--brass); }
.nav-services { position: relative; }
.nav-services > button { width: 100%; }
.nav-submenu { display: none; padding: .35rem; border-left: 1px solid var(--brass); }
.nav-submenu.open { display: grid; }
.nav-submenu a { padding: .6rem .8rem; color: #dbe4df; text-decoration: none; }
.nav-phone { color: var(--brass) !important; }
.nav-phone span { margin-right: .35rem; color: #fff; font-weight: 400; }

.hero, .service-hero { position: relative; display: grid; min-height: 100svh; align-items: end; overflow: hidden; background: var(--night); color: var(--ivory); }
.hero-image, .service-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image { object-position: center center; }
.hero-overlay, .service-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 17, 30, .94) 0%, rgba(4, 17, 30, .72) 54%, rgba(4, 17, 30, .16) 86%), linear-gradient(0deg, rgba(4, 17, 30, .8), transparent 55%); }
.hero-content, .service-hero-content { position: relative; z-index: 2; max-width: 780px; padding: 8.5rem 0 5rem; }
.hero-content h1 { margin: 1rem 0 1.15rem; max-width: 850px; }
.hero-lead, .service-hero-content > p:not(.eyebrow) { max-width: 650px; color: #edf2ed; font-size: clamp(1.05rem, 2.2vw, 1.28rem); }
.location-pill { display: inline-flex; align-items: center; gap: .55rem; padding: .42rem .75rem; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; background: rgba(7, 24, 44, .35); font-size: .85rem; backdrop-filter: blur(7px); }
.location-pill::before { width: .5rem; height: .5rem; border-radius: 50%; background: var(--coral); content: ""; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.6rem 0; }
.hero-micro { display: flex; align-items: center; gap: .8rem; color: #d4dcd7; font-size: .8rem; }
.hero-micro::before { width: 2.5rem; height: 1px; background: var(--brass); content: ""; }

.trust-strip { background: var(--forest); color: var(--white); }
.trust-grid { display: grid; gap: .7rem; padding: 1.2rem 0; }
.trust-item { display: flex; align-items: center; gap: .75rem; font-size: .88rem; }
.trust-item b { color: var(--brass); font: 700 1.15rem/1 Georgia, serif; }

.split-intro, .section-heading, .method-grid, .faq-grid, .contact-grid, .content-grid, .direct-contact-grid { display: grid; gap: 2.2rem; }
.lead-copy { max-width: 730px; font-size: 1.06rem; }
.commitment-line { position: relative; display: grid; gap: 1.4rem; margin-top: 2.2rem; padding-left: 2rem; }
.commitment-line::before { position: absolute; left: .35rem; top: .5rem; bottom: .5rem; width: 1px; background: var(--brass); content: ""; }
.commitment-line article { position: relative; }
.commitment-line article::before { position: absolute; left: -1.95rem; top: .45rem; width: .65rem; height: .65rem; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 .35rem var(--ivory); content: ""; }
.commitment-line h3 { margin-bottom: .3rem; font-size: 1.32rem; }
.commitment-line p { margin: 0; color: var(--muted); }

.services-section { background: var(--white); }
.practice-section { background: #ece5d8; }
.practice-gallery { display: grid; gap: 1rem; }
.practice-card { position: relative; min-height: 320px; overflow: hidden; margin: 0; border-radius: var(--radius-lg); background: var(--night); box-shadow: var(--shadow); }
.practice-card img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; transition: transform .45s ease; }
.practice-card:hover img { transform: scale(1.025); }
.practice-card figcaption { position: absolute; inset: auto 0 0; display: grid; gap: .15rem; padding: 3.5rem 1.25rem 1.25rem; background: linear-gradient(transparent, rgba(4, 17, 30, .9)); color: var(--white); }
.practice-card figcaption strong { font: 500 1.55rem/1.1 Georgia, serif; }
.practice-card figcaption span { color: #d7dfda; font-size: .9rem; }
.situations-section { background: var(--forest); color: var(--white); }
.situations-section .section-heading > p { color: #d7e0dc; }
.situation-photos { display: grid; gap: 1rem; }
.situation-photos a { position: relative; min-height: 330px; overflow: hidden; border-radius: var(--radius-md); color: var(--white); text-decoration: none; }
.situation-photos img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; filter: brightness(.82); transition: transform .4s ease, filter .4s ease; }
.situation-photos a:hover img { transform: scale(1.025); filter: brightness(.95); }
.situation-photos span { position: absolute; inset: auto 1rem 1rem; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(7,24,44,.7); font-weight: 800; backdrop-filter: blur(7px); }
.section-heading { margin-bottom: 3rem; }
.section-heading > p { max-width: 600px; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.service-index { color: #8a743f; font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.service-row h3 { margin-bottom: .65rem; font-size: clamp(1.6rem, 3.2vw, 2.45rem); }
.service-row p { max-width: 740px; color: var(--muted); }

.photo-story { background: var(--night); color: var(--ivory); }
.story-grid { display: grid; gap: 0; }
.story-photo img { width: 100%; min-height: 360px; object-fit: cover; }
.story-copy { padding: 2rem 0 0; }
.story-copy h2 { margin-bottom: 1.2rem; }
.story-copy > p:not(.eyebrow) { color: #d7dfda; }

.method-section { position: relative; overflow: hidden; background: var(--night); color: var(--ivory); }
.method-section::after { position: absolute; right: -.05em; bottom: -.25em; color: rgba(255, 255, 255, .025); font: 700 min(45vw, 30rem)/1 Georgia, serif; content: "PB"; }
.method-grid { position: relative; z-index: 1; }
.method-grid > div > p:not(.eyebrow) { color: #cbd5d1; }
.steps { display: grid; gap: 1rem; padding: 0; list-style: none; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 2.9rem 1fr; gap: 1rem; padding: 1.3rem; border: 1px solid rgba(246, 240, 228, .18); border-radius: var(--radius-md); background: rgba(255, 255, 255, .035); }
.steps li > span { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border-radius: 50%; background: var(--brass); color: var(--night); font-weight: 900; }
.steps h3 { margin-bottom: .35rem; font-size: 1.3rem; }
.steps p { margin: 0; color: #cbd5d1; }
.steps.light li { border-color: var(--line); background: rgba(255, 255, 255, .45); }
.steps.light p { color: var(--muted); }

.faq-section { background: var(--ivory); }
.faq-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; cursor: pointer; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #8a743f; font: 400 1.6rem/1 Arial; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 0 1rem; color: var(--muted); }

.contact-section, .contact-page-section { background: var(--forest); color: var(--white); }
.contact-section .contact-grid > div > p:not(.eyebrow), .contact-page-section .contact-grid > div > p:not(.eyebrow) { color: #d7e0dc; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.contact-form { padding: 1.35rem; border-radius: var(--radius-lg); background: var(--ivory); color: var(--ink); box-shadow: var(--shadow); }
.contact-form label:not(.consent) { display: block; margin: .75rem 0 .3rem; font-size: .84rem; font-weight: 800; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; min-height: 48px; padding: .78rem; border: 1px solid #b9b5ab; border-radius: var(--radius-sm); background: var(--white); color: var(--ink); }
.contact-form textarea { min-height: 115px; resize: vertical; }
.field-grid { display: grid; gap: .7rem; }
.consent { display: flex; min-height: 44px; align-items: center; gap: .55rem; margin: 1rem 0; font-size: .78rem; }
.consent input { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; margin-top: .15rem; }
.contact-form .btn { width: 100%; border: 0; }
.form-note { margin: .75rem 0 0; color: var(--muted); font-size: .76rem; text-align: center; }

.service-hero { min-height: min(780px, 88svh); }
.service-hero-image { object-position: center center; }
.service-hero-overlay { background: linear-gradient(90deg, rgba(4, 17, 30, .96) 0%, rgba(4, 17, 30, .73) 52%, rgba(4, 17, 30, .15) 90%); }
.service-hero-content { max-width: 850px; }
.service-hero-content h1 { margin-bottom: 1rem; }
.prose { max-width: 770px; }
.prose h2 { margin: 3.2rem 0 1rem; font-size: clamp(2rem, 4vw, 3.25rem); }
.prose h2:first-of-type { margin-top: 0; }
.prose p { font-size: 1.04rem; }
.situation-grid { display: grid; gap: 1rem; margin: 1.5rem 0; }
.situation-grid > div { padding: 1.2rem; border-top: 3px solid var(--brass); background: var(--white); box-shadow: 0 10px 30px rgba(4, 17, 30, .07); }
.situation-grid h3 { margin-bottom: .5rem; font-size: 1.28rem; }
.situation-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.sticky-card { align-self: start; padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.sticky-card h2 { margin-bottom: .75rem; font-size: 2rem; }
.sticky-card p { color: var(--muted); }
.sticky-card .btn { display: flex; width: 100%; margin-top: .75rem; }
.sticky-card small { display: block; margin-top: 1rem; color: var(--muted); text-align: center; }

.page-hero { padding: 9.5rem 0 5rem; background: var(--night); color: var(--white); }
.page-hero.compact { min-height: 420px; display: grid; align-items: end; }
.page-hero h1 { max-width: 900px; }
.page-hero p:not(.eyebrow) { max-width: 620px; margin-top: 1rem; color: #d7dfdb; font-size: 1.1rem; }
.direct-contact-grid { grid-template-columns: 1fr; }
.direct-card { display: block; min-width: 0; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 12px 35px rgba(4, 17, 30, .08); text-decoration: none; }
.direct-card > span { color: #8a743f; font-weight: 900; }
.direct-card h2 { margin: 1rem 0; font-size: 1.75rem; }
.direct-card strong { display: block; overflow-wrap: anywhere; color: var(--forest); }
.direct-card p { margin: .5rem 0 0; color: var(--muted); }
.contact-facts { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1.5rem; }
.contact-facts > div { padding: .9rem; border: 1px solid rgba(255, 255, 255, .25); border-radius: var(--radius-sm); }
.contact-facts b, .contact-facts span { display: block; }
.contact-facts span { color: #cbd8d3; font-size: .84rem; }

.thanks { min-height: 100svh; display: grid; align-items: center; padding: 8rem 0 6rem; background: linear-gradient(135deg, #e9e0d0, var(--ivory)); }
.thanks-card { max-width: 760px; padding: clamp(2rem, 6vw, 4rem); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); text-align: center; }
.thanks-mark { display: grid; width: 4rem; height: 4rem; place-items: center; margin: 0 auto 1.5rem; border-radius: 50%; background: var(--forest); color: white; font-size: 2rem; }
.thanks h1 { margin-bottom: 1rem; font-size: clamp(2.6rem, 7vw, 5rem); }
.thanks .hero-actions { justify-content: center; }

.legal { max-width: 850px; }
.legal h2 { margin: 2.6rem 0 .8rem; font-size: 2rem; }
.legal-alert { padding: 1.2rem; border: 1px solid #b97745; border-left-width: 5px; background: #fff2df; }
.legal-alert p { margin: .4rem 0 0; }

.site-footer { padding: 3.2rem 0 6rem; background: #04111e; color: #c9d2cd; }
.footer-grid { display: grid; gap: 2.2rem; }
.footer-brand img { width: 180px; margin-bottom: 1rem; }
.footer-brand p { max-width: 320px; }
.site-footer h2 { margin-bottom: .8rem; color: var(--white); font: 700 .78rem/1.2 Arial; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a, .site-footer span { display: block; margin: .4rem 0; font-size: .88rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255, 255, 255, .13); }
.footer-bottom span { margin: 0; font-size: .75rem; }
.mobile-contact-bar { position: fixed; z-index: 40; left: .6rem; right: .6rem; bottom: .6rem; display: grid; grid-template-columns: 1fr 1fr; padding: .35rem; border-radius: 999px; background: var(--ivory); box-shadow: 0 12px 40px rgba(0, 0, 0, .28); }
.mobile-contact-bar a { min-height: 46px; display: grid; place-items: center; border-radius: 999px; color: var(--night); font-size: .88rem; font-weight: 900; text-decoration: none; }
.mobile-contact-bar a:last-child { background: var(--night); color: var(--white); }

@media (min-width: 600px) {
  .field-grid, .situation-grid { grid-template-columns: 1fr 1fr; }
  .practice-gallery, .situation-photos { grid-template-columns: repeat(2, 1fr); }
  .practice-card-wide { grid-column: 1 / -1; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .direct-contact-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 820px) {
  .site-header { position: absolute; }
  .menu-toggle { display: none; }
  .main-nav { position: static; display: flex; flex-direction: row; align-items: center; gap: .9rem; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .main-nav > a, .nav-services > button { padding: .55rem .3rem; text-align: center; }
  .nav-services > button { width: auto; }
  .nav-submenu { position: absolute; top: 100%; left: 50%; min-width: 230px; padding: .7rem; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-sm); background: var(--night); box-shadow: var(--shadow); transform: translateX(-50%); }
  .nav-submenu.open { display: grid; }
  .nav-phone { display: grid !important; margin-left: .5rem; padding: .65rem 1rem !important; border: 1px solid rgba(255, 255, 255, .35) !important; border-radius: 999px; line-height: 1.1; }
  .nav-phone span { font-size: .62rem; }
  .hero-content { padding-bottom: 6.5rem; }
  .split-intro { grid-template-columns: .88fr 1.12fr; gap: 6rem; }
  .section-heading { grid-template-columns: 1fr .65fr; align-items: end; gap: 5rem; }
  .practice-gallery { grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 280px); }
  .practice-card-wide { grid-column: 1; grid-row: 1 / 3; }
  .practice-card, .practice-card img { min-height: 0; height: 100%; }
  .situation-photos { grid-template-columns: repeat(3, 1fr); }
  .service-row { grid-template-columns: 5rem 1fr; padding: 2.2rem 0; }
  .story-grid { grid-template-columns: 1.15fr .85fr; align-items: center; }
  .story-copy { padding: 3rem; }
  .method-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr 1fr; gap: 5rem; }
  .content-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 4.5rem; }
  .sticky-card { position: sticky; top: 1rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .mobile-contact-bar { display: none; }
  .site-footer { padding-bottom: 3.2rem; }
}

@media (min-width: 1100px) {
  .main-nav { gap: 1.25rem; }
  .hero-home h1 { font-size: clamp(4.7rem, 7vw, 6.5rem); }
}

@media (max-width: 480px) {
  .hero-actions .btn { width: 100%; }
  .contact-facts { grid-template-columns: 1fr; }
  .service-hero { min-height: 92svh; }
  .service-hero-image { object-position: 68% center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .mobile-contact-bar, .site-footer, .hero-actions { display: none !important; }
  body { background: white; color: black; }
  .section { padding: 1.5rem 0; }
}
