:root {
  --ink: #35221d;
  --wine: #6e2422;
  --wine-dark: #3a1919;
  --cream: #f9f1e4;
  --paper: #fffaf1;
  --sand: #e9dcc8;
  --gold: #bf8a47;
  --line: #d8bd91;
}
* { box-sizing: border-box; }
body { margin: 0; padding-top: 25px; background: var(--cream); color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 17px; line-height: 1.6; }
.container { width: min(1120px, calc(100% - 40px)); margin: auto; }
.utility { background: var(--wine-dark); color: #fff6e9; font-family: Arial, sans-serif; font-size: .84rem; letter-spacing: .03em; }
.utility .container, footer .container { display: flex; justify-content: space-between; gap: 1rem; padding: 9px 0; }
.utility a, footer a { color: inherit; }
.site-header { background: var(--paper); border-bottom: 2px solid var(--gold); box-shadow: 0 4px 15px #3a19191a; }
.nav-wrap { display: flex; min-height: 118px; align-items: center; gap: 2rem; }
.brand { color: var(--wine-dark); display: flex; align-items: center; flex: 0 0 auto; gap: 12px; text-decoration: none; }
.brand-house { align-items: center; background: #f6e7cc; border: 1px solid var(--gold); box-shadow: inset 0 0 0 4px #fff9eb; display: flex; height: 92px; justify-content: center; padding: 7px; width: 108px; }
.brand-house img { display: block; height: 100%; max-width: 100%; object-fit: contain; }
.brand-type { border-left: 1px solid var(--line); display: flex; flex-direction: column; line-height: 1; padding-left: 12px; }
.brand-type b { font-family: Georgia, serif; font-size: 2.05rem; letter-spacing: -.04em; }
.brand-type em { color: var(--wine); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; margin-top: 1px; }
.brand-type small { color: #73584e; font-family: Arial, sans-serif; font-size: .59rem; font-weight: 700; letter-spacing: .13em; margin-top: 9px; text-transform: uppercase; }
nav { display: flex; gap: 1.25rem; margin-left: auto; }
nav a { color: var(--ink); font-family: Arial, sans-serif; font-size: .86rem; font-weight: 700; text-decoration: none; }
nav a:hover, nav a[aria-current=page] { color: var(--wine); }
.button { display: inline-block; background: linear-gradient(180deg, #862e2a, var(--wine)); border: 2px solid var(--gold); border-radius: 3px; box-shadow: inset 0 0 0 2px #fff0cf3d, 0 3px 0 #4b1716; color: #fff7e9; font-family: Georgia, serif; font-weight: 700; padding: 11px 20px; text-decoration: none; }
.button:hover { background: #8f3730; }
.button-small { font-size: .82rem; padding: 9px 12px; }
.hero, .page-hero { background: radial-gradient(circle at 82% 10%, #fffdf6, transparent 39%), linear-gradient(120deg, #eadcc5, #fffaf1); border-bottom: 1px solid var(--line); padding: 90px 0; }
.hero-grid, .split, .contact-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 4rem; align-items: center; }
.eyebrow { color: var(--wine); font-family: Arial, sans-serif; font-size: .74rem; font-weight: 800; letter-spacing: .14em; margin: 0 0 12px; }
.hero h1, .page-hero h1, h2 { color: var(--wine-dark); line-height: 1.08; }
.hero h1, .page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); margin: 0 0 20px; }
.page-hero { padding: 58px 0; }
.page-hero h1 { font-size: clamp(1.55rem, 2vw, 2.15rem); line-height: 1.18; }
.lead { font-size: 1.16rem; max-width: 650px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.text-link { color: var(--wine); font-family: Arial, sans-serif; font-weight: 700; }
.hero-house { background: var(--paper); border: 1px solid var(--gold); box-shadow: inset 0 0 0 6px #f6e7cc, 0 12px 28px #3a191926; padding: 18px; text-align: center; }
.hero-house-frame { background: #ece3d4; border: 1px solid #dbc092; box-shadow: inset 0 0 0 7px #fff9ed; padding: 13px; }
.hero-house-frame img { display: block; height: 190px; object-fit: contain; width: 100%; }
.hero-house p { color: var(--wine); font-family: Arial, sans-serif; font-size: .73rem; font-weight: 800; letter-spacing: .1em; margin: 19px 0 7px; text-transform: uppercase; }
.hero-house strong { display: block; color: var(--wine-dark); font-size: 1.48rem; line-height: 1.15; margin: 0 0 10px; }
.hero-house span { font-size: .92rem; }
.section { background: var(--paper); padding: 76px 0; }
.section-tint { background: #eee2d0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split h2, .contact h2 { font-size: 2.45rem; margin: 0; }
.practice h2 { color: var(--wine-dark); font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.12; margin: 0 0 30px; }
.practice-showcase { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(320px, 1.55fr); }
.practice-photo { display: block; height: 266px; object-fit: cover; width: 100%; }
.practice-house { height: 300px; }
.service-panel { background: linear-gradient(145deg, #672d2d, #3b2021); box-shadow: inset 0 0 0 1px #d8aa66, inset 0 0 0 8px #ffffff12; color: #fff5e4; display: flex; flex-direction: column; justify-content: center; min-height: 266px; padding: 22px 18px; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.service-panel:hover { box-shadow: inset 0 0 0 1px #f1c881, inset 0 0 0 8px #ffffff18, 0 10px 20px #3a191930; transform: translateY(-4px); }
.service-panel-kicker { color: #eac27f; font-family: Arial, sans-serif; font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.service-panel strong { font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.14; margin: 15px 0; overflow-wrap: anywhere; }
.service-panel-rule { background: #d6a75f; height: 1px; margin: 0 auto 16px; width: 45px; }
.service-panel-action { font-family: Arial, sans-serif; font-size: .69rem; font-weight: 700; letter-spacing: .035em; }
.service-panel-action b { color: #efc47d; font-size: 1rem; padding-left: 4px; }
.prose { font-family: Aptos, "Segoe UI", Arial, sans-serif; max-width: 800px; }
.prose h2 { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 1.55rem; line-height: 1.2; margin-top: 2.35rem; }
.prose > img:not(.doctor-portrait) { display: block; height: 320px; margin: 0 auto 30px; max-width: 680px; object-fit: cover; object-position: center; width: 100%; }
.stories-grid { display: grid; gap: 36px 26px; grid-template-columns: repeat(3, 1fr); margin-top: 32px; }
.stories-grid-extra { margin-top: 36px; }
.stories-page { display: grid; gap: 36px 26px; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1180px; }
.stories-page > h2 { font-family: Arial, sans-serif; font-size: 1rem; grid-column: 1 / -1; letter-spacing: .09em; margin: 0; text-transform: uppercase; }
.stories-page .stories-grid { display: contents; }
.lens-care-bar { align-items: center; background: linear-gradient(135deg, #6e2422, #432425); border: 1px solid #d8aa66; box-shadow: inset 0 0 0 5px #ffffff12; color: #fff5e4; display: flex; font-family: Arial, sans-serif; font-size: .84rem; font-weight: 800; grid-column: 1 / -1; justify-content: space-between; letter-spacing: .1em; margin-top: 10px; padding: 22px 28px; text-decoration: none; text-transform: uppercase; }
.lens-care-bar span { color: #efc47d; font-size: .75rem; letter-spacing: .06em; }
.lens-care-bar:hover { background: #7c302c; }
.story-card { color: var(--ink); display: block; text-decoration: none; }
.story-card img { aspect-ratio: 1.68 / 1; display: block; object-fit: cover; width: 100%; }
.story-card[href="/diabetic-retinopathy"] img { content: url("/assets/legacy/eyes-6.png"); }
.story-card[href="/childhood-myopia"] img { content: url("/assets/legacy/eyes-4.avif"); }
.story-card[href="/myopia-research-2026"] img { content: url("/assets/legacy/eyes-5.png"); }
.story-card[href="/corneal-healing-research"] img { content: url("/assets/legacy/eyes-3.avif"); }
.page-myopia-research-2026 .prose > img { content: url("/assets/legacy/eyes-5.png"); }
.page-corneal-healing-research .prose > img { content: url("/assets/legacy/eyes-3.avif"); }
.page-contact-lens-care .prose > img { content: url("/assets/contact-lens-care.png"); }
.page-brands .prose > p:last-child .button { display: block; text-align: center; width: 100%; }
.page-brands .prose > div[style*="grid-template-columns"] > div { align-items: center; background: transparent !important; border: 0 !important; box-shadow: none !important; display: flex; justify-content: center; min-height: 118px; padding: 10px !important; }
.page-brands .prose > div[style*="grid-template-columns"] > div > img { display: none !important; }
.page-brands .prose > div[style*="grid-template-columns"] > div > p { color: #572c25; font-family: Georgia, "Times New Roman", serif !important; font-size: 1.7rem !important; font-weight: 600 !important; letter-spacing: 0 !important; margin: 0 !important; text-align: center; text-transform: none; }
.page-brands .prose > div[style*="grid-template-columns"] > div:nth-child(1) > p { font-size: 2rem !important; font-weight: 400 !important; text-transform: lowercase; }
.page-brands .prose > div[style*="grid-template-columns"] > div:nth-child(2) > p { font-family: "Segoe Script", "Brush Script MT", cursive !important; font-size: 2.25rem !important; font-weight: 700 !important; }
.page-brands .prose > div[style*="grid-template-columns"] > div:nth-child(3) > p { border: 2px solid #6a352a; font-size: 1.45rem !important; letter-spacing: .1em !important; padding: 6px 14px; text-transform: uppercase; }
.page-brands .prose > div[style*="grid-template-columns"] > div:nth-child(4) > p { font-size: 1.9rem !important; font-style: italic; }
.page-brands .prose > div[style*="grid-template-columns"] > div:nth-child(5) > p { font-size: 1.8rem !important; }
.page-brands .prose > div[style*="grid-template-columns"] > div:nth-child(6) > p { font-size: 1.45rem !important; letter-spacing: .04em !important; }
.page-brands .prose > div[style*="grid-template-columns"] > div > img { display: block !important; max-height: 90px; max-width: 220px; object-fit: contain; width: 100%; }
.page-brands .prose > div[style*="grid-template-columns"] > div > p { display: none; }
.page-brands img[alt="Kate Spade glasses"] { content: url("/assets/brands/kate-spade-actual-transparent.png"); max-height: 120px !important; max-width: 270px !important; }
.page-brands img[alt="Ray-Ban eyewear"] { content: url("/assets/brands/ray-ban-actual.png"); }
.page-brands img[alt="Coach eyewear"] { content: url("/assets/brands/coach-actual-clean.png"); max-height: 120px !important; max-width: 270px !important; }
.page-brands img[alt="Matisse handpainted eyewear"] { content: url("/assets/brands/mattisse-actual.png"); }
.page-brands img[alt="Dolabany eyewear"] { content: url("/assets/brands/dolabany-actual.svg"); filter: invert(1); }
.page-brands img[alt="Kasperek USA Optical"] { content: url("/assets/brands/kasperek-actual.png"); }
.story-card div { padding: 14px 0 0; }
.story-card small { color: #665f5a; font-family: Arial, sans-serif; font-size: .76rem; font-weight: 400; letter-spacing: .02em; }
.story-card h2 { color: #253248; font-family: Arial, sans-serif; font-size: clamp(.95rem, 1.1vw, 1.08rem); font-weight: 800; line-height: 1.22; margin: 0 0 8px; }
.story-card p { color: #5e5d60; font-family: Arial, sans-serif; font-size: .88rem; line-height: 1.45; margin: 0 0 11px; }
.doctor-portrait { border: 1px solid var(--gold); box-shadow: 0 10px 25px #3a191929; float: right; height: 360px; margin: 0 0 20px 28px; object-fit: cover; object-position: center top; width: 270px; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.testimonials blockquote { background: var(--paper); border: 1px solid var(--gold); box-shadow: inset 0 0 0 4px #f7ead3; margin: 0; padding: 25px; color: #4a2b25; font-size: 1.05rem; }
.testimonials cite { display: block; color: var(--wine); font-family: Arial, sans-serif; font-size: .82rem; font-style: normal; font-weight: 800; margin-top: 14px; }
.contact { background: #432425; border-top: 4px solid var(--gold); color: #fff4e2; padding: 60px 0; }
.contact .eyebrow { color: #e6bc7e; }
.contact h2 { color: #fff7ec; }
.contact-details { font-size: 1.03rem; }
.contact-details a { color: #fff4e2; font-weight: 800; text-decoration: none; }
.contact-details a:first-child { font-size: 1.5rem; }
.contact-page { background: var(--cream); padding: 82px 0; }
.contact-page-grid { display: grid; gap: 90px; grid-template-columns: .92fr 1.08fr; }
.contact-page h1 { color: #33343d; font-family: Arial, sans-serif; font-size: clamp(3.4rem, 6vw, 5.2rem); line-height: .95; margin: 0 0 14px; }
.contact-page h2 { color: var(--wine-dark); font-family: Arial, sans-serif; font-size: 1.15rem; margin: 0 0 42px; }
.contact-page p { font-family: Arial, sans-serif; max-width: 470px; }
.contact-page-note { margin-top: 38px; }
.contact-page-phone { color: var(--wine-dark); display: inline-block; font-family: Arial, sans-serif; font-size: clamp(2.3rem, 4vw, 3.65rem); font-weight: 800; letter-spacing: .02em; margin-top: 24px; text-decoration: none; }
.contact-video { background: #eee2d0; border-top: 1px solid var(--line); padding: 70px 0; text-align: center; }
.contact-video h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin: 0 0 28px; }
.video-frame { aspect-ratio: 16 / 9; box-shadow: 0 14px 30px #3a191933; margin: auto; max-width: 860px; overflow: hidden; }
.video-frame iframe { border: 0; height: 100%; width: 100%; }
.not-found { background: radial-gradient(circle at 50% 20%, #fffaf1, transparent 40%), var(--cream); min-height: 62vh; padding: 70px 0 100px; text-align: center; }
.not-found .container { max-width: 720px; }
.not-found img { display: block; margin: 0 auto 18px; max-width: 440px; width: min(90%, 440px); }
.not-found h1 { color: var(--wine-dark); font-size: clamp(2.2rem, 4vw, 3.5rem); margin: 0 0 14px; }
.not-found p:not(.eyebrow) { font-size: 1.28rem; margin: 0; }
.not-found-copy { color: #67554d; font-family: Arial, sans-serif; font-size: 1rem !important; margin: 20px auto 28px !important; max-width: 460px; }
.contact-form { display: grid; gap: 23px; }
.contact-form label { color: var(--wine-dark); font-family: Arial, sans-serif; font-size: 1rem; }
.contact-form input, .contact-form textarea { background: #eadcc0; border: 2px solid #34343d; border-radius: 30px; color: var(--ink); display: block; font: inherit; margin-top: 7px; padding: 15px 20px; width: 100%; }
.contact-form textarea { border-radius: 28px; min-height: 125px; resize: vertical; }
.contact-submit { background: #34343d; border: 5px solid #f01919; border-radius: 28px; color: #fff8ea; cursor: pointer; font-family: Arial, sans-serif; font-size: 1rem; font-weight: 800; justify-self: end; letter-spacing: .06em; margin-top: 12px; min-width: 270px; padding: 12px 24px; text-transform: uppercase; }
.contact-form-note { color: #6a5348; font-size: .78rem; margin: -12px 0 0; }
footer { background: #211213; color: #e8d9c1; font-family: Arial, sans-serif; font-size: .84rem; }
@media (max-width: 850px) { .nav-wrap { flex-wrap: wrap; padding: 14px 0; } .nav-wrap nav { order: 3; width: 100%; margin: 0; overflow: auto; } .button-small { margin-left: auto; } .hero-grid, .split, .contact-grid, .testimonials { grid-template-columns: 1fr; } .hero, .page-hero { padding: 62px 0; } .utility span { display: none; } }
@media (max-width: 520px) { .utility .container, footer .container { flex-direction: column; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; } .button-small { display: none; } .nav-wrap { gap: .75rem; } .brand-house { height: 70px; width: 80px; } .brand-type b { font-size: 1.55rem; } .brand-type em { font-size: 1.1rem; } .brand-type small { font-size: .48rem; } .hero-house-frame img { height: 150px; } }

/* Historic-header composition, based on the existing Anklin design. */
.utility { background: #e4dfd5; color: #ba5a38; font-size: .93rem; font-weight: 700; left: 0; position: fixed; right: 0; top: 0; z-index: 1000; }
.utility .container { justify-content: center; padding: 2px 0 0; }
.utility a { color: inherit; line-height: 1.25; text-decoration: none; }
.site-header { background: #e4dfd5; border-bottom: 0; box-shadow: none; }
.nav-wrap { align-items: center; gap: 26px; min-height: 280px; padding-bottom: 18px; }
.brand { display: block; flex: 0 0 230px; }
.brand img { display: block; height: 250px; object-fit: contain; object-position: center; width: 100%; }
nav { gap: 24px; margin-left: auto; }
nav a { font-size: .95rem; font-weight: 400; white-space: nowrap; }
.facebook { align-items: center; background: #287be0; border-radius: 50%; color: white; display: inline-flex; flex: 0 0 40px; font-family: Arial, sans-serif; font-size: 2rem; font-weight: 700; height: 40px; justify-content: center; line-height: 1; text-decoration: none; width: 40px; }
.button-small { border-color: #2c333c; border-radius: 28px; font-family: Arial, sans-serif; font-size: 1.35rem; letter-spacing: .05em; min-width: 168px; padding: 10px 24px; text-align: center; }
.welcome { background: var(--cream); padding: 22px 0 76px; }
.welcome h1 { color: #54352a; font-family: Arial, sans-serif; font-size: clamp(2.2rem, 4vw, 3.1rem); margin: 0 0 28px; text-align: center; text-transform: none; }
.welcome-images { display: grid; gap: 72px; grid-template-columns: 1fr 1fr; }
.welcome-images img { border-radius: 78px; display: block; height: 380px; object-fit: cover; width: 100%; }
.prose div[style*="background:#fff"] { background: transparent !important; border-color: transparent !important; box-shadow: none !important; padding: 0 !important; }
@media (max-width: 1050px) { .nav-wrap { flex-wrap: wrap; min-height: auto; padding: 12px 0 20px; } .brand { flex-basis: 180px; } .brand img { height: 190px; } .nav-wrap nav { order: 3; width: 100%; margin: 0; overflow: auto; } .facebook { margin-left: auto; } }
@media (max-width: 650px) { .welcome-images { gap: 22px; grid-template-columns: 1fr; } .welcome-images img { border-radius: 48px; height: 270px; } }
@media (max-width: 1050px) { .practice-showcase { grid-template-columns: repeat(3, minmax(0, 1fr)); } .practice-house { grid-column: 1 / -1; } }
@media (max-width: 650px) { .practice-showcase { grid-template-columns: 1fr; max-width: 360px; } .practice-house { grid-column: auto; } .practice-photo, .practice-house, .service-panel { min-height: 230px; } }
@media (max-width: 650px) { .doctor-portrait { float: none; height: auto; margin: 0 0 22px; width: 100%; } }
@media (max-width: 900px) { .stories-grid, .stories-page { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 650px) { .stories-grid, .stories-page { grid-template-columns: 1fr; } .lens-care-bar { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px; } }
@media (max-width: 650px) { .page-hero { padding: 42px 0; } .page-hero h1 { font-size: 1.9rem; } .prose > img:not(.doctor-portrait) { height: 205px; } .contact-video { padding: 48px 0; } .contact-video h2 { font-size: 1.55rem; } .video-frame { width: 100%; } }
@media (max-width: 800px) { .contact-page-grid { gap: 42px; grid-template-columns: 1fr; } .contact-page { padding: 60px 0; } .contact-submit { justify-self: stretch; } }
