:root {
  --ink: #151917;
  --paper: #f3f4ef;
  --white: #ffffff;
  --muted: #646b67;
  --line: rgba(21, 25, 23, 0.16);
  --accent: #ef5a3a;
  --accent-dark: #c83d21;
  --shadow: 0 18px 55px rgba(30, 36, 32, 0.12);
  --shell: 1180px;
  --header-height: 82px;
  --font-display: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-body: "Avenir Next", "Segoe UI", Arial, sans-serif;
  /* Shape rule: square editorial media, pill actions, no decorative card rounding. */
  --media-radius: 2px;
  --button-radius: 999px;
  --z-menu: 40;
  --z-header: 50;
  --z-actions: 60;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

p,
dd,
blockquote {
  text-wrap: pretty;
}

body.is-locked {
  overflow: hidden;
}

img,
picture,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--button-radius);
  transform: translateY(-180%);
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 32px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: var(--z-header);
  display: flex;
  width: min(calc(100% - 32px), var(--shell));
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  transform: translateX(-50%);
}

.wordmark,
.footer-wordmark {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
}

.wordmark span,
.footer-wordmark span {
  color: var(--accent);
}

.wordmark {
  padding: 14px 0;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 28px;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.desktop-nav a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms var(--ease-out);
}

.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions,
.mobile-socials,
.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 140ms var(--ease-out);
}

.social-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-link svg path {
  fill: currentColor;
  stroke: none;
}

.social-link .social-dot {
  fill: currentColor;
  stroke: none;
}

