@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500&display=swap");

:root {
  --paper: #fbf8f2;
  --cream: #f7f1e8;
  --blush: #ead9d2;
  --blush-light: #f3e7e2;
  --terracotta: #b9684e;
  --terracotta-deep: #8e4d3d;
  --leaf: #74836b;
  --leaf-deep: #445348;
  --wood: #8a624c;
  --ink: #334038;
  --muted: #7c7b71;
  --line: rgba(68, 83, 72, 0.2);
  --white: #fffdfa;
  --shadow: 0 24px 60px rgba(68, 55, 43, 0.11);
  --sans: "DM Sans", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
}

.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; }

html,
body { overflow-x: hidden; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

button, a { font: inherit; }
button { border: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[data-en] { display: none; }
[hidden] { display: none !important; }
html[data-lang="en"] [data-es] { display: none; }
html[data-lang="en"] [data-en] { display: inline; }

.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding-block: clamp(88px, 10vw, 150px); }

.skip-link {
  position: fixed;
  z-index: 20;
  top: -100px;
  left: 18px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--leaf-deep);
  font-size: 12px;
}
.skip-link:focus { top: 18px; }

.concept-banner {
  min-height: 36px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--cream);
  background: var(--leaf-deep);
  font-size: 10px;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.concept-banner strong { font-weight: 600; }
.banner-dot, .pending-dot { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--terracotta); }
.banner-rule { width: 1px; height: 14px; margin-inline: 6px; background: rgba(247, 241, 232, 0.4); }

