:root {
  --navy-950: #031a31;
  --navy-900: #062542;
  --navy-800: #082f59;
  --navy-700: #0d4377;
  --yellow: #f7c928;
  --yellow-2: #ffd94a;
  --cream: #fff9e9;
  --white: #ffffff;
  --ink: #142235;
  --muted: #647083;
  --line: rgba(8, 47, 89, .13);
  --surface: #f5f6f8;
  --shadow: 0 24px 70px rgba(3, 26, 49, .14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: var(--container); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 86px;
  color: var(--white);
  transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header.scrolled {
  height: 74px;
  background: rgba(3, 26, 49, .95);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
}
.brand-mark svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .eye { fill: var(--white); stroke: none; }
.brand-mark .beak { fill: var(--yellow); stroke: none; }
.brand strong { display: block; font-size: .97rem; line-height: 1.2; letter-spacing: .02em; }
.brand small { display: block; margin-top: 2px; color: rgba(255,255,255,.66); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .9rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.82); transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--yellow); }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; color: var(--navy-950); background: var(--yellow); border-radius: 999px; }
.nav-cta svg, .button svg, .mobile-map-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; color: var(--white); background: rgba(255,255,255,.08); cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; border-radius: 20px; transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  min-height: 800px;
  height: min(92vh, 940px);
  display: grid;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background: var(--navy-950);
}
.hero-bg, .hero-shade { position: absolute; inset: 0; }
.hero-bg {
  background-image: url("../img/fachada-asadero-el-pollo.webp");
  background-size: cover;
  background-position: center 47%;
  transform: scale(1.03);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3,26,49,.98) 0%, rgba(3,26,49,.89) 42%, rgba(3,26,49,.48) 73%, rgba(3,26,49,.56) 100%),
    linear-gradient(0deg, rgba(3,26,49,.83) 0%, transparent 42%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 520px;
  height: 520px;
  left: -260px;
  bottom: -280px;
  border: 90px solid rgba(247,201,40,.12);
  border-radius: 50%;
}
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 70px; align-items: end; padding-top: 108px; }
.hero-copy { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; font-size: .77rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.eyebrow span { width: 38px; height: 2px; background: var(--yellow); }
.hero-kicker { margin: 0 0 4px; color: var(--yellow); font-size: 1.05rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(3.9rem, 7.4vw, 7.4rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 em { display: inline-block; color: var(--yellow); font-family: Georgia, "Times New Roman", serif; font-size: .58em; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
.hero-description { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: .94rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--yellow); box-shadow: 0 16px 36px rgba(247,201,40,.2); }
.button-primary:hover { background: var(--yellow-2); box-shadow: 0 20px 46px rgba(247,201,40,.3); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.hero-card { padding: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(3,26,49,.64); box-shadow: 0 24px 60px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.hero-card-top { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: .77rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 7px rgba(247,201,40,.1); }
.hero-card-time { margin-top: 18px; font-size: clamp(1.6rem, 2.7vw, 2.2rem); font-weight: 900; letter-spacing: -.04em; }
.hero-card-time small { color: rgba(255,255,255,.65); font-size: .42em; font-weight: 700; letter-spacing: .03em; }
.hero-card-rule { height: 1px; margin: 22px 0; background: rgba(255,255,255,.14); }
.hero-card-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-card-options div { display: flex; flex-direction: column; gap: 9px; min-height: 92px; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.07); }
.hero-card-options svg { width: 25px; color: var(--yellow); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-card-options span { font-size: .86rem; font-weight: 800; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 24px; width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.34); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; border-radius: 4px; background: var(--yellow); transform: translateX(-50%); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 15px); } }

.identity-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--yellow); }
.identity-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.identity-item { display: flex; align-items: center; gap: 13px; min-height: 116px; padding: 24px 27px; border-right: 1px solid rgba(3,26,49,.15); }
.identity-item:last-child { border-right: 0; }
.identity-icon { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(3,26,49,.18); border-radius: 14px; }
.identity-icon svg { width: 24px; fill: none; stroke: var(--navy-950); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.identity-item strong, .identity-item small { display: block; }
.identity-item strong { color: var(--navy-950); font-size: .94rem; }
.identity-item small { margin-top: 2px; color: rgba(3,26,49,.65); font-size: .77rem; }

.section { padding: 118px 0; }
.section-heading { max-width: 690px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p:last-child { color: var(--muted); font-size: 1.04rem; }
.section-label { margin: 0 0 12px; color: var(--navy-700); font-size: .75rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.section-label::before { content: ""; display: inline-block; width: 24px; height: 2px; margin-right: 10px; vertical-align: middle; background: var(--yellow); }
.section-label-light { color: rgba(255,255,255,.7); }
h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.55rem); line-height: 1.02; letter-spacing: -.055em; }

.experience { background: linear-gradient(180deg, var(--cream), #fff); }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.option-card { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 38px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.option-card::after { content: ""; position: absolute; right: -85px; bottom: -110px; width: 260px; height: 260px; border: 55px solid rgba(255,255,255,.08); border-radius: 50%; }
.option-card-dine { color: var(--white); background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); }
.option-card-takeout { color: var(--navy-950); background: linear-gradient(135deg, var(--yellow), #ffd950); }
.option-number { position: absolute; top: 24px; right: 28px; color: rgba(255,255,255,.15); font-size: 5.8rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.option-card-takeout .option-number { color: rgba(3,26,49,.1); }
.option-icon { width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.08); }
.option-card-takeout .option-icon { border-color: rgba(3,26,49,.14); background: rgba(255,255,255,.25); }
.option-icon svg { width: 49px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.option-overline { margin: 38px 0 6px; opacity: .68; font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.option-card h3 { margin: 0; font-size: clamp(2rem, 3.3vw, 3.2rem); line-height: 1; letter-spacing: -.045em; }
.option-card p:not(.option-overline) { max-width: 500px; margin: 18px 0 0; opacity: .78; }
.text-link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin-top: 34px; font-weight: 900; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.story { overflow: hidden; }
.story-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.story-media { position: relative; min-height: 680px; }
.story-media::before { content: ""; position: absolute; inset: 0 38px 0 0; border-radius: 36px; background: var(--yellow); transform: rotate(-4deg); }
.story-photo { position: absolute; inset: 30px 0 30px 32px; margin: 0; overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-stamp { position: absolute; right: -28px; bottom: 42px; width: 185px; height: 185px; display: grid; place-content: center; text-align: center; color: var(--white); background: var(--navy-900); border: 8px solid var(--white); border-radius: 50%; box-shadow: 0 18px 40px rgba(3,26,49,.22); transform: rotate(7deg); }
.story-stamp span, .story-stamp strong, .story-stamp small { display: block; }
.story-stamp span { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.story-stamp strong { color: var(--yellow); font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.05; }
.story-stamp small { margin-top: 5px; opacity: .7; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.story-lead { margin: 28px 0 12px; color: var(--navy-700); font-size: 1.25rem; font-weight: 750; }
.story-copy > p:not(.section-label):not(.story-lead) { color: var(--muted); }
.story-points { display: grid; gap: 17px; margin-top: 34px; }
.story-points > div { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.story-points svg { width: 31px; height: 31px; flex: 0 0 auto; padding: 7px; color: var(--navy-950); background: var(--yellow); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.story-points strong, .story-points small { display: block; }
.story-points small { color: var(--muted); }

.brand-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.brand-section::before { content: ""; position: absolute; inset: -10% 55% -10% -18%; border: 120px solid rgba(247,201,40,.08); border-radius: 50%; }
.brand-section::after { content: ""; position: absolute; right: -12%; bottom: -66%; width: 650px; height: 650px; background: radial-gradient(circle, rgba(247,201,40,.25), transparent 65%); }
.brand-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .83fr; gap: 90px; align-items: center; }
.brand-grid > * { min-width: 0; }
.brand-copy p:not(.section-label) { max-width: 580px; margin: 25px 0 33px; color: rgba(255,255,255,.72); font-size: 1.07rem; }
.brand-logo-wrap {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025));
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}
.brand-logo-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% -8% -8% 18%;
  border-radius: 36px;
  background: radial-gradient(circle, rgba(247,201,40,.36), transparent 68%);
  filter: blur(22px);
}
.brand-logo-wrap::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 21px;
  pointer-events: none;
}
.brand-logo-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 21px;
}
.button-light { color: var(--navy-950); background: var(--white); }
.button-light:hover { background: var(--yellow); }

.information { background: var(--surface); }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.info-card { min-height: 280px; padding: 28px; border: 1px solid rgba(8,47,89,.08); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 15px 45px rgba(3,26,49,.06); transition: transform .25s ease, box-shadow .25s ease; }
.info-card:hover { transform: translateY(-6px); box-shadow: 0 22px 54px rgba(3,26,49,.1); }
.info-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 34px; color: var(--navy-950); background: var(--yellow); border-radius: 17px; }
.info-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.info-card p { margin: 0 0 6px; color: var(--muted); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.info-card h3 { margin: 0 0 12px; color: var(--navy-950); font-size: 1.35rem; line-height: 1.2; }
.info-card strong { color: var(--muted); font-size: .88rem; font-weight: 650; }

.location { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 660px; color: var(--white); background: var(--navy-900); }
.location-copy { display: grid; place-items: center; padding: 90px max(42px, calc((100vw - 1180px) / 2)); padding-right: 72px; }
.location-copy-inner { max-width: 490px; }
.location-copy p:not(.section-label) { color: rgba(255,255,255,.68); }
.location-detail { display: flex; align-items: center; gap: 15px; margin: 32px 0; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.05); }
.location-detail svg { width: 29px; flex: 0 0 auto; color: var(--yellow); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.location-detail strong, .location-detail small { display: block; }
.location-detail small { color: rgba(255,255,255,.58); }
.map-wrap { min-height: 660px; background: #ddd; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 660px; border: 0; filter: saturate(.92) contrast(1.03); }

.final-cta { padding: 66px 0; background: var(--yellow); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { max-width: 760px; color: var(--navy-950); font-size: clamp(2rem, 4vw, 3.5rem); }
.final-cta .section-label { color: rgba(3,26,49,.65); }
.final-cta .section-label::before { background: var(--navy-950); }
.button-dark { color: var(--white); background: var(--navy-950); white-space: nowrap; }

.site-footer { color: var(--white); background: #021426; }
.footer-inner { min-height: 150px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; }
.footer-inner > p { color: rgba(255,255,255,.55); font-size: .86rem; }
.footer-brand .brand-mark { color: var(--yellow); }
.copyright { white-space: nowrap; }
.mobile-map-button { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: 760px; height: auto; }
  .hero-content { grid-template-columns: 1fr; gap: 36px; align-items: center; padding-block: 160px 105px; }
  .hero-card { max-width: 430px; }
  .identity-grid { grid-template-columns: 1fr 1fr; }
  .identity-item:nth-child(2) { border-right: 0; }
  .identity-item:nth-child(-n+2) { border-bottom: 1px solid rgba(3,26,49,.15); }
  .story-grid, .brand-grid { gap: 55px; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .location { grid-template-columns: 1fr; }
  .location-copy { padding: 90px max(32px, calc((100vw - 850px) / 2)); }
  .location-copy-inner { max-width: 760px; }
  .map-wrap, .map-wrap iframe { min-height: 520px; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 28px, 680px); }
  .site-header, .site-header.scrolled { height: 72px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 4px;
    padding: 14px;
    color: var(--white);
    background: rgba(3,26,49,.98);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .2s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav > a:not(.nav-cta) { display: block; padding: 11px 12px; border-radius: 10px; }
  .main-nav > a:not(.nav-cta):hover { background: rgba(255,255,255,.07); }
  .nav-cta { justify-content: center; margin-top: 4px; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: 760px; }
  .hero-bg { background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,26,49,.95), rgba(3,26,49,.72)), linear-gradient(0deg, rgba(3,26,49,.95), transparent 50%); }
  .hero-content { padding-block: 125px 96px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5.3rem); }
  .hero-description { max-width: 540px; }
  .hero-card { width: 100%; }
  .scroll-cue { display: none; }

  .section { padding: 88px 0; }
  .option-grid, .story-grid, .brand-grid { grid-template-columns: 1fr; }
  .option-card { min-height: 390px; }
  .story-grid { gap: 60px; }
  .story-media { min-height: 620px; }
  .story-stamp { right: -5px; }
  .brand-section { padding-block: 78px; }
  .brand-grid { gap: 38px; }
  .brand-logo-wrap { width: min(100%, 520px); justify-self: center; margin-inline: auto; }
  .brand-copy { order: 2; }
  .brand-logo-wrap { order: 1; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; gap: 10px; padding-block: 35px 92px; }
  .mobile-map-button {
    position: fixed;
    z-index: 900;
    left: 14px;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--navy-950);
    background: var(--yellow);
    border: 1px solid rgba(3,26,49,.18);
    border-radius: 999px;
    box-shadow: 0 16px 38px rgba(3,26,49,.25);
    font-weight: 900;
  }
}

@media (max-width: 540px) {
  .brand strong { font-size: .86rem; }
  .brand small { font-size: .63rem; }
  .brand-mark { width: 39px; height: 39px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .identity-grid { grid-template-columns: 1fr; }
  .identity-item { min-height: 90px; border-right: 0; border-bottom: 1px solid rgba(3,26,49,.15); }
  .identity-item:nth-child(2) { border-bottom: 1px solid rgba(3,26,49,.15); }
  .identity-item:last-child { border-bottom: 0; }
  .option-card { min-height: 420px; padding: 28px; }
  .option-number { font-size: 4.7rem; }
  .story-media { min-height: 540px; }
  .story-photo { inset: 20px 0 20px 18px; }
  .story-media::before { right: 20px; }
  .story-stamp { width: 145px; height: 145px; right: -2px; bottom: 15px; border-width: 6px; }
  .story-stamp strong { font-size: 1.3rem; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 235px; }
  .brand-section { padding-block: 60px; }
  .brand-logo-wrap { padding: 6px; border-radius: 23px; }
  .brand-logo-wrap::after { inset: 6px; border-radius: 17px; }
  .brand-logo-wrap img { border-radius: 17px; }
  .brand-copy p:not(.section-label) { margin-block: 20px 26px; }
  .location-copy { padding: 80px 22px; }
  .map-wrap, .map-wrap iframe { min-height: 430px; }
}
