:root { --ink:#153a3a; --muted:#607879; --mint:#e4f2ed; --cream:#f8f6f0; --white:#fff; --coral:#e97863; --coral-dark:#ce5f4e; --line:#d9e5df; --shadow:0 20px 50px rgba(21,58,58,.09); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--cream); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.6; } a { color:inherit; text-decoration:none; } h1,h2,h3,p { margin-top:0; } h1,h2,h3 { line-height:1.13; } .container { width:min(1120px,calc(100% - 40px)); margin:0 auto; }
.site-header { position:sticky; top:0; z-index:10; background:rgba(248,246,240,.92); border-bottom:1px solid rgba(21,58,58,.08); backdrop-filter:blur(12px); } .navigation { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:28px; } .brand { display:inline-flex; align-items:center; gap:9px; font-size:1.08rem; font-weight:700; letter-spacing:-.03em; white-space:nowrap; } .brand strong { color:var(--coral); } .brand-mark { width:32px; height:32px; display:grid; place-items:center; color:var(--white); background:var(--ink); border-radius:50% 50% 45% 45%; font-family:Georgia,serif; } nav { display:flex; gap:26px; font-size:.92rem; font-weight:600; } nav a { color:var(--muted); } nav a:hover { color:var(--coral); }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 23px; color:var(--white); background:var(--coral); border-radius:999px; font-size:.92rem; font-weight:750; box-shadow:0 10px 22px rgba(233,120,99,.22); transition:transform .2s,background .2s; } .button:hover { background:var(--coral-dark); transform:translateY(-2px); } .button-small { min-height:42px; padding:0 18px; font-size:.82rem; } .button-secondary { color:var(--ink); background:transparent; border:1px solid var(--ink); box-shadow:none; } .button-secondary:hover { color:var(--white); background:var(--ink); }
.hero { min-height:625px; display:grid; align-items:center; overflow:hidden; background:radial-gradient(circle at 87% 26%,rgba(233,120,99,.22) 0 8%,transparent 8.3%),radial-gradient(circle at 84% 25%,var(--mint) 0 22%,transparent 22.3%),linear-gradient(125deg,#f8f6f0 0%,#f8f6f0 53%,#eaf5f1 53%); } .hero-content { padding:90px 0; } .hero h1 { max-width:670px; margin-bottom:22px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(3rem,6vw,5.5rem); letter-spacing:-.06em; } .eyebrow { margin-bottom:15px; color:var(--coral); font-size:.76rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; } .hero-copy { max-width:520px; margin-bottom:31px; color:var(--muted); font-size:1.12rem; } .hero-actions { display:flex; flex-wrap:wrap; gap:13px; } .hero-details { display:flex; flex-wrap:wrap; gap:12px 28px; margin-top:48px; color:var(--muted); font-size:.86rem; font-weight:650; } .hero-details span::before { content:"✓"; margin-right:8px; color:var(--coral); font-weight:900; }
.section { padding:105px 0; } .section-heading { max-width:660px; margin-bottom:46px; } .section h2 { margin-bottom:17px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.25rem,4vw,3.5rem); letter-spacing:-.05em; } .section-heading > p:last-child,.lead { color:var(--muted); font-size:1.05rem; } .service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; } .service-card { min-height:250px; padding:28px; background:var(--white); border:1px solid var(--line); border-radius:18px; box-shadow:0 8px 24px rgba(21,58,58,.035); transition:transform .2s,box-shadow .2s; } .service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); } .service-number { display:block; margin-bottom:47px; color:var(--coral); font-size:.8rem; font-weight:800; } .service-card h3,.benefit-list h3,.contact-details h3 { margin-bottom:9px; font-size:1.07rem; } .service-card p,.benefit-list p,.contact-details p { margin-bottom:0; color:var(--muted); font-size:.92rem; }
.section-tint { background:var(--mint); } .split-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(45px,9vw,130px); } .benefit-list { display:grid; gap:25px; } .benefit-list article { display:grid; grid-template-columns:35px 1fr; gap:17px; padding-bottom:24px; border-bottom:1px solid rgba(21,58,58,.15); } .benefit-list article > span { color:var(--coral); font-size:.82rem; font-weight:800; }
.contact-section { padding-top:105px; padding-bottom:105px; } .contact-card { display:grid; grid-template-columns:1.05fr .95fr; gap:45px; padding:clamp(32px,6vw,68px); color:var(--white); background:var(--ink); border-radius:24px; box-shadow:var(--shadow); } .contact-card h2 { max-width:490px; } .contact-card > div:first-child > p:not(.eyebrow) { margin-bottom:27px; color:#c6d7d2; } .contact-details { display:grid; gap:30px; align-content:center; } .contact-details h3 { color:#f5c7bd; } .contact-details p { color:#d7e5e0; }
.site-footer { padding:31px 0; border-top:1px solid var(--line); } .footer-content { display:flex; align-items:center; justify-content:space-between; gap:20px; color:var(--muted); font-size:.82rem; } .footer-content p { margin:0; }
@media (max-width:850px) { nav { display:none; } .service-grid { grid-template-columns:repeat(2,1fr); } .split-layout,.contact-card { grid-template-columns:1fr; } .hero { min-height:570px; background:radial-gradient(circle at 95% 10%,rgba(233,120,99,.17) 0 10%,transparent 10.3%),linear-gradient(145deg,#f8f6f0,#eaf5f1); } }
@media (max-width:560px) { .container { width:min(100% - 32px,1120px); } .navigation { min-height:70px; gap:12px; } .navigation .button { display:none; } .hero-content { padding:72px 0; } .hero h1 { font-size:clamp(2.65rem,13vw,3.7rem); } .section { padding:74px 0; } .service-grid { grid-template-columns:1fr; } .service-card { min-height:auto; } .service-number { margin-bottom:26px; } .footer-content { flex-direction:column; align-items:flex-start; } }
.dentist-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; } .dentist-card { padding:32px; background:var(--white); border:1px solid var(--line); border-radius:18px; } .dentist-monogram { width:66px; height:66px; display:grid; place-items:center; margin-bottom:28px; color:var(--coral); background:var(--mint); border-radius:50%; font-family:Georgia,"Times New Roman",serif; font-size:2rem; } .dentist-card .eyebrow { margin-bottom:8px; } .dentist-card h3 { margin-bottom:12px; font-size:1.35rem; } .dentist-card > p:last-child { margin-bottom:0; color:var(--muted); }
.expectations-section { background:var(--cream); } .expectation-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; } .expectation-card { margin:0; padding:29px; background:var(--white); border:1px solid var(--line); border-radius:18px; } .expectation-number { margin-bottom:24px; color:var(--coral); font-size:.95rem; letter-spacing:.1em; } .expectation-number span { margin-left:7px; color:var(--muted); font-size:.74rem; font-weight:800; letter-spacing:0; } .expectation-card h3 { margin:0 0 25px; color:var(--ink); font-family:Georgia,"Times New Roman",serif; font-size:1.12rem; line-height:1.45; } .expectation-card p { color:var(--muted); font-size:.85rem; font-weight:750; }
.emergency-section { padding:0 0 105px; background:var(--cream); } .emergency-card { display:grid; grid-template-columns:1fr auto; align-items:center; gap:40px; padding:clamp(32px,5vw,54px) clamp(32px,6vw,68px); color:var(--white); background:var(--coral); border-radius:24px; box-shadow:0 18px 38px rgba(233,120,99,.2); } .emergency-card .eyebrow { color:#ffe0d9; } .emergency-card h2 { margin-bottom:12px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,3.5vw,3rem); letter-spacing:-.05em; } .emergency-card p:last-child { max-width:610px; margin-bottom:0; color:#fff0eb; } .emergency-button { min-height:60px; flex-direction:column; gap:1px; color:var(--ink); background:var(--white); box-shadow:none; } .emergency-button:hover { color:var(--white); background:var(--ink); } .emergency-button span { font-size:.76rem; }
@media (max-width:850px) { .expectation-grid { grid-template-columns:repeat(2,1fr); } .emergency-card { grid-template-columns:1fr; justify-items:start; } }
@media (max-width:560px) { .dentist-grid,.expectation-grid { grid-template-columns:1fr; } .emergency-section { padding-bottom:74px; } }
.team-section { padding-bottom:72px; } .expectations-section { padding-top:72px; } .expectation-number { display:block; margin-bottom:32px; color:var(--coral); font-size:.8rem; font-weight:800; } .expectation-card h3 { margin-bottom:12px; font-size:1.15rem; } .expectation-card p { margin-bottom:0; color:var(--muted); font-size:.92rem; font-weight:400; }
@media (max-width:560px) { .team-section { padding-bottom:52px; } .expectations-section { padding-top:52px; } }

/* Responsive layout pass */
body { overflow-x: hidden; }
h1, h2, h3, .contact-details p { overflow-wrap: anywhere; }
.service-grid > *, .split-layout > *, .dentist-grid > *, .expectation-grid > *, .emergency-card > *, .contact-card > * { min-width: 0; }

@media (max-width: 1024px) {
    .container { width: min(100% - 48px, 1120px); }
    .navigation { gap: 20px; }
    nav { gap: 18px; }
    .hero { min-height: 570px; background: radial-gradient(circle at 93% 20%, rgba(233, 120, 99, .18) 0 9%, transparent 9.3%), linear-gradient(135deg, #f8f6f0 0%, #f8f6f0 52%, #eaf5f1 52%); }
    .hero-content { padding: 78px 0; }
    .service-grid, .expectation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-card { gap: 34px; }
}

@media (max-width: 768px) {
    .container { width: min(100% - 40px, 1120px); }
    .navigation { min-height: 70px; gap: 14px; }
    nav { display: none; }
    .navigation .button { display: inline-flex; }
    .button-small { min-height: 44px; padding: 0 15px; font-size: .78rem; }
    .hero { min-height: 0; background: radial-gradient(circle at 92% 8%, rgba(233, 120, 99, .16) 0 10%, transparent 10.3%), linear-gradient(145deg, #f8f6f0, #eaf5f1); }
    .hero-content { padding: 72px 0; }
    .hero h1 { max-width: 100%; font-size: clamp(2.7rem, 9vw, 4.4rem); }
    .hero-copy { max-width: 620px; }
    .split-layout, .dentist-grid, .expectation-grid, .emergency-card, .contact-card { grid-template-columns: 1fr; }
    .dentist-grid, .expectation-grid { gap: 16px; }
    .emergency-card { gap: 28px; }
    .emergency-button { justify-self: start; }
    .contact-card { gap: 34px; }
    .footer-content { flex-wrap: wrap; align-items: flex-start; }
}

@media (max-width: 480px) {
    .container { width: min(100% - 32px, 1120px); }
    .brand { gap: 7px; font-size: .98rem; }
    .brand-mark { width: 30px; height: 30px; flex-basis: 30px; }
    .navigation { min-height: 66px; }
    .navigation .button { display: inline-flex; }
    .button-small { min-height: 42px; padding: 0 13px; font-size: .73rem; }
    .hero-content { padding: 58px 0 62px; }
    .hero h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); letter-spacing: -.055em; }
    .hero-copy { font-size: 1rem; }
    .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
    .hero-actions .button { width: 100%; min-height: 52px; }
    .hero-details { gap: 9px 16px; margin-top: 34px; font-size: .82rem; }
    .section { padding: 74px 0; }
    .section-heading { margin-bottom: 34px; }
    .section h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; padding: 25px; }
    .service-number { margin-bottom: 26px; }
    .benefit-list { gap: 20px; }
    .benefit-list article { gap: 13px; }
    .team-section { padding-bottom: 52px; }
    .expectations-section { padding-top: 52px; }
    .dentist-card, .expectation-card { padding: 25px; }
    .emergency-section { padding-bottom: 74px; }
    .emergency-card, .contact-card { padding: 30px 25px; border-radius: 20px; }
    .emergency-button { width: 100%; min-height: 58px; }
    .contact-section { padding-top: 74px; padding-bottom: 74px; }
    .contact-details { gap: 24px; }
    .footer-content { flex-direction: column; gap: 12px; }
}

@media (max-width: 768px) {
    .navigation .button-small { min-height: 44px; font-size: 0; }
    .navigation .button-small::after { content: "Book"; font-size: .78rem; }
}

@media (max-width: 480px) {
    .navigation .button-small { min-height: 44px; font-size: 0; }
    .navigation .button-small::after { font-size: .75rem; }
}

/* Configurable clinic photography */
.hero {
    min-height: 600px;
    background: linear-gradient(110deg, var(--cream) 0%, var(--cream) 50%, var(--mint) 100%);
}
.hero-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(30px, 4vw, 56px);
    padding: 72px 0;
}
.hero-text { min-width: 0; }
.hero h1 { font-size: clamp(3rem, 5.2vw, 4.7rem); }
.hero-image-wrap {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: linear-gradient(145deg, var(--mint), #c9e3da);
    border-radius: 40px 18px 40px 18px;
    box-shadow: var(--shadow);
}
.hero-image, .dentist-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-image { object-position: center center; }
.dentist-card { overflow: hidden; }
.dentist-image-wrap {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    margin-bottom: 28px;
    background: radial-gradient(circle at 72% 22%, rgba(233, 120, 99, .28) 0 13%, transparent 13.5%), linear-gradient(145deg, var(--mint), #c9e3da);
    border-radius: 14px;
}
.dentist-image { object-position: center top; }

@media (max-width: 768px) {
    .hero { min-height: 0; }
    .hero-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
        padding: 72px 0;
    }
    .hero h1 { font-size: clamp(2.7rem, 9vw, 4.4rem); }
    .hero-image-wrap {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 28px;
    }
}

@media (max-width: 480px) {
    .hero-content { gap: 34px; padding: 58px 0 62px; }
    .hero h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
    .hero-image-wrap { width: 100%; aspect-ratio: 16 / 9; border-radius: 22px; }
}


/* Appointment form */
.page-back-link, .text-link { color: var(--coral-dark); font-weight: 750; }
.page-back-link:hover, .text-link:hover { text-decoration: underline; }
.form-page, .success-page { min-height: calc(100vh - 164px); }
.form-page-layout {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    align-items: start;
    gap: clamp(40px, 8vw, 100px);
}
.form-intro h1, .success-card h1 {
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    letter-spacing: -.055em;
}
.form-intro > p:last-child, .success-card > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.appointment-form {
    min-width: 0;
    padding: clamp(26px, 5vw, 48px);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
.form-field { min-width: 0; }
.form-field-message { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; font-size: .9rem; font-weight: 750; }
.form-field input, .form-field select, .form-field textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    color: var(--ink);
    background: var(--cream);
    border: 1px solid #b8cbc4;
    border-radius: 10px;
    font: inherit;
    line-height: 1.4;
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
    outline: 3px solid rgba(233, 120, 99, .3);
    outline-offset: 2px;
    border-color: var(--coral-dark);
}
.form-field-error input, .form-field-error select, .form-field-error textarea { border-color: var(--coral-dark); }
.help-text { margin-top: 7px; color: var(--muted); font-size: .8rem; }
.field-errors .errorlist, .form-errors .errorlist { margin: 7px 0 0; padding-left: 20px; color: #a63f31; font-size: .84rem; font-weight: 700; }
.form-errors { margin-bottom: 22px; padding: 13px 15px; background: #fff0ec; border-radius: 10px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.appointment-form button { border: 0; cursor: pointer; }
.success-page { display: grid; align-items: center; }
.success-card { max-width: 820px; padding: clamp(34px, 7vw, 72px); text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.success-card .button { margin-top: 14px; }

@media (max-width: 768px) {
    .form-page-layout { grid-template-columns: minmax(0, 1fr); gap: 34px; }
}

@media (max-width: 560px) {
    .form-grid { grid-template-columns: minmax(0, 1fr); }
    .form-field-message { grid-column: auto; }
    .form-actions { align-items: stretch; flex-direction: column; }
    .form-actions .button { width: 100%; }
    .appointment-form { padding: 25px; border-radius: 18px; }
}


/* Appointment layout refinement */
.form-page {
    background: linear-gradient(180deg, var(--cream), #edf6f2);
}
.form-page-layout {
    display: block;
    width: min(100% - 40px, 780px);
}
.form-intro {
    max-width: 680px;
    margin-bottom: 32px;
}
.appointment-form {
    width: 100%;
    padding: clamp(28px, 5vw, 46px);
}
.form-field-email,
.form-field-message {
    grid-column: 1 / -1;
}
.form-field label {
    margin-bottom: 8px;
}
.form-field input,
.form-field select,
.form-field textarea {
    min-height: 52px;
    padding: 13px 15px;
    border-radius: 12px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-field textarea {
    min-height: 150px;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    background: var(--white);
    border-color: var(--coral-dark);
    box-shadow: 0 0 0 4px rgba(233, 120, 99, .22);
}
.help-text {
    font-size: .78rem;
    line-height: 1.4;
}
.field-errors .errorlist,
.form-errors .errorlist {
    margin: 7px 0 0;
    padding: 0;
    color: var(--coral-dark);
    list-style: none;
}
.field-errors .errorlist li + li,
.form-errors .errorlist li + li {
    margin-top: 4px;
}
.form-actions {
    gap: 14px;
    margin-top: 32px;
}
.text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    color: var(--ink);
    border: 1px solid var(--ink);
    border-radius: 999px;
    font-size: .92rem;
    font-weight: 750;
}
.text-link:hover {
    color: var(--white);
    background: var(--ink);
    text-decoration: none;
}
.success-page {
    background: linear-gradient(180deg, var(--cream), #edf6f2);
}
.success-page .section {
    width: 100%;
}
.success-card {
    width: min(100% - 40px, 760px);
    margin: 0 auto;
    padding: clamp(38px, 7vw, 72px);
}

@media (max-width: 560px) {
    .form-page-layout {
        width: min(100% - 32px, 780px);
    }
    .form-field-email,
    .form-field-message {
        grid-column: auto;
    }
    .form-actions .button,
    .form-actions .text-link {
        width: 100%;
    }
    .success-card {
        width: min(100% - 32px, 760px);
    }
}

/* Patient intent navigation and detail pages */
.intent-section { background:var(--cream); }
.intent-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.intent-card { display:flex; min-width:0; min-height:265px; flex-direction:column; padding:29px; background:var(--white); border:1px solid var(--line); border-radius:18px; box-shadow:0 8px 24px rgba(21,58,58,.035); transition:transform .2s,box-shadow .2s,border-color .2s; }
.intent-card:hover { transform:translateY(-5px); border-color:rgba(233,120,99,.55); box-shadow:var(--shadow); }
.intent-card:focus-visible { outline:3px solid var(--coral); outline-offset:4px; }
.intent-number { margin-bottom:34px; color:var(--coral); font-size:.8rem; font-weight:800; letter-spacing:.08em; }
.intent-card h3 { margin-bottom:11px; font-size:1.18rem; }
.intent-card p { margin-bottom:25px; color:var(--muted); font-size:.92rem; }
.intent-link-text { display:flex; align-items:center; justify-content:space-between; margin-top:auto; color:var(--coral-dark); font-size:.84rem; font-weight:800; }
.intent-link-text span { font-size:1.15rem; transition:transform .2s; }
.intent-card:hover .intent-link-text span { transform:translateX(4px); }
.intent-page { background:linear-gradient(180deg,var(--cream),#edf6f2); }
.intent-page-hero { min-height:calc(100vh - 164px); }
.intent-page-content { width:min(100% - 40px,920px); }
.intent-page-content > h1 { max-width:760px; margin-bottom:22px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.8rem,6vw,5rem); letter-spacing:-.055em; }
.intent-page-intro { max-width:760px; margin-bottom:48px; color:var(--muted); font-size:1.12rem; }
.intent-content-section { margin-top:52px; }
.intent-content-section > h2 { margin-bottom:25px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.9rem,4vw,2.7rem); letter-spacing:-.04em; }
.intent-reason-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px 18px; margin:0; padding:0; list-style:none; }
.intent-reason-list li { position:relative; min-width:0; padding:17px 18px 17px 43px; background:var(--white); border:1px solid var(--line); border-radius:12px; }
.intent-reason-list li::before { position:absolute; top:17px; left:18px; color:var(--coral); content:"•"; font-weight:900; }
.visit-step-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.visit-step { min-width:0; padding:26px; background:var(--white); border:1px solid var(--line); border-radius:18px; }
.visit-step > span { display:block; margin-bottom:27px; color:var(--coral); font-size:.8rem; font-weight:800; }
.visit-step h3 { margin-bottom:10px; font-size:1.1rem; }
.visit-step p { margin-bottom:0; color:var(--muted); font-size:.92rem; }
.urgent-notice { margin-top:36px; padding:20px 22px; background:#fff0ec; border-left:4px solid var(--coral); border-radius:8px; }
.urgent-notice p { margin:0; color:var(--ink); font-size:.92rem; }
.intent-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:40px; }
@media (max-width:850px) { .intent-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .visit-step-grid { grid-template-columns:minmax(0,1fr); } }
@media (max-width:560px) { .intent-grid,.intent-reason-list { grid-template-columns:minmax(0,1fr); } .intent-card { min-height:auto; padding:25px; } .intent-number { margin-bottom:25px; } .intent-page-content { width:min(100% - 32px,920px); } .intent-page-content > h1 { font-size:clamp(2.45rem,12vw,3.35rem); } .intent-page-intro { margin-bottom:36px; font-size:1rem; } .intent-content-section { margin-top:42px; } .intent-actions { align-items:stretch; flex-direction:column; } .intent-actions .button,.intent-actions .text-link { width:100%; } }

/* Service detail pages */
.service-card { display:flex; flex-direction:column; min-width:0; color:var(--ink); }
.service-card:focus-visible, .page-back-link:focus-visible, .text-link:focus-visible, .button:focus-visible, .breadcrumb a:focus-visible { outline:3px solid var(--coral); outline-offset:4px; }
.service-link-text { display:flex; align-items:center; justify-content:space-between; margin-top:auto; color:var(--coral-dark); font-size:.84rem; font-weight:800; }
.service-link-text span { font-size:1.15rem; transition:transform .2s; }
.service-card:hover .service-link-text span { transform:translateX(4px); }
.service-page { background:linear-gradient(180deg,var(--cream),#edf6f2); }
.service-page-hero { min-height:calc(100vh - 164px); }
.service-page-content { width:min(100% - 40px,920px); }
.breadcrumb { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:30px; color:var(--muted); font-size:.88rem; font-weight:650; }
.breadcrumb a { color:var(--coral-dark); }
.breadcrumb a:hover { text-decoration:underline; }
.service-page-content > h1 { max-width:760px; margin-bottom:22px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.8rem,6vw,5rem); letter-spacing:-.055em; }
.service-page-intro { max-width:760px; margin-bottom:48px; color:var(--muted); font-size:1.12rem; }
.service-content-section { margin-top:52px; }
.service-content-section > h2 { margin-bottom:25px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.9rem,4vw,2.7rem); letter-spacing:-.04em; }
.service-help-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px 18px; margin:0; padding:0; list-style:none; }
.service-help-list li { position:relative; min-width:0; padding:17px 18px 17px 43px; background:var(--white); border:1px solid var(--line); border-radius:12px; }
.service-help-list li::before { position:absolute; top:17px; left:18px; color:var(--coral); content:"•"; font-weight:900; }
.service-step-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.service-step { min-width:0; padding:26px; background:var(--white); border:1px solid var(--line); border-radius:18px; }
.service-step > span { display:block; margin-bottom:27px; color:var(--coral); font-size:.8rem; font-weight:800; }
.service-step h3 { margin-bottom:10px; font-size:1.1rem; }
.service-step p, .treatment-information p { margin-bottom:0; color:var(--muted); font-size:.92rem; }
.treatment-information { max-width:760px; padding:29px; background:var(--white); border:1px solid var(--line); border-radius:18px; }
.service-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:40px; }
.related-service { max-width:760px; margin-top:42px; padding:29px; background:var(--white); border:1px solid var(--line); border-radius:18px; }
.related-service .eyebrow { margin-bottom:8px; }
.related-service h2 { margin-bottom:10px; font-family:Georgia,"Times New Roman",serif; font-size:1.65rem; letter-spacing:-.04em; }
.related-service p:not(.eyebrow) { margin-bottom:22px; color:var(--muted); }
@media (max-width:850px) { .service-step-grid { grid-template-columns:minmax(0,1fr); } }
@media (max-width:560px) { .service-page-content { width:min(100% - 32px,920px); } .service-page-content > h1 { font-size:clamp(2.45rem,12vw,3.35rem); } .service-page-intro { margin-bottom:36px; font-size:1rem; } .service-content-section { margin-top:42px; } .service-help-list { grid-template-columns:minmax(0,1fr); } .service-actions { align-items:stretch; flex-direction:column; } .service-actions .button { width:100%; } .treatment-information,.related-service { padding:25px; } }

/* Demonstration pricing */
.prices-page { background:linear-gradient(180deg,var(--cream),#edf6f2); }
.prices-page-content { width:min(100% - 40px,1040px); }
.prices-page-content > h1 { max-width:800px; margin-bottom:22px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.8rem,6vw,5rem); letter-spacing:-.055em; }
.prices-intro { max-width:800px; margin-bottom:32px; color:var(--muted); font-size:1.12rem; }
.pricing-notice { max-width:800px; margin-bottom:50px; padding:18px 21px; background:#fff0ec; border-left:4px solid var(--coral); border-radius:8px; }
.pricing-notice p { margin:0; font-size:.92rem; font-weight:700; }
.pricing-category + .pricing-category { margin-top:56px; }
.pricing-category > h2 { margin-bottom:22px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,4vw,2.8rem); letter-spacing:-.04em; }
.pricing-item-list { display:grid; gap:16px; }
.pricing-item { display:grid; grid-template-columns:minmax(190px,.85fr) minmax(220px,1.15fr) minmax(180px,.7fr); gap:22px; align-items:start; padding:27px; background:var(--white); border:1px solid var(--line); border-radius:18px; }
.pricing-treatment > p { margin:0 0 3px; color:var(--coral-dark); font-size:.73rem; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.pricing-item h3 { margin:0; font-size:1.12rem; }
.pricing-description { margin:0; color:var(--muted); font-size:.92rem; }
.pricing-details { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px 18px; margin:0; }
.pricing-details div { min-width:0; }
.pricing-details dt { margin-bottom:2px; color:var(--coral-dark); font-size:.73rem; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.pricing-details dd { margin:0; font-size:.9rem; font-weight:700; overflow-wrap:anywhere; }
.pricing-service-link { grid-column:2 / -1; justify-self:start; min-height:42px; padding:0 17px; font-size:.8rem; }
.prices-actions { margin-top:45px; }
.prices-contact { max-width:800px; margin-top:70px; padding:32px; color:var(--white); background:var(--ink); border-radius:20px; }
.prices-contact .eyebrow { color:#f5c7bd; }
.prices-contact h2 { margin-bottom:12px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.8rem,4vw,2.5rem); letter-spacing:-.04em; }
.prices-contact p { margin:0; color:#d7e5e0; }
.prices-contact a { color:var(--white); text-decoration:underline; text-underline-offset:3px; }
.service-fees-link { margin:38px 0 0; }
@media (max-width:850px) { .pricing-item { grid-template-columns:minmax(0,1fr) minmax(0,1fr); } .pricing-item h3 { grid-column:1 / -1; } .pricing-service-link { grid-column:auto; } }
@media (max-width:560px) { .prices-page-content { width:min(100% - 32px,1040px); } .prices-page-content > h1 { font-size:clamp(2.45rem,12vw,3.35rem); } .prices-intro { font-size:1rem; } .pricing-notice { margin-bottom:40px; } .pricing-category + .pricing-category { margin-top:46px; } .pricing-item { grid-template-columns:minmax(0,1fr); gap:17px; padding:24px; } .pricing-details { grid-template-columns:repeat(2,minmax(0,1fr)); } .pricing-service-link { width:100%; } .prices-actions .button { width:100%; } .prices-contact { margin-top:54px; padding:27px 24px; } }

/* First visit journey */
.first-visit-home-cta { margin:32px 0 0; }
.first-visit-page { background:linear-gradient(180deg,var(--cream),#edf6f2); }
.first-visit-content { width:min(100% - 40px,920px); }
.first-visit-content > h1 { max-width:780px; margin-bottom:22px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.8rem,6vw,5rem); letter-spacing:-.055em; }
.first-visit-intro { max-width:760px; margin-bottom:50px; color:var(--muted); font-size:1.12rem; }
.first-visit-timeline { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin:0; padding:0; list-style:none; counter-reset:none; }
.first-visit-step { display:grid; grid-template-columns:48px minmax(0,1fr); gap:18px; min-width:0; padding:27px; background:var(--white); border:1px solid var(--line); border-radius:18px; }
.first-visit-number { display:grid; width:42px; height:42px; place-items:center; color:var(--coral-dark); background:var(--mint); border-radius:50%; font-size:.8rem; font-weight:800; letter-spacing:.06em; }
.first-visit-step h2 { margin:4px 0 9px; font-size:1.14rem; }
.first-visit-step p { margin:0; color:var(--muted); font-size:.92rem; }
.first-visit-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:42px; }
.first-visit-contact { max-width:760px; margin-top:68px; padding:32px; color:var(--white); background:var(--ink); border-radius:20px; }
.first-visit-contact .eyebrow { color:#f5c7bd; }
.first-visit-contact h2 { margin-bottom:10px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.8rem,4vw,2.5rem); letter-spacing:-.04em; }
.first-visit-contact p { margin:0; color:#d7e5e0; }
.first-visit-contact a { color:var(--white); text-decoration:underline; text-underline-offset:3px; }
@media (max-width:560px) { .first-visit-content { width:min(100% - 32px,920px); } .first-visit-content > h1 { font-size:clamp(2.45rem,12vw,3.35rem); } .first-visit-intro { margin-bottom:38px; font-size:1rem; } .first-visit-timeline { grid-template-columns:minmax(0,1fr); } .first-visit-step { padding:24px; } .first-visit-actions { align-items:stretch; flex-direction:column; } .first-visit-actions .button,.first-visit-actions .text-link { width:100%; } .first-visit-contact { margin-top:54px; padding:27px 24px; } }

/* Accessibility and mobile conversion pass */
.skip-link { position:fixed; top:12px; left:12px; z-index:100; padding:12px 16px; color:var(--white); background:var(--ink); border-radius:8px; transform:translateY(-160%); transition:transform .2s; }
.skip-link:focus-visible { transform:translateY(0); outline:3px solid var(--coral); outline-offset:3px; }
:focus-visible { outline:3px solid var(--coral); outline-offset:3px; }
img { max-width:100%; }
.required-indicator { margin-left:7px; color:var(--coral-dark); font-size:.76rem; font-weight:800; }
.mobile-action-bar { display:none; }
@media (max-width:768px) {
    body { padding-bottom:calc(76px + env(safe-area-inset-bottom)); }
    .mobile-action-bar { position:fixed; right:0; bottom:0; left:0; z-index:20; display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:10px 16px calc(10px + env(safe-area-inset-bottom)); background:rgba(248,246,240,.96); border-top:1px solid var(--line); box-shadow:0 -10px 28px rgba(21,58,58,.12); backdrop-filter:blur(12px); }
    .mobile-action-bar a { display:flex; min-height:54px; align-items:center; justify-content:center; border-radius:999px; font-size:.92rem; font-weight:800; }
    .mobile-action-call { color:var(--ink); background:var(--white); border:1px solid var(--ink); }
    .mobile-action-book { color:var(--white); background:var(--coral); box-shadow:0 8px 18px rgba(233,120,99,.22); }
    .mobile-action-call:hover { color:var(--white); background:var(--ink); }
    .mobile-action-book:hover { background:var(--coral-dark); }
    .mobile-action-bar a:focus-visible { outline:3px solid var(--coral); outline-offset:-3px; }
}
@media (prefers-reduced-motion:reduce) {
    *, *::before, *::after { scroll-behavior:auto !important; transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; }
}