.site-header {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; color: var(--leaf-deep); border: 1px solid rgba(68, 83, 72, 0.55); border-radius: 50%; }
.brand-mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; }
.brand-copy { display: grid; gap: 2px; }
.brand-name { font-size: 20px; font-weight: 600; letter-spacing: 0.18em; line-height: 1; }
.brand-subtitle { color: var(--muted); font-size: 9px; letter-spacing: 0.08em; line-height: 1.2; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 35px); margin-left: auto; }
.site-nav a { color: var(--muted); font-size: 12px; text-decoration: none; transition: color 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--terracotta-deep); }
.language-toggle { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; }
.language-button { padding: 2px 0; color: inherit; background: transparent; cursor: pointer; }
.language-button.is-active { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.hero {
  min-height: min(720px, calc(100vh - 138px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(370px, 0.78fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(64px, 10vw, 145px);
  row-gap: 30px;
  padding-top: clamp(32px, 5vw, 64px);
  padding-bottom: clamp(76px, 8vw, 112px);
}
.hero-text { grid-column: 1; grid-row: 1; align-self: end; position: relative; z-index: 1; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--terracotta-deep); font-size: 10px; font-weight: 600; letter-spacing: 0.17em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-line { width: 27px; height: 1px; background: currentColor; }
.section-kicker span:first-child { color: var(--terracotta); font-variant-numeric: tabular-nums; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--display); }
h1 { max-width: 620px; margin-bottom: 27px; color: var(--ink); font-size: clamp(57px, 7.2vw, 96px); letter-spacing: -0.055em; line-height: 0.99; }
h1 em { color: var(--terracotta); font-style: italic; }
.hero-lede { max-width: 520px; margin-bottom: 25px; color: #626b61; font-size: clamp(16px, 1.5vw, 18px); line-height: 1.62; }
.hero-location { display: flex; align-items: center; gap: 11px; color: var(--leaf-deep); }
.location-pin { width: 14px; height: 14px; position: relative; border: 1px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.location-pin::after { content: ""; width: 3px; height: 3px; position: absolute; top: 4px; left: 4px; border: 1px solid currentColor; border-radius: 50%; }
.hero-location strong { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.03em; }
.hero-location small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }

.hero-media { grid-column: 2; grid-row: 1 / span 2; align-self: center; margin: 0; }
.hero-photo-shell { position: relative; padding: 12px; background: var(--white); box-shadow: var(--shadow); }
.hero-photo-shell::before { content: ""; position: absolute; inset: 12px; z-index: 1; border: 1px solid rgba(255, 253, 250, 0.75); pointer-events: none; }
.hero-photo-shell img { width: 100%; aspect-ratio: 0.78; object-fit: cover; filter: sepia(0.12) saturate(0.82) contrast(0.96); }
.hero-photo-accent { width: 90px; height: 90px; position: absolute; z-index: -1; border-radius: 50%; background: var(--blush); }
.hero-photo-accent-top { top: -26px; right: -37px; }
.photo-note { position: absolute; z-index: 2; color: var(--cream); font-size: 9px; letter-spacing: 0.12em; line-height: 1.2; text-transform: uppercase; }
.photo-note-top { top: 28px; left: 30px; }
.photo-note-bottom { right: 27px; bottom: 27px; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-media figcaption { margin-top: 11px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.hero-media figcaption a { color: var(--terracotta-deep); text-underline-offset: 3px; }
.hero-actions { grid-column: 1; grid-row: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.button { min-height: 46px; padding: 13px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 2px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; line-height: 1; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button-primary { color: var(--cream); background: var(--terracotta-deep); }
.button-quiet { color: var(--ink); border: 1px solid rgba(68, 83, 72, 0.45); background: transparent; }
.button-light { color: var(--ink); background: var(--cream); }
.button-outline { color: var(--cream); border: 1px solid rgba(247, 241, 232, 0.55); background: transparent; }
.button-arrow { color: var(--blush); font-size: 16px; font-weight: 400; line-height: 0; }
.button:disabled { opacity: 0.55; cursor: not-allowed; filter: saturate(0.6); }
.action-note { display: inline-flex; align-items: center; gap: 8px; margin-left: 5px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.lock-mark { width: 9px; height: 8px; position: relative; display: inline-block; border: 1px solid currentColor; border-radius: 2px; }
.lock-mark::before { content: ""; width: 5px; height: 5px; position: absolute; top: -5px; left: 1px; border: 1px solid currentColor; border-bottom: 0; border-radius: 5px 5px 0 0; }

.soft-band { border-block: 1px solid var(--line); background: var(--blush-light); }
.soft-band-inner { min-height: 82px; display: flex; align-items: center; gap: 23px; }
.soft-band-label { color: var(--terracotta-deep); font-size: 10px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.soft-band p { margin: 0; color: var(--ink); font-family: var(--display); font-size: 19px; }
.soft-band-sprig { width: 80px; margin-left: auto; color: var(--leaf); }
.soft-band-sprig svg { width: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.1; }

.mood-section { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr); align-items: center; gap: clamp(60px, 11vw, 160px); }
.mood-copy h2, .section-heading h2, .menu-card h2, .approval-card h2 { max-width: 570px; margin-bottom: 23px; color: var(--ink); font-size: clamp(43px, 5.4vw, 69px); letter-spacing: -0.055em; line-height: 1.03; }
.section-intro, .menu-card-copy > p:last-of-type, .approval-card p { max-width: 510px; margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.mood-list { margin: 37px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.mood-list li { min-height: 52px; padding: 12px 0; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); color: var(--leaf-deep); font-size: 13px; }
.mood-index { color: var(--terracotta); font-size: 10px; letter-spacing: 0.1em; }
.mood-visual { position: relative; padding-bottom: 31px; }
.mood-photo-frame { padding: 11px; background: var(--white); box-shadow: var(--shadow); }
.mood-photo-frame img { width: 100%; aspect-ratio: 1.32; object-fit: cover; filter: sepia(0.1) saturate(0.82); }
.mood-caption { display: flex; align-items: center; gap: 9px; margin-top: 13px; color: var(--muted); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.caption-rule { width: 24px; height: 1px; background: var(--terracotta); }
.mood-stamp { width: 106px; height: 106px; position: absolute; right: -20px; bottom: 0; display: flex; flex-direction: column; justify-content: center; gap: 2px; padding-left: 23px; color: var(--cream); background: var(--leaf); border-radius: 50%; font-family: var(--display); font-size: 17px; line-height: 1.02; transform: rotate(7deg); }
.mood-stamp::before { content: ""; width: 78px; height: 78px; position: absolute; inset: 14px; border: 1px solid rgba(247, 241, 232, 0.5); border-radius: 50%; }
.mood-stamp span { position: relative; }

.facts-section { border-top: 1px solid var(--line); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 18px; }
.fact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fact-card { min-height: 300px; padding: 26px 25px 23px; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.fact-card-blush { background: var(--blush-light); }
.fact-card-leaf { color: var(--cream); border-color: var(--leaf-deep); background: var(--leaf-deep); }
.fact-number { position: absolute; top: 25px; right: 25px; color: var(--terracotta); font-size: 10px; letter-spacing: 0.1em; }
.fact-label { margin-bottom: 47px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.fact-card-leaf .fact-label { color: rgba(247, 241, 232, 0.68); }
.fact-card h3 { margin-bottom: 12px; font-family: var(--display); font-size: 37px; letter-spacing: -0.04em; line-height: 1; }
.fact-card p { max-width: 260px; margin-bottom: 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.fact-card-leaf p { color: rgba(247, 241, 232, 0.75); }
.fact-status { margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); color: var(--terracotta-deep); font-size: 9px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.fact-card-leaf .fact-status { border-color: rgba(247, 241, 232, 0.25); color: var(--blush); }

.menu-section { padding-top: 0; }
.menu-card { min-height: 360px; padding: clamp(33px, 6vw, 75px); position: relative; display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(230px, 0.72fr); align-items: center; gap: 70px; overflow: hidden; color: var(--cream); background: var(--terracotta-deep); }
.menu-card .section-kicker { color: var(--blush); }
.menu-card .section-kicker span:first-child { color: var(--cream); }
.menu-card h2 { max-width: 570px; margin-bottom: 19px; color: var(--cream); font-size: clamp(40px, 5vw, 64px); }
.menu-card-copy > p:last-of-type { max-width: 480px; color: rgba(247, 241, 232, 0.76); }
.menu-card .button { margin-top: 27px; }
.menu-card-mark { min-height: 220px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--cream); transform: rotate(-5deg); }
.menu-mark-circle { width: 198px; height: 198px; position: absolute; border: 1px solid rgba(247, 241, 232, 0.66); border-radius: 50%; }
.menu-mark-circle::before, .menu-mark-circle::after { content: ""; width: 218px; height: 218px; position: absolute; inset: -11px; border: 1px solid rgba(247, 241, 232, 0.22); border-radius: 50%; }
.menu-mark-circle::after { width: 180px; height: 180px; inset: 8px; border-color: rgba(247, 241, 232, 0.25); }
.menu-mark-word, .menu-mark-sub { position: relative; z-index: 1; }
.menu-mark-word { font-size: 27px; letter-spacing: 0.12em; }
.menu-mark-sub { margin-top: 7px; font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase; }

.arrival-section { border-top: 1px solid var(--line); }
.arrival-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(350px, 0.96fr); gap: 15px; }
.address-panel { min-height: 490px; padding: 27px; position: relative; overflow: hidden; color: var(--cream); background: var(--leaf-deep); }
.address-panel::after { content: ""; width: 420px; height: 420px; position: absolute; right: -205px; bottom: -210px; border: 1px solid rgba(247, 241, 232, 0.2); border-radius: 50%; box-shadow: 0 0 0 31px rgba(247, 241, 232, 0.05), 0 0 0 63px rgba(247, 241, 232, 0.04), 0 0 0 95px rgba(247, 241, 232, 0.03); }
.address-panel-top { display: flex; justify-content: space-between; }
.panel-label { display: block; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.address-panel .panel-label { color: rgba(247, 241, 232, 0.67); }
.leaf-dot { width: 21px; height: 13px; border: 1px solid var(--blush); border-radius: 100% 0 100% 0; transform: rotate(-30deg); }
.address-content { position: absolute; z-index: 1; left: 27px; bottom: 31px; }
.address-script { display: block; margin-bottom: 16px; color: var(--blush); font-family: var(--display); font-size: 21px; font-style: italic; }
.address-content h3 { margin-bottom: 17px; color: var(--cream); font-family: var(--display); font-size: clamp(37px, 5vw, 57px); letter-spacing: -0.06em; line-height: 0.98; }
.address-content p { margin-bottom: 23px; color: rgba(247, 241, 232, 0.76); font-size: 14px; line-height: 1.55; }
.pending-chip { width: fit-content; max-width: 100%; padding: 8px 10px; display: flex; align-items: center; gap: 8px; color: var(--leaf-deep); background: var(--cream); font-size: 9px; font-weight: 600; letter-spacing: 0.04em; }
.arrival-details { display: flex; flex-direction: column; gap: 0; border-block: 1px solid var(--line); }
.detail-row { min-height: 132px; padding: 22px 21px; display: flex; align-items: flex-start; gap: 18px; border-bottom: 1px solid var(--line); background: var(--white); }
.detail-row-social { border-bottom: 0; background: var(--blush-light); }
.detail-icon { width: 31px; height: 31px; flex: 0 0 auto; position: relative; border: 1px solid var(--leaf-deep); border-radius: 50%; }
.detail-icon-phone::after { content: ""; width: 9px; height: 15px; position: absolute; top: 7px; left: 10px; border: 1px solid var(--leaf-deep); border-radius: 7px; transform: rotate(-37deg); }
.detail-icon-clock::after { content: ""; width: 10px; height: 10px; position: absolute; top: 8px; left: 9px; border-bottom: 1px solid var(--leaf-deep); border-left: 1px solid var(--leaf-deep); }
.detail-icon-sprig { display: grid; place-items: center; }
.detail-icon-sprig svg { width: 21px; height: 21px; fill: none; stroke: var(--leaf-deep); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.1; }
.detail-row strong { display: block; margin: 8px 0 3px; color: var(--ink); font-family: var(--display); font-size: 26px; font-weight: 400; letter-spacing: -0.04em; line-height: 1; }
.detail-row small { display: block; color: var(--muted); font-size: 10px; line-height: 1.4; }
.arrival-details .button { margin: 17px 21px; align-self: flex-start; }

.approval-section { padding-top: 0; }
.approval-card { padding: clamp(34px, 6vw, 70px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr); align-items: center; gap: 70px; background: var(--blush); }
.approval-card h2 { margin-bottom: 21px; }
.approval-card p { max-width: 480px; color: var(--leaf-deep); }
.approval-list { border-top: 1px solid rgba(68, 83, 72, 0.35); }
.approval-list div { min-height: 61px; padding: 14px 0; display: grid; grid-template-columns: 29px auto 20px; align-items: center; gap: 12px; border-bottom: 1px solid rgba(68, 83, 72, 0.35); color: var(--leaf-deep); font-size: 13px; }
.approval-list div > span:first-child { color: var(--terracotta-deep); font-size: 10px; letter-spacing: 0.08em; }
.check-line { width: 12px; height: 12px; justify-self: end; border: 1px solid var(--terracotta-deep); border-radius: 50%; }

.site-footer { padding-block: 50px; color: var(--cream); background: var(--leaf-deep); }
.footer-inner { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr); gap: 70px; }
.footer-wordmark { display: flex; align-items: center; gap: 10px; color: var(--cream); font-size: 19px; font-weight: 600; letter-spacing: 0.18em; }
.footer-mark { width: 19px; height: 19px; display: inline-block; border: 1px solid var(--blush); border-radius: 50%; }
.footer-brand p, .footer-note p { max-width: 370px; margin: 14px 0 0; color: rgba(247, 241, 232, 0.66); font-size: 11px; line-height: 1.6; }
.footer-note { max-width: 550px; justify-self: end; }
.footer-note p:first-child { display: flex; align-items: flex-start; gap: 10px; margin-top: 0; }
.footer-rule { width: 20px; height: 1px; flex: 0 0 auto; margin-top: 9px; background: var(--blush); }
.footer-meta { color: var(--blush) !important; font-size: 9px !important; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 180ms; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 44px, 720px); }
  .site-nav { display: none; }
  .hero { grid-template-columns: minmax(0, 0.93fr) minmax(290px, 0.75fr); column-gap: 44px; }
  h1 { font-size: clamp(52px, 8vw, 75px); }
  .mood-section { grid-template-columns: 1fr; gap: 56px; }
  .mood-copy h2 { max-width: 620px; }
  .mood-visual { max-width: 630px; }
  .menu-card { gap: 30px; }
  .approval-card { gap: 35px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 520px); }
  .concept-banner { padding-inline: 14px; flex-wrap: wrap; gap: 7px; font-size: 8px; }
  .banner-rule { display: none; }
  .site-header { min-height: 78px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-name { font-size: 18px; }
  .brand-subtitle { font-size: 8px; }
  .language-toggle { margin-left: auto; }
  .hero { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 31px; padding-top: 45px; padding-bottom: 76px; }
  .hero-text { order: 1; }
  .hero-media { order: 2; width: min(88%, 380px); margin: 0 auto; }
  .hero-actions { order: 3; }
  h1 { max-width: 420px; margin-bottom: 23px; font-size: clamp(49px, 14vw, 70px); }
  .hero-lede { font-size: 15px; }
  .hero-photo-shell { padding: 9px; }
  .hero-photo-shell::before { inset: 9px; }
  .photo-note-top { top: 23px; left: 23px; }
  .photo-note-bottom { right: 21px; bottom: 21px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button-primary { flex: 1 1 100%; }
  .hero-actions .button-quiet { flex: 0 0 auto; }
  .action-note { flex: 1 1 150px; margin-left: 0; }
  .soft-band-inner { min-height: 74px; gap: 13px; }
  .soft-band p { font-size: 15px; }
  .soft-band-sprig { width: 60px; }
  .section-pad { padding-block: 86px; }
  .mood-section { gap: 45px; }
  .mood-copy h2, .section-heading h2, .approval-card h2 { font-size: 46px; }
  .section-intro, .menu-card-copy > p:last-of-type, .approval-card p { font-size: 15px; }
  .mood-stamp { right: -9px; }
  .fact-cards { grid-template-columns: 1fr; }
  .fact-card { min-height: 255px; }
  .fact-label { margin-bottom: 34px; }
  .menu-card { min-height: 0; grid-template-columns: 1fr; gap: 36px; padding: 34px 25px; }
  .menu-card h2 { font-size: 43px; }
  .menu-card-mark { min-height: 190px; }
  .arrival-grid { grid-template-columns: 1fr; }
  .address-panel { min-height: 420px; }
  .address-content h3 { font-size: 43px; }
  .approval-card { grid-template-columns: 1fr; gap: 40px; padding: 35px 25px; }
  .approval-card h2 { font-size: 44px; }
  .footer-inner { grid-template-columns: 1fr; gap: 33px; }
  .footer-note { justify-self: start; }
}

@media (max-width: 390px) {
  .brand-subtitle { display: none; }
  .hero-media { width: 92%; }
  .hero-actions .button-quiet { flex: 1 1 auto; }
  .action-note { flex: 1 1 100%; }
  .soft-band-label { font-size: 8px; }
  .soft-band p { font-size: 13px; }
  .address-content h3 { font-size: 38px; }
  .detail-row strong { font-size: 23px; }
}
