/* Cohn Health Institute — homepage preview. One stylesheet, two font families. */

@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 300; font-display: swap; src: url(fonts/cormorant-garamond-latin-300-normal.woff2) format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/cormorant-garamond-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url(fonts/cormorant-garamond-latin-600-normal.woff2) format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 700; font-display: swap; src: url(fonts/cormorant-garamond-latin-700-normal.woff2) format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 300; font-display: swap; src: url(fonts/poppins-latin-300-normal.woff2) format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/poppins-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 500; font-display: swap; src: url(fonts/poppins-latin-500-normal.woff2) format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 600; font-display: swap; src: url(fonts/poppins-latin-600-normal.woff2) format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 700; font-display: swap; src: url(fonts/poppins-latin-700-normal.woff2) format("woff2"); }

:root {
  --color-primary: #399eaa;
  --color-secondary: #246261;
  --color-accent: #04b486;
  --color-emergency: #d34141;
  --surface-base: #ffffff;
  --surface-raised: #f7f7f7;
  --surface-dark: #246261;
  --overlay: rgba(0,0,0,0.6);
  --overlay-light: rgba(0,0,0,0.3);
  --text-primary: #000000;
  --text-secondary: #333333;
  --text-muted: #666666;
  --text-inverse: #ffffff;
  --text-link: #399eaa;
  --border-subtle: #eeeeee;
  --border-default: #dddddd;
  --font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: Poppins, Helvetica, Arial, Lucida, sans-serif;
  --tint-primary: rgba(57,158,170,0.6);   /* --color-primary at 60%, the band tint */
  --tint-primary-strong: rgba(57,158,170,0.8);
  --container: 1152px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--surface-base); color: var(--text-secondary); font: 400 16px/1.7 var(--font-body); overflow-x: clip; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--text-link); text-decoration: none; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
button { font: inherit; cursor: pointer; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--color-primary); color: #fff; padding: 8px 16px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; }

.container { width: 80%; max-width: var(--container); margin: 0 auto; }
.container--wide { width: 96%; max-width: 1380px; }
.center { text-align: center; }

/* ---- Type ---- */
.h1 { font: 500 clamp(36px, 3.9vw, 55px)/1.3 var(--font-heading); color: var(--text-secondary); }
.eyebrow { font: 700 16px/1.8 var(--font-body); letter-spacing: 9px; text-transform: uppercase; color: var(--color-primary); }
.eyebrow--center { text-align: center; font-size: 18px; letter-spacing: 15px; }
.eyebrow--light { color: rgba(255,255,255,0.7); font-size: 18px; letter-spacing: 15px; }
.eyebrow--hero { color: var(--text-inverse); margin: 0 0 30px; }
.display { font: 700 clamp(56px, 8.5vw, 120px)/1 var(--font-body); text-transform: uppercase; color: var(--color-primary); opacity: .45; margin: 0; }
.display--right { text-align: right; font-size: clamp(60px, 9vw, 130px); }

