@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root {
  --ink: #183028;
  --ink-soft: #4d5d56;
  --cream: #fffdf6;
  --cream-soft: #fff8e3;
  --jade-dark: #0f4f43;
  --jade: #16715f;
  --jade-soft: #dff0e8;
  --line: rgba(24, 48, 40, .12);
  --orange: #e0b83f;
  --orange-dark: #b78d16;
  --yellow-soft: #fff2bf;
  --shadow: 0 18px 38px rgba(17, 49, 41, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section { padding: 76px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 10px 16px; background: white; }
.skip-link:focus { left: 12px; top: 12px; }

.announcement { background: #0d4a3e; color: #eff8ef; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.announcement-inner { display: flex; gap: 10px; justify-content: center; padding: 8px 0; text-align: center; }
.site-header { background: #f2cf65; border-bottom: 1px solid rgba(24, 48, 40, .16); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.nav { align-items: center; display: flex; gap: 20px; justify-content: space-between; min-height: 72px; padding-top: 6px; padding-bottom: 6px; }
.brand { color: inherit; display: inline-flex; flex-direction: column; align-items: stretch; gap: 2px; text-decoration: none; }
.brand img { width: min(390px, 58vw); height: auto; display: block; }
.brand-tagline { color: #082d27; font-size: 10px; font-weight: 800; letter-spacing: .18em; line-height: 1; padding-right: 8px; text-align: right; text-transform: uppercase; white-space: nowrap; }
.nav-links { align-items: center; display: flex; gap: 22px; }
.nav-links > a:not(.button) { color: var(--ink-soft); font-size: 14px; font-weight: 800; text-decoration: none; }
.nav-links > a:not(.button):hover { color: var(--jade); }
.menu-toggle { background: transparent; border: 0; display: none; padding: 10px; }
.menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 5px; width: 23px; }

.button { align-items: center; background: var(--jade); border: 1px solid var(--jade); border-radius: 999px; color: white; display: inline-flex; font-size: 12px; font-weight: 800; justify-content: center; letter-spacing: .08em; min-height: 48px; padding: 0 22px; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border .2s ease; }
.button:hover { background: var(--jade-dark); border-color: var(--jade-dark); transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 11px; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.64); color: white; }
.button-outline:hover { background: rgba(255,255,255,.12); border-color: white; }
.button-light { background: white; border-color: white; color: var(--jade-dark); }
.button-light:hover { background: #f7f0df; border-color: #f7f0df; }

.hero { background: linear-gradient(135deg, #0a4137 0%, #136a58 58%, #1e7a64 100%); color: white; overflow: hidden; padding: 74px 0 88px; position: relative; }
.hero-pattern { background-image: radial-gradient(circle, rgba(255,255,255,.10) 1.4px, transparent 1.4px); background-size: 22px 22px; inset: 0; opacity: .55; position: absolute; }
.hero-grid { align-items: center; display: grid; gap: 42px; grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr); position: relative; z-index: 1; }
.eyebrow { color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #ffe08a; }
h1, h2, h3 { font-family: Fraunces, Georgia, serif; }
h1 { font-size: clamp(62px, 7vw, 98px); letter-spacing: -.055em; line-height: .94; margin: 15px 0 20px; max-width: 760px; }
.hero-copy > p { color: rgba(255,255,255,.84); font-size: 18px; max-width: 670px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-details { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.hero-details span { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #f8f2df; font-size: 11px; font-weight: 800; letter-spacing: .08em; padding: 7px 11px; text-transform: uppercase; }
.hero-collage { min-height: 540px; position: relative; }
.photo-card { background: white; border: 8px solid rgba(255,255,255,.88); border-radius: 28px; box-shadow: 0 26px 54px rgba(3, 29, 23, .3); margin: 0; overflow: hidden; position: absolute; }
.photo-card::after, .gallery-item::after { background: radial-gradient(circle at center, transparent 54%, rgba(3, 29, 23, .16) 100%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.photo-card img { height: 100%; object-fit: cover; width: 100%; }
.photo-card-main { inset: 24px 68px 28px 0; transform: rotate(-2deg); }
.photo-card-small { height: 190px; right: 0; width: 215px; }
.photo-card-top { top: 0; transform: rotate(4deg); }
.photo-card-bottom { bottom: 0; transform: rotate(-4deg); }

.quick-facts { background: linear-gradient(180deg, #fff8e2, #fff4d2); border-bottom: 1px solid var(--line); }
.quick-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-facts article { align-items: center; border-left: 1px solid var(--line); display: flex; gap: 14px; padding: 20px 20px; }
.quick-facts article:last-child { border-right: 1px solid var(--line); }
.quick-facts img { height: 44px; width: 44px; }
.quick-facts h2 { color: var(--jade-dark); font-size: 24px; line-height: 1; margin: 0 0 5px; }
.quick-facts p { color: var(--ink-soft); font-size: 13px; line-height: 1.45; margin: 0; }

.section-heading { max-width: 820px; }
.section-heading.centered { margin: 0 auto 26px; text-align: center; }
.section-heading h2 { color: var(--jade-dark); font-size: clamp(48px, 6vw, 74px); letter-spacing: -.045em; line-height: .98; margin: 12px 0; }
.section-heading p { color: var(--ink-soft); font-size: 16px; }
.about { display: grid; gap: 20px; }
.about-grid { align-items: stretch; display: grid; gap: 28px; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); }
.about-copy { background: rgba(255,255,255,.72); border: 1px solid rgba(224, 184, 63, .24); border-radius: var(--radius); padding: 30px; }
.about-copy p { color: var(--ink-soft); margin: 0 0 18px; }
.about-copy .lead { color: var(--ink); font-family: Fraunces, Georgia, serif; font-size: 31px; line-height: 1.16; }
.about-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.text-link { color: var(--jade); font-size: 13px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--orange); }
.award-card { background: linear-gradient(145deg, #f5d36a, #ddb13e); border-radius: var(--radius); box-shadow: var(--shadow); color: #3d2511; padding: 30px; }
.award-mark { align-items: center; background: rgba(255,255,255,.34); border-radius: 50%; display: flex; font-size: 28px; height: 58px; justify-content: center; width: 58px; }
.award-label { font-size: 11px; font-weight: 800; letter-spacing: .15em; margin: 24px 0 8px; text-transform: uppercase; }
.award-card h3 { font-size: 38px; line-height: 1; margin: 0 0 14px; }
.award-card p { margin: 0 0 16px; }
.award-card a { color: #3d2511; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.departments { background: var(--cream-soft); }
.department-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.department-card { background: white; border: 1px solid rgba(224, 184, 63, .28); border-radius: 20px; box-shadow: 0 10px 24px rgba(17, 49, 41, .06); overflow: hidden; }
.department-image { height: 190px; overflow: hidden; }
.department-image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.department-card:hover .department-image img { transform: scale(1.05); }
.department-copy { padding: 18px; }
.department-copy h3 { color: var(--jade-dark); font-size: 28px; line-height: 1; margin: 0 0 7px; }
.department-copy p { color: var(--ink-soft); font-size: 14px; margin: 0; }

.rating-section { background: linear-gradient(135deg, #dcb548, #c99822); color: #2d2110; padding: 52px 0; }
.rating-grid { align-items: center; display: grid; gap: 26px; grid-template-columns: 1fr auto; }
.rating-section .eyebrow { color: #6b550f; }
.rating-section h2 { font-size: clamp(52px, 6vw, 78px); letter-spacing: -.045em; line-height: .95; margin: 10px 0 8px; }
.rating-section p { color: rgba(45, 33, 16, .84); margin: 0; max-width: 700px; }

.gallery-section { background: linear-gradient(180deg, #f8f8ee, #fff8e4); }
.gallery-grid { display: grid; gap: 16px; grid-auto-rows: 190px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 24px; }
.gallery-item { background: white; border: 6px solid #fff8ea; border-radius: 18px; box-shadow: 0 12px 28px rgba(15, 76, 63, .12); margin: 0; overflow: hidden; position: relative; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item-large { grid-column: span 2; grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }

.visit { background: var(--cream); }
.visit-grid { align-items: center; display: grid; gap: 34px; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); }
.visit-copy h2 { color: var(--jade-dark); font-size: clamp(50px, 6vw, 76px); letter-spacing: -.045em; line-height: .98; margin: 12px 0; }
.visit-copy p { color: var(--ink-soft); max-width: 660px; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.visit .button-outline { border-color: var(--jade); color: var(--jade); }
.visit .button-outline:hover { background: var(--jade); color: white; }
.hours-card { background: white; border: 1px solid rgba(224, 184, 63, .28); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; }
.hours-card-heading { align-items: baseline; display: flex; gap: 12px; justify-content: space-between; }
.hours-card h3 { color: var(--jade-dark); font-size: 36px; line-height: 1; margin: 0 0 12px; }
.hours-card-heading span { color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hours-list { border-top: 1px solid var(--line); margin: 0; padding-top: 12px; }
.hours-list div { display: flex; gap: 16px; justify-content: space-between; padding: 5px 0; }
.hours-list dt { color: var(--ink-soft); }
.hours-list dd { font-weight: 800; margin: 0; }
.hours-phone { color: var(--jade); display: inline-flex; font-size: 19px; font-weight: 800; margin-top: 18px; text-decoration: none; }

.footer { background: #082d27; color: rgba(255,255,255,.7); padding: 24px 0; }
.footer-grid { align-items: center; display: grid; gap: 20px; grid-template-columns: 1fr auto auto; }
.footer-brand {
  color: inherit;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.footer-brand img { width: 250px; height: auto; display: block; }
.footer-tagline {
  color: #f1d66f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.footer p { font-size: 13px; margin: 2px 0; }
.footer a { color: inherit; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a { color: #f1d66f; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 980px) {
  .hero-grid, .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .hero-collage { min-height: 460px; max-width: 620px; width: 100%; }
  .department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand img { width: min(250px, 72vw); }
}
@media (max-width: 820px) {
  .nav-links { background: var(--cream-soft); border-top: 1px solid var(--line); box-shadow: 0 18px 28px rgba(17,49,41,.12); display: none; flex-direction: column; left: 0; padding: 18px; position: absolute; right: 0; top: 100%; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .quick-facts-grid { grid-template-columns: 1fr; }
  .quick-facts article, .quick-facts article:last-child { border-bottom: 1px solid var(--line); border-right: 0; }
  .rating-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .section { padding: 58px 0; }
  .announcement { font-size: 9px; }
  .announcement-inner { gap: 6px; }
  .nav { min-height: 66px; padding-top: 5px; padding-bottom: 5px; }
  .brand { flex-direction: column; align-items: stretch; gap: 2px; }
  .brand img { width: min(360px, 86vw); height: auto; display: block; }
  .brand-tagline { font-size: 9px; letter-spacing: .15em; padding-right: 6px; text-align: right; }
  .hero { padding: 60px 0 68px; }
  h1 { font-size: 64px; }
  .hero-copy > p { font-size: 16px; }
  .hero-collage { min-height: 360px; }
  .photo-card { border-width: 6px; }
  .photo-card-main { inset: 18px 52px 24px 0; }
  .photo-card-small { height: 132px; width: 148px; }
  .section-heading h2, .visit-copy h2 { font-size: 54px; }
  .department-grid { grid-template-columns: 1fr; }
  .gallery-grid { gap: 12px; grid-auto-rows: 150px; }
  .gallery-item { border-width: 4px; }
  .gallery-item-large, .gallery-item-wide { grid-column: span 2; }
  .hours-card-heading { align-items: flex-start; flex-direction: column; gap: 0; }
}
