:root {
  --ink: #252a22;
  --muted: #73786e;
  --paper: #f5f4ef;
  --sand: #e5e1d7;
  --forest: #2f3d32;
  --forest-deep: #202c26;
  --sage: #a8b4a1;
  --white: #fcfcf9;
  --serif: "Shippori Mincho", "Yu Mincho", serif;
  --sans: "Noto Sans JP", "DM Sans", sans-serif;
  --display: "DM Sans", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 14px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.page-width { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.section-pad { padding-block: 150px; }
.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: fixed; top: -100px; left: 20px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 20px; }
.mobile-only { display: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 26px 48px; color: var(--white); transition: background .35s ease, color .35s ease, padding .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { padding-block: 16px; color: var(--ink); background: rgba(245,244,239,.95); box-shadow: 0 1px 0 rgba(37,42,34,.1); backdrop-filter: blur(10px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: inline-flex; align-items: end; gap: 3px; width: 24px; height: 22px; }
.brand-mark span { display: block; width: 5px; background: currentColor; border-radius: 6px 6px 0 0; transform: skew(-20deg); }
.brand-mark span:nth-child(1) { height: 13px; }.brand-mark span:nth-child(2) { height: 20px; }.brand-mark span:nth-child(3) { height: 10px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 600 15px/1.1 var(--display); letter-spacing: .04em; }
.brand-copy small { margin-top: 5px; font: 500 7px/1 var(--display); letter-spacing: .23em; opacity: .8; }
.site-nav { display: flex; align-items: center; gap: 31px; font: 500 11px var(--display); letter-spacing: .13em; }
.site-nav > a { position: relative; opacity: .94; }
.site-nav > a:not(.nav-cta)::after { position: absolute; content: ""; bottom: -8px; left: 0; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { padding: 9px 15px; border: 1px solid currentColor; border-radius: 99px; letter-spacing: .08em; }
.nav-cta span { margin-left: 8px; font-size: 14px; }
.menu-toggle { display: none; border: 0; background: transparent; color: currentColor; cursor: pointer; }

.hero { position: relative; min-height: min(850px, 100vh); overflow: hidden; color: var(--white); background: var(--forest); }
.hero-image { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1511081692775-05d0f180a065?auto=format&fit=crop&w=2200&q=90") center 55% / cover; transform: scale(1.02); animation: hero-in 1.5s ease both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,31,23,.82) 0%, rgba(20,31,23,.34) 55%, rgba(20,31,23,.17) 100%), linear-gradient(0deg, rgba(20,31,23,.55), transparent 38%); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: min(850px, 100vh); padding-top: 68px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: var(--forest); font: 600 10px/1 var(--display); letter-spacing: .21em; }
.eyebrow > span { display: block; width: 24px; height: 1px; background: currentColor; }
.eyebrow-light { color: rgba(252,252,249,.77); }
.hero h1 { max-width: 650px; margin: 0; font: 500 clamp(42px, 5.4vw, 78px)/1.32 var(--serif); letter-spacing: .08em; }
h1 em, h2 em { font-style: normal; color: var(--sage); }
.hero-lead { margin: 34px 0 30px; color: rgba(252,252,249,.83); font-size: 15px; line-height: 2.05; letter-spacing: .11em; }
.text-link { display: inline-flex; align-items: center; gap: 20px; width: fit-content; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--forest); font: 500 11px var(--display); letter-spacing: .12em; transition: gap .25s ease, opacity .25s ease; }
.text-link span { font-size: 16px; line-height: 1; }
.text-link:hover { gap: 27px; }
.text-link-light { color: var(--white); }
.hero-meta { position: absolute; z-index: 1; right: 50%; bottom: 37px; left: 50%; display: flex; justify-content: space-between; translate: -50% 0; color: rgba(252,252,249,.7); font: 500 9px var(--display); letter-spacing: .2em; }
.hero-scroll { display: inline-flex; align-items: center; gap: 13px; }
.hero-scroll i { display: inline-block; width: 54px; height: 1px; background: rgba(252,252,249,.5); }
@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.section-heading h2, .story-copy h2, .access-copy h2 { margin: 0; font: 500 clamp(32px, 3.3vw, 49px)/1.45 var(--serif); letter-spacing: .06em; }
.section-heading h2 em, .story-copy h2 em { color: #8e9b85; }
.intro-copy { max-width: 390px; padding-bottom: 8px; }
.intro-copy p { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 2.15; }
.intro-copy .lead-copy { color: var(--ink); font-size: 16px; line-height: 1.9; }
.intro-photo-wrap { position: relative; margin-top: 78px; padding-right: 95px; }
.intro-photo { height: 480px; overflow: hidden; }
.image-card { background: #d9d9d2; }
.image-card img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.image-card:hover img, .gallery-item:hover img, .menu-card:hover img { transform: scale(1.04); }
.intro-note { position: absolute; right: 0; bottom: -23px; display: flex; flex-direction: column; justify-content: space-between; width: 120px; height: 155px; padding: 17px 15px; color: var(--paper); background: var(--forest); font: 500 10px/1.65 var(--display); letter-spacing: .12em; }
.intro-note span:first-child { font-size: 24px; font-weight: 400; }

.menu-section { color: var(--white); background: var(--forest-deep); }
.section-topline { display: flex; align-items: end; justify-content: space-between; margin-bottom: 69px; }
.section-heading-light h2 { color: var(--white); }
.section-description { font-size: 13px; line-height: 2.15; letter-spacing: .06em; }
.section-description-light { color: rgba(252,252,249,.67); }
.menu-grid { display: grid; grid-template-columns: 1.28fr 1fr 1fr; gap: 24px; }
.menu-card { min-width: 0; }
.menu-card-image { height: 245px; overflow: hidden; background: #b2b7ad; }
.menu-card-featured .menu-card-image { height: 318px; }
.menu-card-body { display: flex; justify-content: space-between; gap: 14px; padding-top: 21px; border-top: 1px solid rgba(252,252,249,.18); }
.menu-card-body h3 { margin: 5px 0 0; font: 500 19px/1.2 var(--display); letter-spacing: .02em; }
.menu-card-body p { margin: 7px 0 0; color: rgba(252,252,249,.58); font-size: 11px; letter-spacing: .05em; }
.menu-card-body strong { flex-shrink: 0; padding-top: 30px; font: 500 12px var(--display); letter-spacing: .07em; }
.menu-card-body strong small { font-size: 10px; }
.menu-number { color: var(--sage); font: 500 9px var(--display); letter-spacing: .15em; }
.menu-footnote { margin: 43px 0 0; color: rgba(252,252,249,.45); font-size: 10px; }

.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 115px; align-items: center; }
.story-image { height: 580px; overflow: hidden; }
.story-copy { max-width: 400px; }
.story-copy > p:not(.eyebrow) { margin: 31px 0 36px; color: var(--muted); font-size: 13px; line-height: 2.15; }
.hours-list, .contact-list { margin: 0; border-top: 1px solid rgba(37,42,34,.18); }
.hours-list > div, .contact-list > div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(37,42,34,.18); font-size: 11px; }
.hours-list dt, .contact-list dt { color: var(--muted); }.hours-list dd, .contact-list dd { margin: 0; }

.gallery-section { padding-top: 30px; background: var(--sand); }
.centered { text-align: center; }.centered .eyebrow { justify-content: center; }.centered h2 { font-size: clamp(30px, 3vw, 43px); }
.gallery-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 18px; margin-top: 63px; }
.gallery-item { margin: 0; overflow: hidden; background: #c5c7bd; }.gallery-item img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }.gallery-item-tall { grid-row: span 2; }.gallery-item-wide { grid-column: 2 / 4; }

.access-section { color: var(--white); background: var(--forest); }
.access-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.access-copy h2 { color: var(--white); }.access-copy h2 em { color: var(--sage); }
.access-copy address { margin: 31px 0 30px; color: rgba(252,252,249,.76); font-size: 13px; font-style: normal; line-height: 2; }
.contact-list { border-color: rgba(252,252,249,.23); }.contact-list > div { border-color: rgba(252,252,249,.23); }.contact-list dt { color: rgba(252,252,249,.55); }.access-copy .text-link { margin-top: 34px; }
.map-card { position: relative; height: 460px; overflow: hidden; background: #d2d5c8; color: var(--forest); }
.map-card::before { position: absolute; content: ""; inset: 0; opacity: .7; background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.75), transparent 26%), linear-gradient(135deg, #dce0d2, #bbc5b5); }
.map-lines { position: absolute; inset: -20%; opacity: .45; transform: rotate(-18deg); }.map-lines i { position: absolute; display: block; width: 170%; height: 1px; background: #9eac9e; }.map-lines i:nth-child(1) { top: 17%; }.map-lines i:nth-child(2) { top: 36%; }.map-lines i:nth-child(3) { top: 56%; }.map-lines i:nth-child(4) { top: 72%; }.map-lines i:nth-child(5) { top: 89%; }
.map-road { position: absolute; background: rgba(252,252,249,.72); box-shadow: 0 0 0 1px rgba(146,159,143,.25); }.map-road-a { top: 47%; left: -10%; width: 120%; height: 42px; transform: rotate(24deg); }.map-road-b { top: -10%; left: 53%; width: 28px; height: 125%; transform: rotate(18deg); }.map-road-c { top: 16%; left: -5%; width: 112%; height: 15px; transform: rotate(-31deg); }
.map-pin { position: absolute; top: 47%; left: 49%; display: flex; align-items: center; gap: 10px; translate: -50% -50%; color: var(--forest-deep); font: 600 11px var(--display); letter-spacing: .06em; }.map-pin b { display: grid; place-items: center; width: 28px; height: 28px; color: var(--white); background: var(--forest); border: 7px solid rgba(47,61,50,.2); border-radius: 50%; font-size: 9px; background-clip: padding-box; }.map-label { position: absolute; color: rgba(47,61,50,.48); font: 600 9px var(--display); letter-spacing: .16em; }.map-label-a { top: 19%; left: 12%; }.map-label-b { right: 13%; bottom: 17%; }.map-compass { position: absolute; top: 20px; right: 22px; font: 600 10px var(--display); }

.reservation { background: var(--paper); text-align: center; }.reservation-inner { display: flex; flex-direction: column; align-items: center; }.reservation .eyebrow { margin-bottom: 20px; }.reservation h2 { margin: 0; font: 500 clamp(30px, 3.4vw, 47px) var(--serif); letter-spacing: .08em; }.reservation p:not(.eyebrow) { margin: 20px 0 34px; color: var(--muted); font-size: 13px; line-height: 2; }.reservation-actions { display: flex; gap: 12px; }.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-width: 210px; padding: 13px 19px; border: 1px solid var(--ink); font: 500 11px var(--display); letter-spacing: .11em; transition: color .25s ease, background .25s ease; }.button span { font-size: 15px; }.button-dark { color: var(--white); background: var(--ink); }.button-dark:hover { color: var(--ink); background: transparent; }.button-outline:hover { color: var(--white); background: var(--ink); }
.site-footer { padding: 53px 0 25px; color: rgba(252,252,249,.75); background: var(--forest-deep); }.footer-top { display: flex; align-items: center; justify-content: space-between; }.brand-footer { color: var(--white); }.footer-links, .social-links { display: flex; gap: 27px; font: 500 10px var(--display); letter-spacing: .13em; }.footer-links a, .social-links a { transition: color .2s ease; }.footer-links a:hover, .social-links a:hover { color: var(--sage); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 19px; border-top: 1px solid rgba(252,252,249,.15); color: rgba(252,252,249,.39); font: 500 8px var(--display); letter-spacing: .15em; }

@media (max-width: 900px) {
  .page-width { width: min(100% - 52px, 700px); }
  .site-header { padding: 20px 26px; }.site-header.is-scrolled { padding-block: 14px; }
  .menu-toggle { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 6px; padding: 9px 0 9px 9px; }.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s ease; }.menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 0; right: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; width: min(320px, 100vw); height: 100vh; padding: 105px 36px 35px; color: var(--ink); background: var(--paper); box-shadow: -12px 0 35px rgba(23,30,23,.12); transform: translateX(100%); transition: transform .35s ease; }.site-nav.is-open { transform: translateX(0); }.site-nav > a { font-size: 14px; }.site-nav .nav-cta { margin-top: 10px; padding: 12px 18px; font-size: 11px; }
  .section-pad { padding-block: 100px; }.hero, .hero-content { min-height: 760px; }.hero-content { padding-top: 45px; }.hero h1 { font-size: clamp(39px, 9vw, 62px); }.hero-meta { bottom: 26px; }.hero-meta > span:nth-child(2) { display: none; }
  .intro-grid, .story-grid, .access-grid { grid-template-columns: 1fr; gap: 50px; }.intro-copy, .story-copy { max-width: 520px; }.intro-photo-wrap { margin-top: 55px; padding-right: 62px; }.intro-photo { height: min(68vw, 480px); }.intro-note { width: 95px; height: 125px; font-size: 9px; }.intro-note span:first-child { font-size: 20px; }
  .section-topline { align-items: start; flex-direction: column; gap: 27px; margin-bottom: 46px; }.menu-grid { grid-template-columns: 1fr 1fr; gap: 34px 18px; }.menu-card-featured { grid-column: span 2; }.menu-card-featured .menu-card-image { height: min(53vw, 380px); }.menu-card-image { height: min(34vw, 245px); }
  .story-image { height: min(80vw, 500px); }.story-copy { padding-bottom: 5px; }
  .gallery-grid { grid-template-rows: 180px 180px; gap: 12px; margin-top: 45px; }.access-grid { gap: 55px; }.map-card { height: min(78vw, 460px); }.reservation { padding-block: 90px; }.footer-top { align-items: flex-start; flex-wrap: wrap; gap: 32px; }.footer-links { order: 3; width: 100%; gap: 20px; }.footer-bottom { margin-top: 40px; }
}

@media (max-width: 560px) {
  body { font-size: 13px; }.page-width { width: calc(100% - 40px); }.section-pad { padding-block: 80px; }
  .site-header { padding: 18px 20px; }.brand-copy strong { font-size: 14px; }.site-header.is-scrolled { padding-block: 13px; }
  .hero, .hero-content { min-height: 680px; }.hero-image { background-position: 64% center; }.hero-shade { background: linear-gradient(90deg, rgba(20,31,23,.72), rgba(20,31,23,.25)), linear-gradient(0deg, rgba(20,31,23,.63), transparent 48%); }.hero-content { padding-top: 26px; }.hero h1 { font-size: 39px; line-height: 1.42; }.hero-lead { margin-top: 25px; font-size: 13px; }.hero-meta { font-size: 8px; }.hero-scroll i { width: 31px; }
  .section-heading h2, .story-copy h2, .access-copy h2 { font-size: 32px; line-height: 1.5; }.intro-grid { gap: 35px; }.intro-copy .lead-copy { font-size: 15px; }.intro-photo-wrap { margin-top: 42px; padding-right: 30px; }.intro-photo { height: 340px; }.intro-note { right: 0; bottom: -18px; width: 78px; height: 105px; padding: 11px 10px; font-size: 8px; }.intro-note span:first-child { font-size: 17px; }
  .menu-grid { gap: 30px 12px; }.menu-card-featured .menu-card-image { height: 280px; }.menu-card-image { height: 170px; }.menu-card-body { padding-top: 13px; }.menu-card-body h3 { font-size: 15px; }.menu-card-body p { font-size: 10px; }.menu-card-body strong { padding-top: 23px; font-size: 10px; }.menu-number { font-size: 8px; }.menu-footnote { margin-top: 32px; font-size: 9px; }
  .story-grid { gap: 42px; }.story-image { height: 330px; }.story-copy > p:not(.eyebrow) { margin: 23px 0 28px; }.hours-list > div, .contact-list > div { font-size: 10px; }.gallery-section { padding-top: 0; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 190px 140px 140px; gap: 10px; margin-top: 40px; }.gallery-item-tall { grid-row: span 2; }.gallery-item-wide { grid-column: 1 / 3; grid-row: 3; }
  .access-copy address { margin-block: 23px; }.access-copy .text-link { margin-top: 29px; }.map-card { height: 330px; }.reservation { padding-block: 75px; }.mobile-only { display: inline; }.reservation h2 { font-size: 31px; }.reservation p:not(.eyebrow) { font-size: 12px; }.reservation-actions { flex-direction: column; width: 100%; max-width: 290px; }.button { width: 100%; min-width: 0; }.site-footer { padding-top: 38px; }.footer-top { gap: 27px; }.footer-links { gap: 15px; font-size: 9px; }.social-links { gap: 17px; }.footer-bottom { margin-top: 33px; font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.hero-image, .image-card img, .gallery-item img, .menu-card img { animation: none; transition: none; } }

.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-actions .text-link { margin: 0; }
.closing { color: var(--ink); background: var(--sage); }
.closing-inner { display: flex; align-items: end; justify-content: space-between; padding-block: 80px 48px; }
.closing-brand { display: flex; flex-direction: column; line-height: 1.05; }
.closing-brand > span { font: 600 13px/1 var(--display); letter-spacing: .08em; }
.closing-brand strong { margin-top: 16px; font: 500 clamp(42px, 6vw, 88px)/1.2 var(--serif); letter-spacing: .04em; }
.closing-brand em { color: var(--forest-deep); font-style: normal; }
.back-top { font: 500 10px var(--display); letter-spacing: .15em; text-transform: uppercase; }
.back-top b { margin-left: 8px; color: var(--forest-deep); font-size: 17px; font-weight: 400; }

@media (max-width: 900px) {
  .hero-actions { gap: 18px; }
  .closing-inner { padding-block: 65px 38px; }
}

@media (max-width: 560px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .closing-inner { align-items: flex-start; flex-direction: column; gap: 34px; padding-block: 58px 35px; }
  .closing-brand strong { font-size: 46px; }
}

.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 clamp(22px, 9vw, 150px); border-top: 1px solid rgba(37,42,34,.18); border-bottom: 1px solid rgba(37,42,34,.18); }
.quick-facts > div { display: flex; align-items: center; gap: 17px; padding: 19px 15px; }
.quick-facts > div + div { border-left: 1px solid rgba(37,42,34,.18); }
.quick-facts span { color: #8e9b85; font: italic 17px var(--serif); }
.quick-facts strong { font: 500 12px var(--display); letter-spacing: .03em; }
.round-link { display: flex; width: 97px; height: 97px; margin: 33px 0 0 auto; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--white); background: var(--forest); font: 500 11px/1.3 var(--display); letter-spacing: .06em; text-align: center; transition: background .2s ease, transform .2s ease; }
.round-link b { margin-top: 4px; font-size: 20px; font-weight: 400; line-height: 1; }
.round-link:hover { background: #8e9b85; transform: rotate(-8deg); }
.about-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 90px; }
.about-notes article { min-height: 260px; padding: 26px 28px; position: relative; }
.about-notes article:nth-child(1) { color: var(--white); background: var(--forest-deep); }
.about-notes article:nth-child(2) { background: var(--sage); }
.about-notes article:nth-child(3) { background: var(--sand); }
.about-notes article > span { font: 500 10px var(--display); letter-spacing: .12em; opacity: .72; }
.about-notes article::after { position: absolute; right: 27px; bottom: 23px; content: "↗"; font-size: 21px; }
.about-notes h3 { margin: 57px 0 16px; font: 500 22px/1.5 var(--serif); letter-spacing: .03em; }
.about-notes p { max-width: 225px; margin: 0; font-size: 13px; line-height: 1.85; opacity: .78; }
.address-label { display: block; margin-bottom: 8px; color: rgba(252,252,249,.55); font: 500 10px var(--display); letter-spacing: .12em; }
.contact-kicker { margin: 0 0 10px; color: var(--forest); font: 600 11px var(--display); letter-spacing: .14em; }
.contact-kicker + h2 { margin-top: 0; }

@media (max-width: 900px) {
  .quick-facts { grid-template-columns: 1fr; margin: 0 26px; }
  .quick-facts > div { justify-content: space-between; padding: 14px 5px; }
  .quick-facts > div + div { border-top: 1px solid rgba(37,42,34,.18); border-left: 0; }
  .about-notes { grid-template-columns: 1fr; margin-top: 65px; }
  .about-notes article { min-height: 220px; }
  .about-notes h3 { margin-top: 45px; }
}

@media (max-width: 560px) {
  .quick-facts { margin: 0 20px; }
  .quick-facts strong { font-size: 11px; }
  .about-notes { gap: 10px; margin-top: 52px; }
  .about-notes article { min-height: 200px; padding: 21px 22px; }
  .about-notes h3 { margin: 36px 0 12px; font-size: 20px; }
  .about-notes p { font-size: 12px; }
  .round-link { margin-top: 27px; }
}

.hero h1 { max-width: 720px; font-size: clamp(36px, 4.3vw, 62px); line-height: 1.28; }
@media (max-width: 900px) {
  .hero h1 { font-size: clamp(36px, 7vw, 54px); }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 39px; line-height: 1.42; }
}