/* ---- Buttons ---- */
.btn { display: inline-block; background: var(--color-emergency); border: 3px solid var(--color-emergency); color: var(--text-inverse); font: 500 14px/1.7 var(--font-body); letter-spacing: 4px; text-transform: uppercase; padding: 15px 38px; transition: background .2s, border-color .2s; }
.btn:hover, .btn:focus-visible { background: var(--color-secondary); border-color: var(--color-secondary); color: #fff; }
.btn--small { padding: 8px 22px; font-size: 13px; letter-spacing: 3px; }
.btn--block { display: block; width: 100%; text-align: center; padding: 13px; font-weight: 600; }

/* ---- Top bar ---- */
.topbar { background: var(--color-accent); color: var(--text-inverse); font: 600 13px/1 var(--font-body); letter-spacing: 1.5px; transition: background-color .4s, transform .4s, opacity .4s ease-in-out; }
.topbar__inner { width: 96%; max-width: 1380px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 8px 0; gap: 16px; }
.topbar__info { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.topbar a { color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.ic { width: 16px; height: 16px; fill: currentColor; }
.social { list-style: none; margin: 0; padding: 0; display: flex; gap: 18px; }
.social a { color: #fff; }

/* ---- Header ---- */
.header { background: var(--surface-base); position: relative; z-index: 20; box-shadow: 0 1px 0 rgba(0,0,0,.1); transition: box-shadow .4s ease-in-out, background-color .4s; }
.logo img { transition: height .4s ease-in-out, width .4s ease-in-out; }
.header__inner { width: 96%; max-width: 1380px; margin: 0 auto; }
.logo { display: block; width: 218px; margin: 0 auto; transition: width .4s ease-in-out; }
.logo img { margin: 0 auto; }
.logo img { width: 218px; height: 73px; }
.nav__list { list-style: none; margin: 0; padding: 0; }
.nav a, .sub-toggle { color: var(--text-primary); font: 600 13px/1 var(--font-body); letter-spacing: 2px; text-transform: uppercase; }
.nav a.is-current { color: var(--color-accent); }
.nav a, .sub-toggle { transition: color .4s ease-in-out, opacity .4s ease-in-out; }
.nav a:hover, .sub-toggle:hover { color: var(--color-emergency); opacity: .7; }
.sub-toggle { background: none; border: 0; padding: 0; display: inline-flex; align-items: center; gap: 2px; }
.caret { width: 14px; height: 14px; fill: currentColor; }
.sub { list-style: none; margin: 0; padding: 0; }
.sub a { text-transform: none; }
.btn-portal { background: var(--color-emergency); color: #fff !important; padding: 11px 14px; display: inline-block; }
.btn-portal:hover { background: var(--color-secondary); }
.mobilebar { display: none; }

@media (min-width: 980px) {
  .topbar, .header { position: fixed; left: 0; right: 0; }
  .topbar { top: 0; z-index: 30; }
  .header { top: 44px; }
  body { padding-top: 192px; }
  .header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 148px; column-gap: 40px; transition: height .4s ease-in-out; }
  .is-scrolled .topbar { background: var(--text-secondary); }
  .is-scrolled .header { box-shadow: 0 0 7px rgba(0,0,0,.1); }
  .is-scrolled .header__inner { height: 92px; }
  .is-scrolled .logo { width: 137px; }
  .is-scrolled .logo img { width: 137px; height: 46px; }
  .is-scrolled .nav a, .is-scrolled .sub-toggle { font-size: 12px; }
  .nav a, .sub-toggle { transition: color .4s ease-in-out, opacity .4s ease-in-out, font-size .4s ease-in-out; }
  .logo { grid-column: 2; margin: 0; }
  .nav { display: contents; }
  .nav__list { display: flex; align-items: center; gap: 28px; }
  .nav__list--left { grid-column: 1; grid-row: 1; justify-content: flex-start; }
  .nav__list--right { grid-column: 3; grid-row: 1; justify-content: flex-end; }
  .has-sub { position: relative; }
  .sub { position: absolute; top: 100%; left: -20px; width: 350px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1); border-top: 3px solid var(--color-emergency); padding: 20px 0; margin-top: 18px; display: none; transform-origin: 0 0; }
  @keyframes Grow { 0% { opacity: 0; transform: scaleY(.5); } to { opacity: 1; transform: scale(1); } }
  .sub::before { content: ""; position: absolute; left: 0; right: 0; top: -21px; height: 21px; }
  .has-sub:hover .sub, .has-sub:focus-within .sub, .has-sub.is-open .sub { display: block; animation: Grow .4s ease-in-out; }
  .sub a { display: block; padding: 4px 12px; margin: 0 8px; color: #545454; font-size: 16px; font-weight: 600; letter-spacing: 2px; text-transform: none; transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }
  .sub a:hover { background: rgba(0,0,0,.03); opacity: .7; color: #545454; }
}
@media (max-width: 979px) {
  .header__inner { padding: 22px 0 0; }
  .mobilebar { display: flex; align-items: center; justify-content: space-between; background: var(--surface-raised); margin: 18px 0 0; padding: 10px 14px; border-radius: 4px; }
  .mobilebar__label { font: 500 14px/1 var(--font-body); color: var(--text-muted); }
  .menu-toggle { background: none; border: 0; padding: 6px; display: grid; gap: 4px; }
  .menu-toggle__bar { display: block; width: 22px; height: 2px; background: var(--text-primary); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav { display: none; background: #fff; border: 1px solid var(--border-subtle); border-top: 0; padding: 6px 0; }
  .nav.is-open { display: block; }
  .nav a, .sub-toggle { display: block; width: 100%; text-align: left; padding: 12px 20px; border-bottom: 1px solid var(--border-subtle); }
  .sub-toggle { display: flex; justify-content: space-between; }
  .sub { display: none; background: var(--surface-raised); }
  .has-sub.is-open .sub { display: block; }
  .sub a { padding-left: 36px; }
  .btn-portal { display: block; margin: 12px 20px 8px; text-align: center; width: auto; }
}

/* ---- Waves ---- */
.wave { position: absolute; left: 0; width: 100%; height: 100px; z-index: 2; pointer-events: none; }
.wave--top { top: 0; }
.wave--bottom { bottom: 0; height: 94px; }
.wave--hero { bottom: 0; height: 36px; z-index: 3; }
@media (max-width: 767px) { .wave { height: 50px; } .wave--bottom { height: 46px; } }

/* ---- 1. Hero ---- */
.hero { position: relative; min-height: 713px; display: flex; align-items: center; overflow: hidden; background: var(--surface-dark); }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(to top, #ffffff 0%, rgba(255,255,255,0) 41%), var(--overlay-light); }
.hero__content { position: relative; z-index: 4; text-align: center; padding: 200px 0; color: var(--text-inverse); }
.hero h1 { font: 500 clamp(40px, 4vw, 57.6px)/1.3 var(--font-heading); color: #fff; margin: 0 0 8px; }
@media (max-width: 767px) { .hero { min-height: 640px; } .hero__content { padding: 120px 0; } .hero .btn { padding: 15px 20px; } .eyebrow--hero { letter-spacing: 6px; } }

/* ---- 2. Intro ---- */
.intro { padding: 60px 0 19px; }
.intro__row { display: grid; grid-template-columns: 1fr 1fr; gap: 5.5%; align-items: start; }
.intro__media { position: relative; padding: 59px 0 60px; }
.intro__ghost { position: absolute; top: 80px; left: 12%; right: -12%; bottom: 0; background: var(--surface-raised); z-index: 0; }
.video-poster { position: relative; z-index: 1; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; }
.video-poster video { width: 100%; height: 100%; }
.video-poster::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background .5s ease-in-out; pointer-events: none; }
.video-poster:hover::after { background: var(--overlay); }
.play { position: absolute; inset: 0; margin: auto; z-index: 1; width: 72px; height: 72px; border-radius: 50%; border: 3px solid #fff; background: rgba(255,255,255,.15); color: #fff; display: grid; place-items: center; transition: background .2s; }
.play:hover { background: rgba(255,255,255,.35); }
.play svg { width: 34px; height: 34px; fill: currentColor; margin-left: 4px; }
.intro__text { padding-top: 60px; }
.intro__text .h1 { font-size: clamp(38px, 3.8vw, 55px); }
.intro__quote { font: 500 22px/1.8 var(--font-heading); color: var(--text-primary); margin: 10px 0 20px; }
.signature { font: 400 40px/1 var(--font-heading); font-style: italic; color: var(--text-secondary); margin: 0 0 14px; }
.signature__title { font: 700 22px/1.3 var(--font-heading); color: var(--text-primary); }
@media (max-width: 767px) { .intro { padding-top: 50px; } .intro__row { grid-template-columns: 1fr; gap: 20px; } .intro__media { padding: 0 0 30px; } .intro__ghost { top: 30%; left: 32%; right: -10%; } .intro__text { padding-top: 0; } }

/* ---- 3. Cards ---- */
.cards { padding: 30px 0 47px; }
.cards__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5.5%; }
.card { display: block; text-align: center; color: inherit; }
.card img { width: 80%; margin: 0 auto 25px; aspect-ratio: 1; object-fit: cover; }
.card h3 { font: 500 30px/1.5 var(--font-heading); color: var(--text-secondary); margin-bottom: 6px; }
.card p { font: 500 20px/1.8 var(--font-heading); color: var(--text-primary); }
.card:hover h3 { color: var(--color-primary); }
@media (max-width: 767px) { .cards__row { grid-template-columns: 1fr; gap: 40px; } .card img { width: 70%; } }

/* ---- 4 and 7. Bands ---- */
.band { position: relative; padding: 245px 0; text-align: center; background-size: cover; background-position: center; }
.band::before { content: ""; position: absolute; inset: 0; background: var(--tint-primary); }
.band--comprehensive { background-image: url(media/band-comprehensive.jpg); }
.band--giants { background-image: url(media/band-giants.jpg); }
.band__title { position: relative; z-index: 1; color: var(--text-inverse); font-size: clamp(40px, 5.2vw, 75px); }
@media (max-width: 767px) { .band { padding: 150px 0; } }

/* ---- 8. Heritage ---- */
.heritage { padding: 100px 0 0; }
.heritage__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3%; }
.heritage__col--1 { padding-top: 220px; }
.heritage__title { text-align: right; padding-left: 15%; margin-bottom: 60px; }
.heritage__col--2 .display { padding-top: 50px; margin-bottom: 20px; }
.heritage__col--2 img + img { margin-top: 40px; }
.heritage__inset { width: 88%; margin-left: 12%; }
.heritage__col--3 img { margin-bottom: 40px; }
.heritage__col--3 .heritage__narrow { width: 82%; }
.heritage__col--3 img:first-child { margin-top: 20px; }
@media (max-width: 980px) { .heritage { display: none; } }
@media (max-width: 767px) {
  .heritage { padding-top: 70px; }
  .heritage__grid { grid-template-columns: 1fr; }
  .heritage__col--1 { padding-top: 0; }
  .heritage__title { text-align: left; padding-left: 0; margin-bottom: 20px; }
  .display--right { text-align: left; }
  .heritage__col--2 .display { padding-top: 10px; }
  .heritage__col--2 img + img, .heritage__col--3 img { margin: 30px 0 0; }
  .heritage__col--3 img:first-child { margin-top: 30px; }
}

/* ---- 5 and 6. Team ---- */
.eyebrow--wide { font-size: 18px; letter-spacing: 15px; }
.team--desktop { padding: 75px 0 100px; }
.team__row { display: grid; grid-template-columns: 666fr 423fr; column-gap: 5.5%; align-items: start; }
.team__col--1 img + .display { margin-top: 30px; }
.team__display { font-size: clamp(64px, 6.9vw, 100px); line-height: 1; padding: 30px 0 40px; }
.team__col--1 .display + img { margin-top: 0; }
.team__title { margin-bottom: 20px; }
.team__col--2 .btn { margin-top: 4px; }
.team__wide { width: 135%; max-width: none; margin: 57px 0 0 -35%; }
.team__inset { width: 98%; margin: 3px 0 0 -9%; }
.team--mobile { display: none; padding: 50px 0 70px; }
.team--mobile .eyebrow--wide { font-size: 16px; }
.team--mobile .team__title { font-size: 40px; line-height: 1.3; margin-bottom: 30px; }
.team__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-bottom: 40px; }
.team__grid img { width: 100%; }
@media (max-width: 980px) { .team--desktop { display: none; } .team--mobile { display: block; } }
@media (max-width: 767px) { .team__grid { grid-template-columns: 1fr; gap: 30px; } }

/* ---- Entrance animations (Divi settings, applied in main.js) ---- */
[data-anim] { opacity: 0; }
[data-anim].anim-ready { transition: opacity 1s ease-in-out, transform 1s ease-in-out; will-change: opacity, transform; }
[data-anim].anim-in { opacity: 1 !important; transform: none !important; }
.no-anim [data-anim], [data-anim].anim-done { opacity: 1; transform: none; will-change: auto; }
@media (prefers-reduced-motion: reduce) { [data-anim] { opacity: 1; transform: none !important; transition: none; } }

/* ---- 9. News ---- */
.news { padding: 100px 0 90px; }
.news__title { text-align: center; color: #545454; margin-bottom: 40px; }
.news__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5.5%; margin-bottom: 50px; }
.post { background: var(--surface-base); border-radius: 30px; box-shadow: rgba(1,33,92,0.1) 0 10px 60px 0; padding: 19px; }
.post img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; border-radius: 14px; margin-bottom: 18px; }
.post h3 { font: 500 22px/1.5 var(--font-heading); margin-bottom: 6px; }
.post h3 a { color: var(--text-secondary); }
.post h3 a:hover { color: var(--color-primary); }
.post__meta { font: 700 12px/1.8 var(--font-body); color: var(--color-primary); margin-bottom: 8px; }
.post__excerpt { font: 300 14px/2 var(--font-body); color: var(--text-muted); }
@media (max-width: 979px) { .news__grid { grid-template-columns: 1fr; gap: 30px; } .post { max-width: 480px; margin: 0 auto; } }

/* ---- 10. Tour ---- */
.tour { position: relative; padding: 200px 0 190px; background: url(media/tour-bg.jpg) center / cover; color: var(--text-inverse); }
.tour::before { content: ""; position: absolute; inset: 0; background: var(--tint-primary-strong); }
.tour__row { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 5.5%; align-items: center; }
.tour .h1 { color: #fff; margin-bottom: 20px; }
.tour__copy { font: 500 20px/1.8 var(--font-heading); margin-bottom: 30px; }
.tour__form img { width: 100%; aspect-ratio: 1088 / 453; object-fit: cover; margin-bottom: 16px; }
@media (max-width: 979px) { .tour { padding: 160px 0 150px; } .tour__row { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 767px) { .tour { padding: 110px 0 100px; } .eyebrow--light { letter-spacing: 8px; } }

/* ---- Forms ---- */
.form label { display: block; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form input, .form textarea { width: 100%; border: 0; background: #fff; color: var(--text-primary); font: 400 14px/1.4 var(--font-body); padding: 16px; }
.form textarea { resize: vertical; min-height: 92px; }
.form__actions { margin: 0; }
.form__actions--right { text-align: right; }
.form__success { margin-top: 14px; font: 500 15px/1.5 var(--font-body); }
.form--tour .form__actions { text-align: right; }
.form--contact .btn:hover, .form--contact .btn:focus-visible { background: #545454; border-color: #545454; }
.form--contact input, .form--contact textarea { background: transparent; border-bottom: 2px solid #fff; color: #fff; font: 500 20px/1.3 var(--font-heading); padding: 10px 8px; }
.form--contact input::placeholder, .form--contact textarea::placeholder { color: #fff; opacity: 1; }
.form--contact textarea { margin-bottom: 16px; min-height: 80px; }
.form input:focus-visible, .form textarea:focus-visible { outline-color: var(--color-accent); }
@media (max-width: 767px) { .form__grid { grid-template-columns: 1fr; } }

/* ---- 11. Newsletter ---- */
.newsletter { padding: 100px 0; background: linear-gradient(to top, rgba(255,255,255,0.24) 0%, #ffffff 91%), url(media/newsletter-bg.jpg) center / cover; text-align: center; }
.newsletter__inner { max-width: 741px; }
.newsletter__title { font: 500 clamp(36px, 3.9vw, 55px)/1.8 var(--font-heading); color: var(--text-secondary); }
.newsletter__copy { font: 500 22px/1.6 var(--font-heading); color: var(--text-primary); margin-bottom: 26px; }
.form--newsletter input { background: var(--surface-raised); border: 10px solid var(--surface-raised); border-radius: 3px; padding: 14px 20px; color: var(--text-muted); margin-bottom: 16px; }
.follow { list-style: none; margin: 30px 0 0; padding: 0; display: flex; justify-content: center; gap: 12px; }
.follow a { display: grid; place-items: center; width: 52px; height: 42px; background: #545454; color: var(--color-accent); }
.follow a:hover { background: var(--color-secondary); }
.follow .ic { width: 18px; height: 18px; }

/* ---- 12. Testimonials ---- */
.testimonials { padding: 100px 0; }
.testimonials__title { text-align: center; color: #545454; margin-bottom: 60px; }
.slider { position: relative; background: #fff; box-shadow: 0 14px 44px rgba(0,0,0,0.3); padding: 60px 90px 40px; margin-bottom: 40px; }
.slide { display: none; text-align: center; }
.slide.is-active { display: block; animation: slideFade .5s ease-in-out; }
@keyframes slideFade { from { opacity: 0; } to { opacity: 1; } }
.slide blockquote { font: 300 clamp(20px, 2.1vw, 30px)/1.7 var(--font-body); font-style: italic; color: var(--text-primary); max-width: 852px; margin: 0 auto 26px; }
.slide figcaption { font: 500 20px/1.4 var(--font-body); color: var(--color-emergency); }
.slider__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 0; background: transparent; color: var(--color-accent); opacity: 0; transition: opacity .2s ease-in-out, left .2s ease-in-out, right .2s ease-in-out; }
.slider:hover .slider__arrow, .slider:focus-within .slider__arrow { opacity: 1; }
.slider__arrow--prev { left: -22px; } .slider__arrow--next { right: -22px; }
.slider:hover .slider__arrow--prev, .slider:focus-within .slider__arrow--prev { left: 22px; }
.slider:hover .slider__arrow--next, .slider:focus-within .slider__arrow--next { right: 22px; }
.slider__arrow svg { width: 44px; height: 44px; fill: currentColor; }
.slider__dots { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.slider__dots button { width: 8px; height: 8px; padding: 0; border-radius: 50%; border: 0; background: var(--color-accent); opacity: .45; }
.slider__dots button[aria-selected="true"] { opacity: 1; }
.google { display: inline-block; width: 265px; margin: 0 auto 16px; }
@media (max-width: 767px) { .slider { padding: 40px 44px 30px; } .slider:hover .slider__arrow--prev, .slider:focus-within .slider__arrow--prev { left: 2px; } .slider:hover .slider__arrow--next, .slider:focus-within .slider__arrow--next { right: 2px; } }

/* ---- 13. Contact ---- */
.contact { position: relative; padding: 120px 0 100px; background: url(media/contact-bg.jpg) center / cover; color: var(--text-inverse); }
.contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, var(--color-secondary) 0%, var(--tint-primary-strong) 100%); }
.contact__row { position: relative; z-index: 1; display: grid; grid-template-columns: 1.85fr 1fr; gap: 5.5%; align-items: start; }
.contact__title { font: 500 50px/1.2 var(--font-heading); margin-bottom: 16px; }
.blurb { display: flex; gap: 16px; margin-bottom: 30px; }
.blurb__icon { width: 26px; height: 26px; flex: none; fill: #fff; margin-top: 2px; }
.blurb h3 { font: 500 24px/1.2 var(--font-heading); margin-bottom: 8px; }
.blurb p { font: 400 14px/1.75 var(--font-body); }
.blurb a { color: #fff; }
@media (max-width: 979px) { .contact__row { grid-template-columns: 1fr; gap: 40px; } .contact__title { font-size: 40px; } }

/* ---- Map ---- */
.map { background: var(--color-primary); }
.map__placeholder { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 40px 20px; }
.map__pin { width: 56px; height: 56px; fill: #fff; margin-bottom: 14px; opacity: .9; }
.map__addr { font: 500 22px/1.5 var(--font-heading); margin-bottom: 22px; }
.map__note { font: 400 13px/1.5 var(--font-body); opacity: .8; margin-top: 12px; }
.map iframe { display: block; width: 100%; height: 620px; border: 0; }

/* ---- Footer ---- */
.footer { background: var(--text-primary); color: var(--text-inverse); padding: 15px 0 5px; }
.footer__inner { width: 96%; max-width: 1380px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer p { font: 500 14px/1.9 var(--font-body); padding-bottom: 10px; }
.social--footer { padding-bottom: 10px; }
@media (max-width: 767px) { .footer__inner { flex-direction: column; } }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero__video { display: none; } .hero { background: url(media/hero-poster.jpg) center / cover; } }
