@font-face { font-family: 'Suisse Intl'; src: url('assets/suisse-intl.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
:root {
  --paper: #f7f7f7;
  --ink: #1b1b1b;
  --muted: #7d7d7d;
  --duration-quick: 150ms;
  --duration-fast: 250ms;
  --ease-smooth-out: cubic-bezier(.22,1,.36,1);
  --stagger-dur: 500ms;
  --stagger-distance: 12px;
  --stagger-stagger: 40ms;
  --stagger-blur: 3px;
  --stagger-ease: cubic-bezier(.22,1,.36,1);
}
* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; color: var(--ink); font-family: 'Suisse Intl', Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #1483a8; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 24px; background: white; padding: 12px 20px; z-index: 20; }
.skip-link:focus { top: 15px; }
.header { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(1240px, calc(100% - 96px)); height: 83px; display: flex; align-items: center; gap: 37px; z-index: 10; }
.header::before { content: ''; position: absolute; z-index: -1; inset: 0 calc(50% - 50vw) -30px; background: linear-gradient(var(--paper) 5%, #f7f7f7c9 55%, #f7f7f700); pointer-events: none; }
.wordmark { display: flex; align-items: center; gap: 5px; flex-shrink: 0; font-size: 20px; font-weight: 600; letter-spacing: -1px; }
.wordmark svg { width: 25px; height: 21px; }
.primary-nav, .utility-nav { display: flex; align-items: center; gap: 34px; }
.utility-nav { margin-left: auto; gap: 40px; }
.header nav a, .header summary, .header .nav-label { font-size: 14px; line-height: 1.5; white-space: nowrap; transition: opacity var(--duration-quick) ease-out; }
.nav-item { position: relative; }
.nav-item summary { cursor: pointer; list-style: none; padding-block: 10px; }
.nav-item summary::-webkit-details-marker { display: none; }
.nav-panel { display: flex; flex-direction: column; position: absolute; top: calc(100% + 8px); left: -16px; min-width: 210px; gap: 6px; padding: 12px; border: 1px solid #eaeaea; border-radius: 10px; background: #fdfdfdfa; backdrop-filter: blur(20px); box-shadow: 0 10px 30px #0000000a; }
.nav-panel a, .nav-panel .nav-label { padding: 8px 10px; border-radius: 4px; }
.nav-panel a:hover { background: #f0f0ef; }
.hero { height: 100svh; min-height: 600px; position: relative; overflow: clip; isolation: isolate; }
.landscape { position: absolute; inset: 0; overflow: hidden; touch-action: none; cursor: grab; }
html.is-dragging-background, html.is-dragging-background * { cursor: grabbing !important; user-select: none !important; }
.scene { position: absolute; width: 1900px; left: 50%; top: 50%; margin-left: -950px; transform: translateY(-50%) scale(var(--scene-scale, 1)); transform-origin: center center; }
.hero-copy { position: absolute; top: 44.1%; width: min(640px, calc(100% - 36px)); left: 50%; transform: translateX(-50%); text-align: center; z-index: 3; }
h1 { margin: 0; font-size: clamp(40px, 2.53vw, 54px); font-weight: 400; line-height: 1.16; letter-spacing: -.052em; text-wrap: balance; }
.hero-copy p { font-size: 14px; font-weight: 400; line-height: 1.22; color: var(--muted); margin: 13px auto 25px; text-wrap: pretty; }
.actions { display: flex !important; justify-content: center; gap: 6px; pointer-events: auto; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 33px; padding: 8px 13px; border: 0; border-radius: 4px; font-size: 14px; line-height: 1.2; letter-spacing: -.2px; transition: transform var(--duration-quick) ease-out, background-color var(--duration-quick) ease-out, box-shadow var(--duration-quick) ease-out; }
.button-primary { color: #fff; background: #191919; font-weight: 500; }
.button-secondary { background: #eeeeed; }
.button:not(:disabled):active { transform: scale(.96); }
.button:disabled { cursor: not-allowed; }
.tile { position: absolute; width: var(--size); height: var(--size); margin-left: calc(var(--size) / -2); margin-top: calc(var(--size) / -2); user-select: none; -webkit-user-select: none; }
.tile-position { height: 100%; will-change: transform; }
.tile-inner { position: relative; height: 100%; display: grid; place-items: center; transition: transform 400ms var(--ease-smooth-out); }
.tile-art { position: absolute; inset: 0; background-image: url('assets/landscape-atlas.png'); background-size: 400% 300%; background-position: var(--photo-x) var(--photo-y); border-radius: 30px; -webkit-mask-image: linear-gradient(to right,transparent,#000 10%,#000 90%,transparent),linear-gradient(to bottom,transparent,#000 10%,#000 90%,transparent); -webkit-mask-composite: source-in; mask-image: linear-gradient(to right,transparent,#000 10%,#000 90%,transparent),linear-gradient(to bottom,transparent,#000 10%,#000 90%,transparent); mask-composite: intersect; filter: blur(3px) saturate(1.04); transition: filter 650ms var(--ease-smooth-out); }
.tile::after { content: attr(data-label); position: absolute; bottom: 24px; left: 50%; transform: translate(-50%,8px); padding: 7px 10px; background: #161616; color: white; font-size: 10px; border-radius: 4px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity var(--duration-fast) ease, transform var(--duration-fast) var(--ease-smooth-out); }
.tile-detail { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; clip-path: inset(var(--detail-top) 19% var(--detail-bottom) 19% round 6%); pointer-events: none; }
.phone-tile .tile-detail { clip-path: inset(20% 19% 0 19% round 10% 10% 0 0); -webkit-mask-image: linear-gradient(#000 85%,transparent 100%); mask-image: linear-gradient(#000 85%,transparent 100%); }
.menu-toggle, .mobile-menu { display: none; }
/* Transitions.dev: texts reveal, original recipe and state hooks. */
.t-stagger-line {
  display: block;
  opacity: 0;
  transform: translateY(var(--stagger-distance));
  filter: blur(var(--stagger-blur));
  transition:
    opacity   var(--stagger-dur) var(--stagger-ease),
    transform var(--stagger-dur) var(--stagger-ease),
    filter    var(--stagger-dur) var(--stagger-ease);
  will-change: transform, opacity, filter;
}
.t-stagger-line--2 { transition-delay: var(--stagger-stagger); }
.t-stagger.is-shown .t-stagger-line { opacity: 1; transform: translateY(0); filter: blur(0); }
.t-stagger.is-hiding .t-stagger-line {
  opacity: 0;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 200ms ease,
    transform 0s linear,
    filter 0s linear;
  transition-delay: 0s;
}
.t-stagger-line--3 { transition-delay: calc(var(--stagger-stagger) * 2); }
@media (hover: hover) {
  .header nav a:hover { opacity: .52; }
  .button-primary:not(:disabled):hover { background: #353535; box-shadow: 0 3px 10px #00000012; }
  .button-secondary:not(:disabled):hover { background: #e6e6e4; }
  .landscape:not(.is-dragging) .tile:hover { z-index: 2; }
  .landscape:not(.is-dragging) .tile:hover .tile-inner { transform: translateY(-8px) scale(1.2); }
  .landscape:not(.is-dragging) .tile:hover .tile-art { filter: blur(.5px) saturate(1.1); }
  .landscape:not(.is-dragging) .tile:hover::after { opacity: 1; transform: translate(-50%,0); }
}
@media (min-width: 2100px) { .hero-copy p { font-size: 16px; } }
@media (max-width: 1100px) {
  .header { width: calc(100% - 64px); gap: 26px; }
  .primary-nav, .utility-nav { gap: 22px; }
  .wordmark { font-size: 19px; }
  .hero-copy { top: 43%; }
}
@media (max-width: 760px) {
  .header { height: 76px; width: calc(100% - 40px); justify-content: space-between; }
  .header::before { bottom: -16px; }
  .primary-nav, .utility-nav { display: none; }
  .wordmark { font-size: 22px; }
  .wordmark svg { width: 27px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; border: 0; border-radius: 6px; background: transparent; flex-direction: column; align-items: center; justify-content: center; gap: 6px; z-index: 2; }
  .menu-toggle span { width: 21px; height: 1.5px; background: var(--ink); transition: transform var(--duration-fast) var(--ease-smooth-out); }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-menu { display: flex; position: absolute; top: 70px; left: 0; right: 0; padding: 20px; border-radius: 12px; flex-direction: column; gap: 20px; background: #fdfdfdfa; backdrop-filter: blur(20px); box-shadow: 0 12px 35px #0000000d; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity var(--duration-fast) var(--ease-smooth-out), transform var(--duration-fast) var(--ease-smooth-out), visibility var(--duration-fast); }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .header .mobile-menu a, .header .mobile-menu .nav-label { font-size: 16px; padding: 3px 0; }
  .hero { min-height: 650px; }
  .hero-copy { top: 42%; width: calc(100% - 34px); }
  h1 { font-size: clamp(36px, 9vw, 50px); letter-spacing: -.052em; }
  .hero-copy p { max-width: 345px; font-size: 15px; line-height: 1.4; margin: 16px auto 22px; }
  .desktop-break { display: none; }
  .button { min-height: 42px; padding: 11px 15px; }
  .tile::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .landscape { cursor: default; touch-action: auto; }
  .t-stagger-line { transition: none !important; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
}
