:root {
  --ink: #172f35;
  --ink-soft: #456067;
  --teal: #126d70;
  --teal-dark: #0b4f54;
  --mint: #e4f0eb;
  --brand-mint: #e4f5f1;
  --brand-aqua: #cbefe5;
  --brand-lime: #ddecc8;
  --glass-light: rgba(255, 255, 255, .84);
  --glass-dark: rgba(11, 79, 84, .88);
  --glass-border: rgba(255, 255, 255, .72);
  --paper: #f8f8f4;
  --white: #fff;
  --line: #d6e1dd;
  --coral: #e56f56;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", "Trebuchet MS", sans-serif;
  --container: min(1160px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background-color: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 20; padding: 10px 14px; color: var(--white); background: var(--teal-dark); }
.skip-link:focus { top: 20px; }
.site-header { position: absolute; z-index: 10; width: 100%; padding: 25px 0; }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; letter-spacing: .02em; line-height: 1.05; }
.brand strong { font-weight: 700; letter-spacing: .13em; }
.brand small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.brand-mark { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-family: var(--serif); font-size: 20px; }
.main-nav { display: flex; gap: 28px; margin-left: auto; color: var(--ink-soft); font-size: 13px; }
.main-nav a, .footer-links a { transition: color .2s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 15px 22px; border: 1px solid var(--coral); background: var(--coral); color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #d85f48; }
.button span, .text-link span { font-size: 18px; line-height: 0; }
.button-small { padding: 11px 16px; gap: 10px; font-size: 10px; }
.button-outline { margin-top: 37px; border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-light { border-color: var(--white); color: var(--teal-dark); background: var(--white); }
.button-light:hover { background: var(--mint); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }
.search-button { position: relative; width: 29px; height: 29px; margin-left: 0; border: 0; background: transparent; cursor: pointer; }
.search-button span, .search-button span:after { position: absolute; display: block; content: ""; }
.search-button span { top: 7px; left: 5px; width: 13px; height: 13px; border: 1.5px solid var(--ink-soft); border-radius: 50%; }
.search-button span:after { right: -6px; bottom: -4px; width: 7px; height: 1.5px; background: var(--ink-soft); transform: rotate(-48deg); transform-origin: left center; }
.search-button:hover span { border-color: var(--coral); }
.search-button:hover span:after { background: var(--coral); }
.hero { position: relative; min-height: 730px; padding: 168px 0 35px; overflow: hidden; background-color: var(--mint); background-image: url("/assets/brand-pattern.svg"); background-size: 360px 360px; }
.hero:before { position: absolute; top: 0; right: 0; width: 38%; height: 100%; background: rgba(255,255,255,.27); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 9%; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
h1 { max-width: 510px; margin-bottom: 27px; font-size: clamp(58px, 7vw, 100px); }
h1 em, h2 em { color: var(--teal); font-style: italic; }
.hero-text { max-width: 410px; margin-bottom: 31px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link:hover { color: var(--coral); border-color: var(--coral); }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 74px; color: var(--ink-soft); font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.proof-number { color: var(--coral); font-family: var(--serif); font-size: 34px; line-height: 1; letter-spacing: 0; }
.hero-visual { position: relative; max-width: 570px; justify-self: end; }
.hero-visual:before { position: absolute; z-index: -1; top: 34px; right: -28px; width: 78%; height: 78%; border-radius: 0 0 0 90px; background: var(--brand-aqua); content: ""; }
.hero-image-wrap { position: relative; height: 490px; overflow: hidden; border-radius: 0 92px 0 0; background: var(--teal); }
.hero-image-wrap:after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(11,79,84,.26)); content: ""; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.floating-note { position: absolute; right: -34px; bottom: 37px; display: flex; align-items: center; gap: 12px; width: 205px; padding: 14px; color: var(--white); background: var(--teal-dark); font-size: 12px; }
.note-icon { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #f4b19d; }
.floating-note small { display: block; margin-top: 3px; color: #b8d5d0; font-size: 10px; }
.image-label { position: absolute; top: -27px; right: 0; color: var(--ink-soft); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.hero-bottom { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; margin-top: 43px; color: var(--ink-soft); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-line, .kicker-line { display: inline-block; width: 48px; height: 1px; background: var(--coral); }
.section { padding: 120px 0; }
.intro { background-color: var(--paper); background-image: url("/assets/brand-pattern.svg"); background-position: right top; background-size: 360px 360px; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.15fr .95fr; gap: 55px; }
.section-kicker { margin-bottom: 32px; }
.section-kicker > span:first-child { color: var(--coral); }
.intro-copy h2, .section-heading h2, .team-copy h2 { margin-bottom: 25px; font-size: clamp(42px, 5vw, 66px); }
.lead { max-width: 520px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.intro-facts { display: flex; gap: 38px; margin-top: 48px; border-top: 1px solid var(--line); padding-top: 20px; }
.intro-facts div { display: flex; gap: 10px; }
.intro-facts strong { color: var(--coral); font-size: 11px; }
.intro-facts span { color: var(--ink-soft); font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.intro-images { position: relative; min-height: 470px; }
.image-tall { position: absolute; right: 0; width: 78%; height: 395px; border-radius: 0 0 0 72px; object-fit: cover; }
.image-small { position: absolute; bottom: 0; left: 0; width: 48%; height: 185px; border: 9px solid var(--paper); border-radius: 0 38px 0 0; object-fit: cover; }
.image-caption { position: absolute; right: -1px; bottom: -13px; color: var(--coral); font-family: var(--serif); font-size: 16px; font-style: italic; line-height: 1.1; }
.services { position: relative; background-color: var(--teal-dark); color: var(--white); }
.services:after { position: absolute; right: 0; bottom: 0; width: 210px; height: 210px; background: url("/assets/brand-pattern.svg") right bottom / 360px 360px no-repeat; content: ""; opacity: .65; pointer-events: none; }
.services .section-kicker, .light { color: #9fc7be; }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr 1fr; align-items: end; gap: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading h2 em { color: #91cec0; }
.section-heading p { max-width: 310px; margin-bottom: 7px; color: #b2d0c9; font-size: 15px; }
.service-list { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.23); }
.service-item { position: relative; z-index: 1; display: grid; grid-template-columns: 10% 27% 1fr 30px; align-items: center; gap: 18px; min-height: 105px; border-bottom: 1px solid rgba(255,255,255,.23); }
.service-number { color: #99c2bb; font-size: 11px; }
.service-item h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.service-item p { max-width: 370px; margin: 0; color: #b2d0c9; font-size: 13px; }
.service-item a { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #82b8ad; border-radius: 50%; color: #c6e4dc; font-size: 16px; transition: background .2s; }
.service-item a:hover { background: var(--coral); }
.team { background-color: #f0f3ed; background-image: url("/assets/brand-pattern.svg"); background-position: right center; background-size: 360px 360px; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10%; }
.team-photo { position: relative; padding-right: 14%; }
.team-photo img { width: 100%; height: 475px; border-radius: 0 0 0 78px; object-fit: cover; filter: saturate(.85); }
.photo-stamp { position: absolute; right: 0; bottom: 38px; padding: 12px 14px; color: var(--white); background: var(--coral); font-size: 10px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.team-copy p { max-width: 460px; color: var(--ink-soft); font-size: 16px; }
.team-copy .text-link { margin-top: 18px; }
.quote { padding: 105px 0; background: var(--paper); }
.quote-inner { max-width: 760px; text-align: center; }
.quote-mark { display: block; height: 48px; color: var(--coral); font-family: var(--serif); font-size: 80px; line-height: .95; }
blockquote { margin: 0; font-family: var(--serif); font-size: clamp(28px, 4vw, 42px); letter-spacing: -.03em; line-height: 1.15; }
cite { display: block; margin-top: 29px; color: var(--ink-soft); font-size: 11px; font-style: normal; letter-spacing: .13em; text-transform: uppercase; }
cite span { margin: 0 7px; color: var(--coral); }
.contact { padding: 100px 0; color: var(--white); background: var(--teal); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }
.contact h2 { margin-bottom: 23px; font-size: clamp(50px, 6vw, 78px); }
.contact h2:after { display: block; width: 60px; height: 4px; margin-top: 25px; background: var(--coral); content: ""; }
.contact-grid > div:first-child > p { max-width: 390px; color: #c0ddd7; }
.contact .button { margin-top: 20px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 39px 40px; align-self: end; padding-bottom: 4px; }
.contact-details > div:last-child { grid-column: span 2; }
.detail-label { display: block; margin-bottom: 8px; color: #a9d0c7; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-details a, .contact-details p { display: block; margin: 0; color: var(--white); font-size: 15px; line-height: 1.6; }
.contact-details a:hover { color: #f4b19d; }
.contact-details strong { color: #f4b19d; font-weight: 500; }
.site-footer { padding: 27px 0; background: var(--ink); color: #a6c1bd; }
.site-footer .brand { color: var(--white); font-size: 14px; }
.site-footer .brand small { color: #a6c1bd; }
.site-footer p { margin: 0 auto 0 20px; color: #74938e; font-family: var(--serif); font-size: 17px; font-style: italic; }
.footer-links { display: flex; gap: 22px; font-size: 11px; }
.site-footer > .container > small { font-size: 10px; }
.reveal { opacity: 0; transform: translateY(20px); animation: reveal .8s ease forwards; }
.reveal-delay { animation-delay: .15s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 850px) {
  :root { --container: min(100% - 40px, 620px); }
  .site-header { padding-top: 18px; }
  .main-nav, .header-cta, .search-button { display: none; }
  .menu-toggle { display: block; }
  .main-nav.is-open { position: absolute; top: 72px; right: 20px; display: flex; flex-direction: column; gap: 0; min-width: 190px; padding: 10px 20px; background: var(--white); box-shadow: 0 16px 30px rgba(23,47,53,.15); }
  .main-nav.is-open a { padding: 9px 0; }
  .hero { min-height: auto; padding: 125px 0 34px; }
  .hero:before { width: 100%; height: 53%; }
  .hero-grid, .intro-grid, .team-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  h1 { font-size: clamp(57px, 16vw, 88px); }
  .hero-proof { margin-top: 45px; }
  .hero-visual { width: calc(100% - 12px); justify-self: start; }
  .hero-image-wrap { height: 410px; }
  .floating-note { right: -12px; }
  .hero-bottom { display: none; }
  .section { padding: 78px 0; }
  .intro-grid { gap: 28px; }
  .intro-grid > .section-kicker { margin-bottom: -10px; }
  .intro-images { min-height: 400px; }
  .section-heading { grid-template-columns: 1fr; gap: 0; }
  .section-heading p { margin-top: -5px; }
  .service-list { margin-top: 42px; }
  .service-item { grid-template-columns: 36px 1fr 28px; gap: 5px 12px; padding: 21px 0; }
  .service-item h3 { font-size: 22px; }
  .service-item p { grid-column: 2 / -1; grid-row: 2; }
  .team-photo { padding-right: 10%; }
  .team-photo img { height: 390px; }
  .contact-details { align-self: start; }
  .site-footer { padding: 33px 0; }
  .footer-inner { flex-wrap: wrap; gap: 20px; }
  .site-footer p { order: 3; width: 100%; margin: 0; }
  .footer-links { margin-left: auto; }
}
@media (max-width: 500px) {
  :root { --container: calc(100% - 32px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-image-wrap { height: 335px; }
  .floating-note { bottom: 20px; width: 190px; }
  .intro-facts { gap: 17px; }
  .intro-facts span { font-size: 9px; }
  .intro-images { min-height: 335px; }
  .image-tall { height: 285px; }
  .image-small { height: 135px; }
  .contact-details { grid-template-columns: 1fr; gap: 26px; }
  .contact-details > div:last-child { grid-column: auto; }
  .footer-links { width: 100%; margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { animation: none; opacity: 1; transform: none; }
  .button, .main-nav a, .service-item a { transition: none; }
}

.page-hero { padding: 165px 0 90px; background: var(--mint); }
.page-hero h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(54px, 8vw, 104px); }
.page-hero p { max-width: 640px; color: var(--ink-soft); font-size: 18px; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 10%; }
.content-section { padding: 95px 0; }
.content-section h2 { margin-bottom: 20px; font-size: clamp(35px, 4vw, 54px); }
.content-section h3 { margin: 37px 0 10px; color: var(--teal); font-family: var(--serif); font-size: 28px; font-weight: 500; }
.content-section p { max-width: 720px; color: var(--ink-soft); }
.content-section ul { max-width: 680px; margin: 18px 0 25px; padding-left: 22px; color: var(--ink-soft); }
.content-section li { margin: 8px 0; padding-left: 7px; }
.content-aside { align-self: start; padding: 24px; border: 1px solid rgba(255, 255, 255, .22); background: var(--glass-dark); box-shadow: 0 18px 45px rgba(11, 79, 84, .14); color: var(--white); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.content-aside h2 { margin-bottom: 12px; color: var(--white); font-size: 30px; }
.content-aside p { color: #b2d0c9; font-size: 14px; }
.content-aside .button { width: 100%; margin-top: 13px; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 45px; background: var(--line); }
.expertise-card { min-height: 235px; padding: 28px; border: 1px solid var(--glass-border); background: var(--glass-light); box-shadow: 0 16px 38px rgba(23, 47, 53, .06); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.expertise-card span { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.expertise-card h3 { margin-top: 32px; }
.expertise-card p { font-size: 14px; }
.service-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 45px; }
.service-card { padding: 28px; border: 1px solid var(--glass-border); border-radius: 0 34px 0 0; background-color: var(--glass-light); background-image: url("/assets/brand-pattern.svg"); background-position: right bottom; background-size: 250px 250px; box-shadow: 0 18px 42px rgba(23, 47, 53, .08); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.service-card:nth-child(2) { border-radius: 34px 0 0 0; }
.service-card:nth-child(3) { border-radius: 0 0 34px 0; }
.service-card:nth-child(4) { border-radius: 0 0 0 34px; }
.service-card span { color: var(--coral); font-size: 11px; font-weight: 700; }
.service-card h3 { margin: 28px 0 8px; }
.service-card p { font-size: 14px; }
.service-image { width: 100%; max-height: 430px; margin-top: 45px; border-radius: 0 74px 0 0; object-fit: cover; }
.article-section { background: var(--paper); }
.article-section .page-layout { grid-template-columns: minmax(0, 760px) 260px; }
.article-section .content-aside { position: sticky; top: 25px; }
.article-nav { margin: 0; padding: 0; list-style: none; }
.article-nav li { margin: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.article-nav a { display: block; padding: 11px 0; color: #d2e6e0; font-size: 13px; }
.article-nav a:hover { color: #f4b19d; }
.price-table { width: 100%; border-collapse: collapse; margin: 28px 0 55px; background: var(--paper); }
.price-table th, .price-table td { border-bottom: 1px solid var(--line); padding: 15px 17px; text-align: left; }
.price-table th { background: var(--teal-dark); color: var(--white); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.price-table td { color: var(--ink-soft); font-size: 14px; }
.price-table td:last-child { color: var(--teal); font-weight: 700; text-align: right; white-space: nowrap; }
.price-note { color: var(--ink-soft); font-size: 13px; font-style: italic; }
.contact-page { background: var(--teal); color: var(--white); }
.contact-page .page-hero { background: var(--teal-dark); }
.contact-page .page-hero p, .contact-page .content-section p { color: #b8d5d0; }
.contact-page .content-section { padding-top: 80px; }
.map-placeholder { display: grid; min-height: 290px; place-items: center; margin-top: 28px; background: #dce9df; color: var(--teal-dark); text-align: center; }
.map-placeholder strong { display: block; font-family: var(--serif); font-size: 30px; }
.map-placeholder span { display: block; margin-top: 8px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 850px) {
  .page-hero { padding: 125px 0 70px; }
  .page-layout, .article-section .page-layout { grid-template-columns: 1fr; gap: 45px; }
  .content-aside, .article-section .content-aside { position: static; }
  .expertise-grid, .service-page-grid { grid-template-columns: 1fr; }
  .price-table { font-size: 13px; }
  .price-table th, .price-table td { padding: 12px 9px; }
}
