:root {
  --ink: #122a34;
  --navy: #0b2e3b;
  --forest: #123f46;
  --green: #17745d;
  --green-bright: #2a9a75;
  --sage: #dfece6;
  --mint: #eef6f1;
  --cream: #fbfaf6;
  --white: #ffffff;
  --text: #52646a;
  --line: rgba(18, 63, 70, .14);
  --shadow: 0 24px 65px rgba(14, 51, 55, .13);
  --shell: min(1180px, calc(100% - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--forest); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.info-bar { color: #eaf3ef; background: var(--navy); font-size: 12px; }
.info-bar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.info-bar a { display: inline-flex; align-items: center; gap: 8px; opacity: .9; transition: opacity .2s; }
.info-bar a:hover { opacity: 1; }
.info-bar svg { width: 16px; height: 16px; color: #77c3a7; }
.info-links { display: flex; gap: 28px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(18,63,70,.08); backdrop-filter: blur(16px); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 255px; }
.brand-symbol { width: 52px; height: 52px; display: grid; place-items: center; color: var(--green); border: 1px solid var(--line); border-radius: 50%; background: var(--mint); }
.brand-symbol svg { width: 38px; height: 38px; stroke-width: 2.2; }
.brand-text { display: flex; align-items: center; gap: 10px; }
.brand-text strong { color: var(--navy); font-size: 34px; letter-spacing: -.04em; }
.brand-text > span { max-width: 105px; color: var(--forest); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; line-height: 1.25; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 29px; }
.primary-nav a { position: relative; padding: 10px 0; color: #334c53; font-size: 12px; font-weight: 800; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--green); transition: right .25s; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 10px; padding: 13px 17px; color: #fff; background: var(--green); border: 0; border-radius: 12px; font-size: 11px; font-weight: 900; box-shadow: 0 10px 25px rgba(23,116,93,.22); }
.header-cta svg { width: 17px; height: 17px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--mint); }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--forest); }
.menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, #0a2c38 0%, #123f46 72%, #0e5848 100%); }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; left: -240px; top: -310px; border: 85px solid rgba(118, 199, 166, .07); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 340px; height: 340px; right: -160px; bottom: -210px; border: 60px solid rgba(255,255,255,.05); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; padding-block: 84px 96px; }
.kicker { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.kicker span { width: 28px; height: 2px; background: currentColor; }
.kicker.light { color: #8bd0b4; }
.hero .kicker { color: #9de2c7; }
.hero h1 { margin: 0; max-width: 640px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 5.5vw, 76px); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.hero h1 em { color: #9fe4c9; font-style: normal; }
.hero-lead { max-width: 580px; margin: 28px 0 32px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 20px; border-radius: 12px; font-size: 12px; font-weight: 900; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-solid { color: #fff; background: var(--green-bright); border: 1px solid var(--green-bright); box-shadow: 0 14px 30px rgba(0,0,0,.14); }
.button-solid:hover { background: #238663; box-shadow: 0 17px 36px rgba(0,0,0,.2); }
.button-ghost { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.28); }
.button-full { width: 100%; }
.hero-contact { margin-top: 43px; padding-top: 25px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-contact div { min-width: 0; }
.hero-contact span, .hero-contact a { display: block; }
.hero-contact span { margin-bottom: 6px; color: #8bcab2; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.hero-contact a { color: #fff; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.hero-visual { position: relative; padding: 16px 0 34px 35px; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 110px 10px 110px 10px; border: 9px solid rgba(255,255,255,.1); box-shadow: 0 35px 70px rgba(0,0,0,.25); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,38,45,.18)); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 500px; object-fit: cover; object-position: center; transform: scale(1.08); }
.availability-card { position: absolute; left: 0; bottom: 0; max-width: 330px; display: flex; align-items: center; gap: 14px; padding: 18px 20px; color: var(--ink); background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.availability-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; }
.availability-icon svg { width: 25px; height: 25px; }
.availability-card strong, .availability-card small { display: block; }
.availability-card strong { color: var(--navy); font-size: 14px; }
.availability-card small { margin-top: 3px; color: var(--text); font-size: 11px; }
.hero-seal { position: absolute; right: -18px; top: -9px; width: 92px; height: 92px; display: grid; place-items: center; align-content: center; color: #fff; background: var(--green-bright); border: 7px solid var(--forest); border-radius: 50%; box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.hero-seal span { font-family: Georgia, serif; font-size: 29px; line-height: 1; }
.hero-seal small { margin-top: 2px; font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }

.benefits { position: relative; z-index: 3; margin-top: -42px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); background: #fff; border-radius: 20px; box-shadow: var(--shadow); }
.benefit-grid article { min-height: 145px; display: grid; grid-template-columns: 43px 1fr; gap: 16px; align-items: center; padding: 28px 25px; border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { width: 43px; height: 43px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; font-family: Georgia, serif; font-size: 15px; }
.benefit-grid strong { display: block; margin-bottom: 6px; color: var(--navy); font-size: 14px; }
.benefit-grid p { margin: 0; color: var(--text); font-size: 12px; line-height: 1.55; }

.section { padding: 112px 0; }
.section-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.section h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4vw, 58px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.section-intro > p { margin: 0 0 7px; color: var(--text); line-height: 1.75; }
.services { background: var(--cream); }
.service-layout { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.service-card { grid-column: span 4; overflow: hidden; background: #fff; border: 1px solid rgba(18,63,70,.09); border-radius: 20px; box-shadow: 0 16px 36px rgba(14,51,55,.07); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 205px; object-fit: cover; }
.service-card-large { grid-column: span 8; position: relative; min-height: 430px; }
.service-card-large img { height: 100%; min-height: 430px; }
.service-card-large::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(7,42,47,.88)); }
.service-overlay { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 30px; color: #fff; }
.service-overlay span, .service-body > span { color: #76c7a7; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.service-overlay h3 { margin: 7px 0 7px; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.service-overlay p { max-width: 520px; margin: 0; color: rgba(255,255,255,.75); }
.service-body { padding: 25px 24px 28px; }
.service-body h3 { margin: 8px 0 8px; color: var(--navy); font-size: 18px; }
.service-body p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.65; }

.about { overflow: hidden; color: #fff; background: var(--forest); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.about-visual::before { content: ""; position: absolute; width: 260px; height: 260px; left: -75px; top: -75px; border: 45px solid rgba(159,228,201,.08); border-radius: 50%; }
.about-visual img { position: relative; z-index: 1; width: 100%; min-height: 530px; object-fit: cover; border-radius: 10px 90px 10px 90px; box-shadow: 0 35px 70px rgba(0,0,0,.24); }
.address-plaque { position: absolute; z-index: 2; right: -28px; bottom: 30px; width: 235px; padding: 25px; color: var(--ink); background: #fff; border-radius: 18px; box-shadow: var(--shadow); }
.address-plaque span, .address-plaque strong, .address-plaque a { display: block; }
.address-plaque span { color: var(--green); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.address-plaque strong { margin: 6px 0 15px; color: var(--navy); font-family: Georgia, serif; font-size: 21px; }
.address-plaque a { color: var(--green); font-size: 12px; font-weight: 900; }
.about-copy h2 { color: #fff; }
.about-copy > p:not(.kicker) { color: rgba(255,255,255,.68); line-height: 1.75; }
.about-points { margin: 35px 0; border-top: 1px solid rgba(255,255,255,.12); }
.about-points > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.about-points b { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: #9fe4c9; border-radius: 50%; font-size: 11px; }
.about-points strong, .about-points small { display: block; }
.about-points strong { color: #fff; font-size: 15px; }
.about-points small { margin-top: 4px; color: rgba(255,255,255,.58); line-height: 1.5; }
.inline-link { display: inline-flex; align-items: center; gap: 14px; color: #a9e8d0; border-bottom: 1px solid rgba(169,232,208,.4); padding-bottom: 5px; font-weight: 900; }

.approach { background: #fff; }
.approach-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.approach-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.approach-cards article { padding: 31px 25px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 15px 35px rgba(14,51,55,.05); }
.approach-cards article:nth-child(2) { transform: translateY(35px); background: var(--mint); }
.approach-icon { width: 55px; height: 55px; display: grid; place-items: center; color: var(--green); background: var(--sage); border-radius: 17px; }
.approach-icon svg { width: 32px; height: 32px; }
.approach-cards h3 { margin: 22px 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.approach-cards p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.7; }

.contact-section { padding: 105px 0; color: #fff; background: linear-gradient(135deg, #0a2c38 0%, #123f46 62%, #17634f 100%); }
.contact-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.contact-copy h2 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: clamp(42px, 4vw, 59px); font-weight: 500; line-height: 1.02; }
.contact-copy > p:not(.kicker) { color: rgba(255,255,255,.66); line-height: 1.7; }
.contact-details { margin-top: 35px; }
.contact-details a { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-details span { color: #8bd0b4; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.contact-details strong { color: #fff; overflow-wrap: anywhere; }
.inquiry-form { padding: 38px; color: var(--ink); background: #fff; border-radius: 26px; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.form-title > span { color: var(--green); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .17em; }
.form-title h3 { margin: 6px 0 5px; color: var(--navy); font-family: Georgia, serif; font-size: 33px; font-weight: 500; }
.form-title p { margin: 0 0 24px; color: var(--text); font-size: 12px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.inquiry-form label, .appointment-dialog label { display: block; margin-bottom: 15px; }
.inquiry-form label > span, .appointment-dialog label > span { display: block; margin-bottom: 7px; color: #39545b; font-size: 11px; font-weight: 800; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfdfc; border: 1px solid #d6e3de; border-radius: 10px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(23,116,93,.1); }
textarea { resize: vertical; }
.form-note { margin: 11px 0 0; color: #7e8e92; font-size: 10px; text-align: center; }

.footer { color: rgba(255,255,255,.66); background: #071f29; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .55fr .9fr .9fr; gap: 55px; padding: 68px 0 48px; }
.brand-footer { min-width: 0; }
.brand-footer .brand-symbol { color: #a4e4cc; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.05); }
.brand-footer .brand-text strong, .brand-footer .brand-text > span { color: #fff; }
.footer-brand p { max-width: 300px; line-height: 1.7; }
.footer h3 { margin: 0 0 16px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-links address { font-style: normal; line-height: 1.7; }
.footer-action { align-self: start; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.035); }
.footer-action span, .footer-action strong { display: block; }
.footer-action span { color: #8bd0b4; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.footer-action strong { margin: 7px 0 18px; color: #fff; font-family: Georgia, serif; font-size: 20px; line-height: 1.25; }
.footer-action button { padding: 0; color: #a9e8d0; background: none; border: 0; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.43); font-size: 10px; }
.footer-bottom p { margin: 0; }

.appointment-dialog { width: min(600px, calc(100% - 30px)); padding: 38px; border: 0; border-radius: 25px; color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.38); }
.appointment-dialog::backdrop { background: rgba(7,31,41,.78); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 17px; top: 15px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--forest); background: var(--mint); border: 0; border-radius: 50%; font-size: 25px; }
.dialog-heading h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 36px; font-weight: 500; line-height: 1.05; }
.dialog-heading > p:not(.kicker) { color: var(--text); }
.appointment-dialog form { margin-top: 24px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .header-cta { display: none; }
  .brand { min-width: 225px; }
  .primary-nav { gap: 22px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .hero-image-wrap img { height: 450px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-grid, .contact-shell { gap: 55px; }
  .approach-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-action { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 860px) {
  :root { --shell: min(720px, calc(100% - 30px)); }
  .info-bar { display: none; }
  .header-inner { height: 76px; }
  .brand { min-width: auto; }
  .brand-symbol { width: 45px; height: 45px; }
  .brand-symbol svg { width: 32px; height: 32px; }
  .brand-text strong { font-size: 29px; }
  .brand-text > span { font-size: 9px; }
  .menu-button { display: block; margin-left: auto; }
  .primary-nav { position: absolute; top: calc(100% + 8px); left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px; background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 13px; }
  .primary-nav a::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 74px 85px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { padding-left: 0; }
  .hero-image-wrap img { height: 440px; }
  .hero-seal { right: -7px; }
  .benefits { margin-top: -30px; }
  .section { padding: 88px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 18px; }
  .service-card, .service-card-large { grid-column: span 6; }
  .service-card-large { min-height: 390px; }
  .service-card-large img { min-height: 390px; }
  .about-grid, .contact-shell { grid-template-columns: 1fr; }
  .about-visual { order: 2; }
  .about-copy { order: 1; }
  .address-plaque { right: 15px; }
  .approach-cards { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-action { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .header-inner { gap: 12px; }
  .brand-text > span { display: none; }
  .hero-grid { padding-top: 58px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 15px; }
  .hero-contact { grid-template-columns: 1fr; gap: 14px; }
  .hero-image-wrap { border-radius: 65px 8px 65px 8px; }
  .hero-image-wrap img { height: 330px; }
  .availability-card { position: relative; left: auto; bottom: auto; max-width: none; margin: -28px 15px 0; }
  .hero-seal { width: 75px; height: 75px; right: -5px; top: -20px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-grid article:last-child { border-bottom: 0; }
  .section h2, .contact-copy h2 { font-size: 40px; }
  .service-card, .service-card-large { grid-column: 1 / -1; }
  .service-card-large { min-height: 370px; }
  .service-card-large img { min-height: 370px; }
  .about-visual img { min-height: 390px; border-radius: 8px 55px 8px 55px; }
  .address-plaque { position: relative; right: auto; bottom: auto; width: auto; margin: -35px 15px 0; }
  .approach-cards { grid-template-columns: 1fr; }
  .approach-cards article:nth-child(2) { transform: none; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-action { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .appointment-dialog { padding: 32px 22px 25px; }
}

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