.social-link:active {
  transform: translateY(0) scale(0.96);
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask-image: var(--icon-mask);
  mask-image: var(--icon-mask);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.icon-arrow-down {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik0xMiA1djE0IiAvPgogIDxwYXRoIGQ9Im0xOSAxMi03IDctNy03IiAvPgo8L3N2Zz4K");
}

.icon-arrow-up {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Im01IDEyIDctNyA3IDciIC8+CiAgPHBhdGggZD0iTTEyIDE5VjUiIC8+Cjwvc3ZnPgo=");
}

.icon-arrow-up-right {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik03IDdoMTB2MTAiIC8+CiAgPHBhdGggZD0iTTcgMTcgMTcgNyIgLz4KPC9zdmc+Cg==");
}

.icon-chevron-left {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Im0xNSAxOC02LTYgNi02IiAvPgo8L3N2Zz4K");
}

.icon-chevron-right {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Im05IDE4IDYtNi02LTYiIC8+Cjwvc3ZnPgo=");
}

.icon-map-pin {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik0yMCAxMGMwIDQuOTkzLTUuNTM5IDEwLjE5My03LjM5OSAxMS43OTlhMSAxIDAgMCAxLTEuMjAyIDBDOS41MzkgMjAuMTkzIDQgMTQuOTkzIDQgMTBhOCA4IDAgMCAxIDE2IDAiIC8+CiAgPGNpcmNsZSBjeD0iMTIiIGN5PSIxMCIgcj0iMyIgLz4KPC9zdmc+Cg==");
}

.icon-menu {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik00IDVoMTYiIC8+CiAgPHBhdGggZD0iTTQgMTJoMTYiIC8+CiAgPHBhdGggZD0iTTQgMTloMTYiIC8+Cjwvc3ZnPgo=");
}

.icon-phone {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik0xMy44MzIgMTYuNTY4YTEgMSAwIDAgMCAxLjIxMy0uMzAzbC4zNTUtLjQ2NUEyIDIgMCAwIDEgMTcgMTVoM2EyIDIgMCAwIDEgMiAydjNhMiAyIDAgMCAxLTIgMkExOCAxOCAwIDAgMSAyIDRhMiAyIDAgMCAxIDItMmgzYTIgMiAwIDAgMSAyIDJ2M2EyIDIgMCAwIDEtLjggMS42bC0uNDY4LjM1MWExIDEgMCAwIDAtLjI5MiAxLjIzMyAxNCAxNCAwIDAgMCA2LjM5MiA2LjM4NCIgLz4KPC9zdmc+Cg==");
}

.icon-utensils {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik0zIDJ2N2MwIDEuMS45IDIgMiAyaDRhMiAyIDAgMCAwIDItMlYyIiAvPgogIDxwYXRoIGQ9Ik03IDJ2MjAiIC8+CiAgPHBhdGggZD0iTTIxIDE1VjJhNSA1IDAgMCAwLTUgNXY2YzAgMS4xLjkgMiAyIDJoM1ptMCAwdjciIC8+Cjwvc3ZnPgo=");
}

.icon-x {
  --icon-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik0xOCA2IDYgMTgiIC8+CiAgPHBhdGggZD0ibTYgNiAxMiAxMiIgLz4KPC9zdmc+Cg==");
}

.desktop-social {
  display: none;
}

.menu-toggle {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-content: center;
  gap: 7px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle .icon {
  display: block;
  width: 24px;
  height: 24px;
}

.menu-toggle .icon-x,
.menu-toggle[aria-expanded="true"] .icon-menu {
  display: none;
}

.menu-toggle[aria-expanded="true"] .icon-x {
  display: block;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: var(--z-menu);
  visibility: hidden;
  color: var(--white);
  background: var(--ink);
  opacity: 0;
  transition: opacity 220ms var(--ease-drawer), visibility 220ms var(--ease-drawer);
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.mobile-menu.is-instant,
.mobile-menu.is-instant nav a {
  transition-duration: 0ms;
}

.mobile-menu-inner {
  display: flex;
  width: min(calc(100% - 32px), var(--shell));
  min-height: 100%;
  margin-inline: auto;
  padding: calc(var(--header-height) + 48px) 0 32px;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-menu nav {
  display: grid;
  gap: 4px;
}

.mobile-menu nav a {
  padding: 10px 0;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 12vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  transform: translateY(18px);
  transition: color 160ms ease, opacity 220ms var(--ease-out), transform 220ms var(--ease-out);
}

.mobile-menu nav a:focus-visible {
  color: var(--accent);
}

.mobile-menu.is-open nav a {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu.is-open nav a:nth-child(2) {
  transition-delay: 35ms;
}

.mobile-menu.is-open nav a:nth-child(3) {
  transition-delay: 70ms;
}

.mobile-menu.is-open nav a:nth-child(4) {
  transition-delay: 105ms;
}

.mobile-menu.is-open nav a:nth-child(5) {
  transition-delay: 140ms;
}

.mobile-menu-footer {
  display: flex;
  padding-top: 30px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu-footer > a {
  font-weight: 700;
}

.hero {
  position: relative;
  display: flex;
  height: 100svh;
  min-height: 620px;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 38% 50%;
}

.hero-media {
  transform-origin: 40% 54%;
  animation: hero-breathe 16s var(--ease-in-out) infinite alternate;
  will-change: transform;
}

.hero-shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 12%, rgba(0, 0, 0, 0.14) 48%, rgba(0, 0, 0, 0.3) 100%);
}

.hero-orbit {
  position: absolute;
  top: 116px;
  right: -34px;
  z-index: 2;
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  pointer-events: none;
}

.hero-orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  animation: orbit-spin 14s linear infinite;
}

.hero-orbit-ring svg {
  display: none;
}

.hero-orbit-ring::before,
.hero-orbit-ring::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.hero-orbit-ring::before {
  top: 11px;
  left: 13px;
  width: 14px;
  height: 14px;
  background: var(--accent);
  box-shadow: 0 0 24px rgba(239, 90, 58, 0.72);
}

.hero-orbit-ring::after {
  right: 21px;
  bottom: 8px;
  width: 7px;
  height: 7px;
  background: var(--white);
}

.hero-orbit-mark {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2.3rem;
  font-weight: 800;
  animation: orbit-mark 3.6s var(--ease-in-out) infinite alternate;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(84px, 15vh, 144px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--white);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  text-wrap: balance;
}

h1 {
  max-width: 800px;
  margin-bottom: 18px;
  font-size: clamp(3.9rem, 17vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.86;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 28px;
  font-size: clamp(1.15rem, 4.4vw, 1.7rem);
  font-weight: 600;
  line-height: 1.25;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--button-radius);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 140ms var(--ease-out);
}

.button:active {
  transform: scale(0.97);
}

.button-accent {
  color: var(--ink);
  background: var(--accent);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.08);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.scroll-cue {
  position: absolute;
  right: 16px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.scroll-cue span {
  width: 1px;
  height: 18px;
  background: var(--white);
}

.scroll-cue span::after {
  display: block;
  width: 7px;
  height: 7px;
  margin: 10px 0 0 -3px;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  content: "";
  transform: rotate(45deg);
}

.quick-facts {
  color: var(--white);
  background: var(--ink);
}

.quick-facts-grid {
  display: grid;
  gap: 0;
}

.quick-facts p {
  display: flex;
  margin: 0;
  padding: 22px 0;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.quick-facts p:last-child {
  border-bottom: 0;
}

.quick-facts strong {
  font-size: 1rem;
}

.quick-facts span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.brand-loop {
  overflow: hidden;
  color: var(--ink);
  background: var(--accent);
}

.brand-loop-track {
  display: flex;
  width: max-content;
  animation: brand-marquee 24s linear infinite;
  will-change: transform;
}

.brand-loop p {
  margin: 0;
  padding: 24px 0;
  flex: none;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 6.5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.9;
  white-space: nowrap;
}

.brand-loop p span {
  display: inline-block;
  margin: 0 0.34em;
  color: var(--paper);
  font-size: 0.72em;
  transform: translateY(-0.08em);
}

.section {
  padding: clamp(82px, 11vw, 150px) 0;
}

.about-grid {
  display: grid;
  gap: 48px;
}

.about-media-stage {
  position: relative;
}

.about-copy {
  align-self: center;
}

h2 {
  max-width: 860px;
  margin-bottom: 26px;
  font-size: clamp(2.6rem, 9vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.about-copy > p {
  max-width: 620px;
  margin-bottom: 18px;
  color: #343a36;
  font-size: clamp(1rem, 2vw, 1.14rem);
}

.about-copy .text-link {
  margin-top: 10px;
}

.brand-seal {
  position: absolute;
  right: 16px;
  bottom: -46px;
  z-index: 2;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--accent);
  box-shadow: 0 18px 44px rgba(21, 25, 23, 0.2);
  pointer-events: none;
}

.brand-seal svg {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  overflow: visible;
  animation: seal-spin 18s linear infinite;
}

.brand-seal path {
  fill: none;
}

.brand-seal text {
  fill: currentColor;
  font-family: var(--font-body);
  font-size: 8.8px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.brand-seal span {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  animation: seal-pulse 3.2s var(--ease-in-out) infinite alternate;
}

.text-link,
.phone-link {
  display: inline-flex;
  min-height: 44px;
  padding-bottom: 5px;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  transition: transform 160ms var(--ease-out);
}

.text-link .icon,
.phone-link .icon,
.button-dark .icon,
.footer-bottom .icon {
  width: 1.05em;
  height: 1.05em;
}

.ratio-34 {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--media-radius);
  background: #d9ddd7;
}

.ratio-34 > img,
.ratio-34 > picture,
.ratio-34 > picture > img {
  width: 100%;
  height: 100%;
}

.ratio-34 > img,
.ratio-34 > picture > img {
  object-fit: cover;
}

.menu-section {
  color: var(--white);
  background: var(--ink);
}

.section-heading,
.reviews-intro {
  display: grid;
  gap: 20px;
  margin-bottom: 42px;
}

.section-heading h2,
.reviews-intro h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 400px;
  margin: 0;
  align-self: end;
  color: rgba(255, 255, 255, 0.65);
}

.gallery-section .section-heading > p {
  color: var(--muted);
}

.menu-grid {
  display: grid;
  gap: 48px;
}

.menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 16px;
}

.menu-item .ratio-34 {
  margin-bottom: 20px;
}

.menu-item-copy {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
}

.menu-item-copy .item-number {
  grid-row: 1 / 3;
  margin: 4px 0 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
}

.menu-item h3 {
  margin-bottom: 8px;
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}

.menu-item-copy > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.67);
}

.menu-facts {
  display: grid;
  margin: 68px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.menu-facts > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.menu-facts dt {
  font-weight: 800;
}

.menu-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.practical-media {
  display: block;
  overflow: hidden;
  border-radius: var(--media-radius);
  background: #d9ddd7;
}

.practical-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-grid {
  display: grid;
  gap: 14px;
}

.gallery-item {
  width: 100%;
  padding: 0;
  border: 0;
  cursor: zoom-in;
}

.gallery-item picture {
  transition: transform 220ms var(--ease-out), filter 220ms ease;
}

.gallery-item:focus-visible picture {
  transform: scale(1.025);
}

.gallery-item:active picture {
  transform: scale(1.01);
}

.reviews-section {
  background: var(--white);
}

.reviews-intro {
  align-items: end;
}

.rating-summary {
  display: grid;
  margin: 0;
  justify-items: start;
}

.rating-summary strong {
  font-family: var(--font-display);
  font-size: 4.6rem;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.rating-summary span,
.review-stars {
  color: var(--accent);
  letter-spacing: 0.08em;
}

.rating-summary small {
  margin-top: 6px;
  color: var(--muted);
}

.review-themes {
  display: grid;
  margin: 0 0 44px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.review-themes li {
  position: relative;
  padding: 16px 0 16px 25px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.review-themes li::before {
  position: absolute;
  top: 24px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  animation: theme-pulse 2.8s var(--ease-in-out) infinite alternate;
}

.review-themes li:nth-child(2)::before {
  animation-delay: -0.9s;
}

.review-themes li:nth-child(3)::before {
  animation-delay: -1.8s;
}

.review-grid {
  display: grid;
  border-top: 1px solid var(--line);
}

.review-card {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  border-bottom: 1px solid var(--line);
}

.practical-section {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 104px) 0;
  color: var(--ink);
  background: var(--accent);
}

.practical-section::before {
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  content: "";
  pointer-events: none;
  transform: translateX(-140%) skewX(-13deg);
  animation: practical-sweep 9s linear infinite;
  will-change: transform;
}

.practical-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(42px, 5vw, 72px);
}

.practical-lead h2 {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.practical-media {
  aspect-ratio: 4 / 3;
}

.practical-list {
  margin: 0;
  border-top: 1px solid rgba(21, 25, 23, 0.28);
}

.practical-list > div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(21, 25, 23, 0.28);
}

.practical-list dt {
  margin-bottom: 5px;
  font-weight: 800;
}

.practical-list dd {
  margin: 0;
  color: rgba(21, 25, 23, 0.7);
}

.review-stars span {
  color: #c7cac7;
}

.review-card blockquote {
  max-width: 460px;
  margin: 26px 0 34px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.review-person {
  display: flex;
  margin-top: auto;
  align-items: center;
  gap: 14px;
}

.review-person img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.review-person div {
  display: grid;
}

.review-person a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--muted);
  font-size: 0.82rem;
  text-decoration-color: rgba(21, 25, 23, 0.35);
  text-underline-offset: 3px;
}

.find-section {
  color: var(--white);
  background: var(--ink);
}

.find-grid {
  display: grid;
  gap: 54px;
}

.find-copy address {
  display: grid;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.find-copy address strong {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 1.2rem;
}

.find-copy .button-dark {
  color: var(--ink);
  background: var(--accent);
}

.phone-link {
  margin-left: 14px;
  color: var(--white);
}

.hours {
  max-width: 500px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hours h3 {
  margin-bottom: 16px;
  font-size: 1rem;
}

.hours dl,
.hours dd {
  margin: 0;
}

.hours dl > div {
  display: flex;
  padding: 9px 0;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hours dt {
  color: var(--white);
  font-weight: 700;
}

.map-wrap {
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--media-radius);
  background: #d8dad8;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

.site-footer {
  padding: 70px 0 24px;
  color: var(--white);
  background: #0c0f0e;
}

.footer-grid {
  display: grid;
  gap: 50px;
}

.footer-wordmark {
  display: inline-block;
  margin-bottom: 20px;
  font-size: clamp(2.8rem, 12vw, 5.6rem);
}

.footer-grid > div:first-child p {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.58);
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links a {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  text-underline-offset: 4px;
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom {
  display: flex;
  margin-top: 60px;
  padding-top: 20px;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
}

.mobile-action-bar {
  display: none;
}

.lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
  opacity: 0;
  transition: opacity 220ms var(--ease-out);
}

.lightbox[open] {
  opacity: 1;
}

.lightbox.is-closing {
  opacity: 0;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
}

.lightbox-frame {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 72px 16px 30px;
  place-items: center;
}

.lightbox figure {
  display: grid;
  width: min(82vw, 660px);
  height: min(76vh, 880px);
  margin: 0;
  grid-template-rows: 1fr auto;
  gap: 12px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out);
}

.lightbox.is-closing figure {
  opacity: 0;
  transform: scale(0.98);
}

.lightbox figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.lightbox figcaption {
  text-align: center;
}

.icon-button {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--white);
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 140ms var(--ease-out);
}

.icon-button:active {
  transform: scale(0.94);
}

.icon-button .icon {
  width: 22px;
  height: 22px;
}

.lightbox-close {
  top: 16px;
  right: 16px;
}

.lightbox-prev,
.lightbox-next {
  bottom: 22px;
}

.lightbox-prev {
  left: calc(50% - 58px);
}

.lightbox-next {
  right: calc(50% - 58px);
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-breathe {
  from {
    transform: scale(1.015);
  }

  to {
    transform: scale(1.07);
  }
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbit-mark {
  from {
    opacity: 0.62;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes brand-marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes seal-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes seal-pulse {
  from {
    opacity: 0.68;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes theme-pulse {
  from {
    opacity: 0.52;
    transform: scale(0.72);
  }

  to {
    opacity: 1;
    transform: scale(1.42);
  }
}

@keyframes practical-sweep {
  0%,
  24% {
    transform: translateX(-140%) skewX(-13deg);
  }

  76%,
  100% {
    transform: translateX(420%) skewX(-13deg);
  }
}

@keyframes gallery-float {
  from {
    transform: translateY(34px);
  }

  to {
    transform: translateY(54px);
  }
}

.hero-content > * {
  animation: hero-enter 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-content > :nth-child(2) {
  animation-delay: 70ms;
}

.hero-content > :nth-child(3) {
  animation-delay: 140ms;
}

.hero-content > :nth-child(4) {
  animation-delay: 210ms;
}

.motion-ready .motion-reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out);
  transition-delay: var(--motion-delay, 0ms);
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@starting-style {
  .lightbox[open] {
    opacity: 0;
  }

  .lightbox[open] figure {
    opacity: 0;
    transform: scale(0.96);
  }
}

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .social-link:hover {
    color: var(--ink);
    background: var(--white);
    transform: translateY(-2px);
  }

  .mobile-menu nav a:hover {
    color: var(--accent);
  }

  .button:hover {
    transform: translateY(-2px);
  }

  .hero .button:hover::after {
    transform: translate(3px, -3px);
  }

  .button-accent:hover {
    background: var(--white);
  }

  .button-ghost:hover {
    color: var(--ink);
    background: var(--white);
    border-color: var(--white);
  }

  .button-dark:hover {
    background: var(--accent-dark);
  }

  .find-copy .button-dark:hover {
    background: var(--white);
  }

  .text-link:hover span {
    transform: translate(3px, -3px);
  }

  .gallery-item:hover picture {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.035);
  }

  .footer-socials .social-link:hover {
    color: var(--ink);
  }

  .icon-button:hover {
    color: var(--ink);
    background: var(--white);
  }
}

@media (max-width: 679px) {
  body {
    padding-bottom: 64px;
  }

  .site-header .header-actions {
    gap: 7px;
  }

  .site-header .desktop-social {
    display: grid;
    width: 38px;
    height: 38px;
  }

  .site-header .desktop-social svg {
    width: 17px;
    height: 17px;
  }

  .site-header .menu-toggle {
    width: 42px;
  }

  .hero-orbit {
    top: 118px;
    right: 20px;
    width: 142px;
    height: 142px;
  }

  .hero-orbit-ring {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.44);
  }

  .hero-orbit-ring::before,
  .hero-orbit-ring::after {
    display: none;
  }

  .hero-orbit-ring svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .hero-orbit-ring circle {
    fill: none;
    stroke: rgba(255, 255, 255, 0.34);
    stroke-width: 0.7;
  }

  .hero-orbit-ring text {
    fill: var(--white);
    font-family: var(--font-body);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1.45px;
  }

  .hero-orbit-mark {
    color: var(--accent);
    font-size: 2.65rem;
  }

  .hero-content {
    padding-bottom: clamp(48px, 7vh, 64px);
  }

  .hero .eyebrow {
    margin-bottom: 14px;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
  }

  .hero h1 {
    max-width: none;
    margin-bottom: 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.45rem, 15.5vw, 4.15rem);
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 0.78;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hero-copy {
    max-width: 340px;
    margin-bottom: 30px;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.45;
  }

  .hero-cta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero .button {
    min-height: 64px;
    padding: 0 18px;
    justify-content: space-between;
    border-radius: 0;
    font-size: 0.85rem;
  }

  .hero .button::after {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    margin-left: 12px;
    flex: 0 0 auto;
    background: currentColor;
    content: "";
    -webkit-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik03IDdoMTB2MTAiIC8+CiAgPHBhdGggZD0iTTcgMTcgMTcgNyIgLz4KPC9zdmc+Cg==") center / contain no-repeat;
    mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik03IDdoMTB2MTAiIC8+CiAgPHBhdGggZD0iTTcgMTcgMTcgNyIgLz4KPC9zdmc+Cg==") center / contain no-repeat;
  }

  .hero .button-accent {
    background: var(--paper);
  }

  .hero .button-ghost {
    background: rgba(0, 0, 0, 0.16);
  }

  .scroll-cue {
    display: none;
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: var(--z-actions);
    display: grid;
    min-height: 64px;
    grid-template-columns: repeat(3, 1fr);
    color: var(--white);
    background: var(--ink);
    box-shadow: 0 -10px 30px rgba(12, 15, 14, 0.18);
    pointer-events: none;
    transform: translateY(110%);
    transition: transform 180ms var(--ease-out);
  }

  .mobile-action-bar.is-visible {
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-action-bar a {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-action-bar a:active {
    background: rgba(255, 255, 255, 0.1);
  }

  .mobile-action-bar a:focus-visible {
    outline-color: var(--white);
    outline-offset: -5px;
  }

  .mobile-action-bar .mobile-action-primary:active {
    background: var(--white);
  }

  .mobile-action-bar a:last-child {
    border-right: 0;
  }

  .mobile-action-bar .mobile-action-primary {
    color: var(--ink);
    background: var(--accent);
  }

  body.is-locked .mobile-action-bar {
    pointer-events: none;
    transform: translateY(110%);
  }

  .phone-link {
    display: flex;
    width: fit-content;
    margin: 16px 0 0;
  }
}

@media (max-width: 359px) {
  .hero .button {
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero .button::after {
    margin-left: 7px;
  }
}

@media (min-width: 680px) {
  .shell {
    width: min(calc(100% - 64px), var(--shell));
  }

  .site-header {
    width: min(calc(100% - 64px), var(--shell));
  }

  .quick-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quick-facts p {
    display: grid;
    padding: 26px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }

  .quick-facts p:first-child {
    padding-left: 0;
  }

  .quick-facts p:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
  }

  .brand-seal {
    right: auto;
    bottom: 54px;
    left: -48px;
  }

  .section-heading,
  .reviews-intro {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.35fr);
    align-items: end;
  }

  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .menu-item:nth-child(2) {
    margin-top: 74px;
  }

  .menu-facts {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
  }

  .menu-facts > div {
    display: block;
  }

  .menu-facts dt {
    margin-bottom: 6px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-themes {
    grid-template-columns: repeat(3, 1fr);
  }

  .review-themes li {
    border-right: 1px solid var(--line);
  }

  .review-themes li:last-child {
    border-right: 0;
  }

  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .review-card {
    min-height: 350px;
    padding: 30px 24px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .review-card:first-child {
    padding-left: 0;
  }

  .review-card:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .find-grid {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(140px, 0.45fr) minmax(180px, 0.55fr);
  }

  .lightbox-frame {
    padding: 40px 86px;
  }

  .lightbox-close {
    top: 24px;
    right: 24px;
  }

  .lightbox-prev,
  .lightbox-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .lightbox-prev {
    left: 24px;
  }

  .lightbox-next {
    right: 24px;
  }

  .lightbox-prev:active,
  .lightbox-next:active {
    transform: translateY(-50%) scale(0.94);
  }
}

@media (min-width: 960px) {
  .desktop-nav,
  .desktop-social {
    display: flex;
  }

  .menu-toggle,
  .mobile-menu {
    display: none;
  }

  .hero-content {
    display: grid;
    padding-bottom: clamp(72px, 9vh, 102px);
    grid-template-columns: minmax(0, 1.75fr) minmax(310px, 0.78fr);
    grid-template-areas:
      "eyebrow copy"
      "title cta";
    align-items: end;
    column-gap: clamp(42px, 5.5vw, 82px);
    row-gap: 15px;
  }

  .hero .eyebrow {
    grid-area: eyebrow;
    margin: 0;
    font-size: 0.74rem;
    letter-spacing: 0.2em;
  }

  .hero h1 {
    grid-area: title;
    max-width: none;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(6.2rem, 9.5vw, 9.4rem);
    font-weight: 400;
    letter-spacing: -0.065em;
    line-height: 0.72;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hero-copy {
    grid-area: copy;
    max-width: 350px;
    margin: 0;
    font-size: clamp(1.05rem, 1.45vw, 1.34rem);
    font-weight: 600;
    line-height: 1.42;
  }

  .hero-cta {
    display: grid;
    grid-area: cta;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .hero .button {
    min-height: 58px;
    padding: 0 20px;
    justify-content: space-between;
    border-radius: 0;
    font-size: 0.84rem;
  }

  .hero .button::after {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    margin-left: 18px;
    flex: 0 0 auto;
    background: currentColor;
    content: "";
    -webkit-mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik03IDdoMTB2MTAiIC8+CiAgPHBhdGggZD0iTTcgMTcgMTcgNyIgLz4KPC9zdmc+Cg==") center / contain no-repeat;
    mask: url("data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9IndoaXRlIgogIHN0cm9rZS13aWR0aD0iMiIKICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKPgogIDxwYXRoIGQ9Ik03IDdoMTB2MTAiIC8+CiAgPHBhdGggZD0iTTcgMTcgMTcgNyIgLz4KPC9zdmc+Cg==") center / contain no-repeat;
    transition: transform 160ms var(--ease-out);
  }

  .hero .button-accent {
    background: var(--paper);
  }

  .hero .button-ghost {
    border-color: rgba(255, 255, 255, 0.66);
    background: rgba(0, 0, 0, 0.16);
  }

  .hero-orbit {
    top: clamp(112px, 15vh, 154px);
    right: max(44px, calc((100vw - var(--shell)) / 2));
    width: clamp(164px, 13vw, 190px);
    height: clamp(164px, 13vw, 190px);
  }

  .hero-orbit-ring {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.44);
  }

  .hero-orbit-ring::before,
  .hero-orbit-ring::after {
    display: none;
  }

  .hero-orbit-ring svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .hero-orbit-ring circle {
    fill: none;
    stroke: rgba(255, 255, 255, 0.34);
    stroke-width: 0.7;
  }

  .hero-orbit-ring text {
    fill: var(--white);
    font-family: var(--font-body);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1.45px;
  }

  .hero-orbit-mark {
    font-size: 3.1rem;
  }

  .scroll-cue {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-bottom: 44px;
  }

  .gallery-item:nth-child(3n + 2) {
    animation: gallery-float 6.4s var(--ease-in-out) infinite alternate;
    will-change: transform;
  }

  .gallery-item:nth-child(5) {
    animation-delay: -3.2s;
  }

  .practical-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: start;
    gap: clamp(42px, 5vw, 72px);
  }

  .practical-lead h2 {
    font-size: clamp(3.2rem, 5.6vw, 5rem);
  }

  .practical-list {
    margin-top: clamp(136px, calc(11vw + 26px), 185px);
  }

  .practical-list > div {
    display: grid;
    grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
    gap: 28px;
  }

  .practical-list dt {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-media,
  .hero-orbit-ring,
  .hero-orbit-mark,
  .brand-loop-track,
  .brand-seal svg,
  .brand-seal span,
  .review-themes li::before,
  .practical-section::before,
  .gallery-item:nth-child(3n + 2),
  .hero-content > * {
    animation: none !important;
  }

  .hero-media,
  .hero-orbit-mark,
  .brand-seal span {
    transform: none !important;
  }

  .brand-loop p[aria-hidden="true"],
  .practical-section::before {
    display: none;
  }

  .motion-ready .motion-reveal,
  .motion-ready .motion-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}
