/* GENERATED by build.py — do not edit. Visual values live in tokens.css;
   copy lives in site.config.json. */

/* base (ported from the design export's helmet styles) */
html, body { margin: 0; padding: 0; background: var(--color-cream); }
* { box-sizing: border-box; }
body { font-family: var(--font-body); overflow-wrap: break-word; }
input { font-family: var(--font-body); }
img { max-width: 100%; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes slideDown { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } }
@keyframes cueDrop { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* accessibility: skip link (visually hidden until keyboard-focused) */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--color-brand); color: var(--color-white); padding: 12px 20px; font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; }
.skip-link:focus { left: 0; }

/* accessibility: visible keyboard focus (the extracted input class suppresses
   the default outline, so :focus-visible restores one at higher specificity) */
input:focus-visible, a:focus-visible { outline: 2px solid var(--color-brand); outline-offset: 2px; }

/* accessibility: honor reduced-motion (kills the infinite scroll cue, hero
   zoom, entrance rises and view()-timeline reveals; statics are all visible) */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto !important; }
}

/* WebGL circular gallery (gallery page) */
.circular-gallery { width: 100%; height: 100%; overflow: hidden; cursor: grab; }
.circular-gallery:active { cursor: grabbing; }
.circular-gallery:focus-visible { outline: 2px solid var(--color-brand-soft); outline-offset: 4px; }

/* scroll-snap fallback strip: the no-JS / no-WebGL gallery content */
.gallery-fallback { display: flex; align-items: center; gap: 14px; height: 100%; padding: 24px var(--gutter-x); overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.gallery-fallback .gf-item { flex: 0 0 auto; height: 86%; margin: 0; position: relative; scroll-snap-align: center; }
.gallery-fallback .gf-item img { height: 100%; width: auto; display: block; border-radius: 4px; }
.gallery-fallback .gf-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 14px 12px; background: linear-gradient(transparent, rgba(0,0,0,0.55)); color: var(--color-white); font-weight: 600; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 0 0 4px 4px; }

/* extracted component classes */
.c0 { font-family: var(--font-body); color: var(--color-body); background: var(--color-cream); min-height: 100vh; display: flex; flex-direction: column; }
.c1 { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(251,249,246,0.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--color-line); animation: slideDown 0.3s ease both; }
.c2 { max-width: var(--width-shell); margin: 0 auto; padding: 10px var(--gutter-x); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.c3 { cursor: pointer; text-decoration: none; color: var(--color-ink); font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; }
.c4 { display: flex; align-items: center; column-gap: 22px; row-gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.c5 { cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: var(--color-brand); transition: color 0.2s ease; }
.c5:hover { color: var(--color-brand); }
.c6 { cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: var(--color-ink); transition: color 0.2s ease; }
.c6:hover { color: var(--color-brand); }
.c7 { font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; color: var(--color-white); background: var(--color-brand); padding: 9px 18px; border-radius: 3px; transition: all 0.2s ease; }
.c7:hover { background: var(--color-brand-dark); }
.c8 { background: var(--color-cream); border-bottom: 1px solid var(--color-line); }
.c9 { max-width: var(--width-shell); margin: 0 auto; padding: 26px var(--gutter-x) 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.c10 { cursor: pointer; text-decoration: none; color: var(--color-ink); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.c11 { font-family: var(--font-display); font-weight: 600; font-size: 46px; letter-spacing: 0.18em; line-height: 1; text-transform: uppercase; margin-left: 0.18em; white-space: nowrap; }
.c12 { font-weight: 500; font-size: 10px; letter-spacing: 0.52em; text-transform: uppercase; color: var(--color-brand); margin-left: 0.52em; white-space: nowrap; }
.c13 { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; justify-self: end; }
.c14 { display: flex; align-items: center; gap: 8px; }
.c15 { font-size: 13px; }
.c16 { font-size: 14px; font-weight: 700; color: var(--color-ink); text-decoration: none; }
.c17 { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; color: var(--color-white); background: var(--color-brand); padding: 10px 20px; border-radius: 3px; transition: all 0.2s ease; }
.c17:hover { background: var(--color-brand-dark); }
.c18 { max-width: var(--width-shell); margin: 0 auto; padding: 16px var(--gutter-x) 0; display: flex; justify-content: center; flex-wrap: wrap; column-gap: 30px; row-gap: 8px; }
.c19 { cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: var(--color-brand); border-bottom: 3px solid var(--color-brand); padding: 4px 2px 12px; transition: color 0.2s ease; }
.c19:hover { color: var(--color-brand); }
.c20 { cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: var(--color-ink); border-bottom: 3px solid transparent; padding: 4px 2px 12px; transition: color 0.2s ease; }
.c20:hover { color: var(--color-brand); }
.c21 { font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; white-space: nowrap; color: var(--color-ink); border-bottom: 3px solid transparent; padding: 4px 2px 12px; transition: color 0.2s ease; }
.c21:hover { color: var(--color-brand); }
.c22 { flex: 1; }
.c23 { position: relative; height: 740px; overflow: hidden; }
.c24 { position: absolute; inset: 0; animation: heroZoom 14s ease-out both; }
.c25 { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.c26 { position: absolute; inset: 0; background: linear-gradient(rgba(24,18,14,0.3), rgba(24,18,14,0.44)); pointer-events: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; padding: var(--gutter-x); text-align: center; color: var(--color-white); left: -100px; top: -44px; }
.c27 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 74px; line-height: 1.05; letter-spacing: 0.06em; text-transform: uppercase; text-shadow: 0 2px 24px rgba(0,0,0,0.4); animation: rise 0.9s ease both; }
.c28 { margin: 0; font-weight: 300; font-size: 21px; letter-spacing: 0.03em; text-shadow: 0 1px 12px rgba(0,0,0,0.45); animation: rise 0.9s ease 0.15s both; }
.c29 { pointer-events: auto; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; color: var(--color-white); background: var(--color-brand); padding: 15px 36px; border-radius: 3px; transition: all 0.2s ease; animation: rise 0.9s ease 0.3s both; }
.c29:hover { background: var(--color-brand-dark); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.c30 { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 16px; animation: rise 0.9s ease 0.45s both; }
.c31 { font-weight: 400; font-size: 17px; letter-spacing: 0.04em; }
.c32 { display: flex; flex-wrap: wrap; justify-content: center; column-gap: 42px; row-gap: 14px; }
.c33 { display: flex; align-items: center; gap: 12px; }
.c34 { width: 40px; height: 40px; border: 1.5px solid rgba(255,255,255,0.85); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.c35 { font-weight: 400; font-size: 16px; }
.c36 { position: absolute; bottom: 20px; left: 50%; width: 1.5px; height: 40px; background: rgba(255,255,255,0.8); animation: cueDrop 2.4s ease-in-out infinite; }
.c37 { display: grid; grid-template-columns: repeat(4, 1fr); }
.c38 { overflow: hidden; }
.c39 { width: 100%; height: 320px; transition: transform 0.6s ease; object-fit: cover; display: block; }
.c39:hover { transform: scale(1.05); }
.c40 { max-width: var(--width-standard); margin: 0 auto; padding: 96px var(--gutter-x) 84px; display: flex; flex-direction: column; align-items: center; gap: 28px; animation: rise 0.8s ease both; animation-timeline: view(); animation-range: entry 0% entry 35%; }
.c41 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 42px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-brand); text-align: center; }
.c42 { margin: 0; font-weight: 400; font-size: 17px; line-height: 1.75; text-align: center; max-width: 76ch; color: var(--color-body); }
.c43 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; width: 100%; margin-top: 16px; }
.c44 { position: relative; overflow: hidden; box-shadow: 0 3px 16px rgba(50,35,25,0.08); }
.c45 { width: 100%; height: 220px; transition: transform 0.6s ease; object-fit: cover; display: block; }
.c45:hover { transform: scale(1.05); }
.c46 { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px; background: linear-gradient(transparent, rgba(0,0,0,0.58)); pointer-events: none; display: flex; justify-content: center; }
.c47 { color: var(--color-white); font-weight: 600; font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase; }
.c48 { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; row-gap: 14px; margin-top: 20px; }
.c49 { display: flex; flex-direction: column; gap: 14px; }
.c50 { width: 22px; height: 22px; border: 1.5px solid var(--color-brand); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c51 { font-size: 16px; color: var(--color-ink); }
.c52 { margin: 24px 0 0; font-size: 16.5px; line-height: 1.75; text-align: center; max-width: 78ch; color: var(--color-body); }
.c53 { background: var(--color-brand); display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.c54 { padding: 100px 76px; display: flex; flex-direction: column; justify-content: center; gap: 24px; color: var(--color-white); }
.c55 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: 0.08em; text-transform: uppercase; }
.c56 { width: 300px; max-width: 100%; height: 2px; background: rgba(255,255,255,0.85); }
.c57 { margin: 0; font-weight: 700; font-size: 16.5px; line-height: 1.8; }
.c58 { margin: 0; font-weight: 400; font-size: 16.5px; line-height: 1.8; }
.c59 { width: 100%; height: 100%; min-height: 540px; object-fit: cover; display: block; }
.c60 { max-width: var(--width-narrow); margin: 0 auto; padding: 96px var(--gutter-x); display: flex; flex-direction: column; align-items: center; gap: 48px; animation: rise 0.8s ease both; animation-timeline: view(); animation-range: entry 0% entry 30%; }
.c61 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; width: 100%; }
.c62 { display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 20px rgba(50,35,25,0.08); background: var(--color-white); transition: all 0.25s ease; }
.c62:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(50,35,25,0.13); }
.c63 { width: 100%; overflow: hidden; }
.c64 { width: 100%; height: 420px; object-fit: cover; display: block; }
.c65 { width: 100%; border: 1px solid var(--color-line-card); border-top: 0; padding: 26px 24px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.c66 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-ink); text-align: center; }
.c67 { display: flex; justify-content: center; gap: 40px; }
.c68 { font-size: 15px; color: var(--color-ink); }
.c69 { font-family: var(--font-display); font-weight: 600; font-size: 24px; color: var(--color-ink); letter-spacing: 0.02em; }
.c70 { cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; color: var(--color-white); background: var(--color-brand); padding: 13px 28px; border-radius: 3px; transition: all 0.2s ease; }
.c70:hover { background: var(--color-brand-dark); }
.c71 { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--color-muted); text-align: center; max-width: 68ch; }
.c72 { background: var(--color-cream); border-top: 1px solid var(--color-line-soft); padding: 84px var(--gutter-x) 92px; }
.c73 { max-width: var(--width-standard); margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 40px; animation: rise 0.8s ease both; animation-timeline: view(); animation-range: entry 0% entry 35%; }
.c74 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; width: 100%; }
.c75 { background: var(--color-white); border: 1px solid var(--color-line-soft); box-shadow: 0 3px 16px rgba(50,35,25,0.06); padding: 34px 30px; display: flex; flex-direction: column; gap: 14px; transition: all 0.25s ease; }
.c75:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(50,35,25,0.11); }
.c76 { color: var(--color-brand); font-size: 17px; letter-spacing: 0.2em; }
.c77 { margin: 0; font-family: var(--font-display); font-style: italic; font-size: 18px; line-height: 1.65; color: var(--color-body); }
.c78 { font-weight: 600; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--color-ink); margin-top: auto; }
.c79 { font-size: 12px; color: var(--color-hint); text-align: center; }
.c80 { background: var(--color-brand); padding: 84px var(--gutter-x); }
.c81 { max-width: var(--width-narrow); margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 40px; }
.c82 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 42px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-white); text-align: center; }
.c83 { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 185px; gap: 14px; width: 100%; }
.c84 { grid-column: span 2; grid-row: span 2; overflow: hidden; }
.c85 { width: 100%; height: 100%; transition: transform 0.6s ease; object-fit: cover; display: block; }
.c85:hover { transform: scale(1.05); }
.c86 { grid-column: span 1; grid-row: span 1; overflow: hidden; }
.c87 { cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; color: var(--color-white); border: 1px solid rgba(255,255,255,0.9); padding: 14px 34px; transition: all 0.2s ease; }
.c87:hover { background: var(--color-white); color: var(--color-brand); }
.c88 { max-width: var(--width-wide); margin: 0 auto; padding: 96px var(--gutter-x) 104px; display: flex; flex-direction: column; gap: 48px; animation: rise 0.8s ease both; animation-timeline: view(); animation-range: entry 0% entry 30%; }
.c89 { display: grid; grid-template-columns: 1.4fr 1fr; align-items: stretch; }
.c90 { width: 100%; height: 470px; border: 0; filter: saturate(0.85); }
.c91 { border: 1px solid var(--color-brand); margin: 28px 0 28px -1px; padding: 44px 38px; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: var(--color-white); }
.c92 { display: flex; align-items: flex-start; gap: 16px; }
.c93 { width: 38px; height: 38px; background: var(--color-brand); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c94 { display: flex; flex-direction: column; gap: 4px; }
.c95 { font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-muted); }
.c96 { font-size: 16px; font-weight: 700; color: var(--color-ink); text-decoration: none; }
.c97 { font-size: 16px; font-weight: 700; color: var(--color-ink); }
.c98 { display: flex; flex-direction: column; gap: 6px; }
.c99 { font-size: 15px; line-height: 1.8; color: var(--color-ink); }
.c100 { background: var(--color-espresso); color: var(--color-footer-text); }
.c101 { max-width: var(--width-wide); margin: 0 auto; padding: 60px var(--gutter-x) 36px; display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center; }
.c102 { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.c103 { font-family: var(--font-display); font-weight: 600; font-size: 30px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-white); margin-left: 0.18em; }
.c104 { font-size: 10px; font-weight: 500; letter-spacing: 0.44em; text-transform: uppercase; color: var(--color-brand-soft); margin-left: 0.44em; }
.c105 { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.c106 { font-size: 13.5px; }
.c107 { font-size: 13.5px; color: var(--color-footer-text); text-decoration: none; transition: color 0.2s ease; }
.c107:hover { color: var(--color-white); }
.c108 { display: flex; justify-content: center; column-gap: 24px; row-gap: 8px; flex-wrap: wrap; }
.c109 { cursor: pointer; font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-footer-link); text-decoration: none; transition: color 0.2s ease; }
.c109:hover { color: var(--color-white); }
.c110 { font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-footer-link); text-decoration: none; transition: color 0.2s ease; }
.c110:hover { color: var(--color-white); }
.c111 { border-top: 1px solid var(--color-footer-line); padding-top: 22px; width: 100%; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.c112 { font-size: 12px; color: var(--color-footer-dim); }
.c113 { max-width: var(--width-standard); margin: 0 auto; padding: 80px var(--gutter-x) 104px; display: flex; flex-direction: column; gap: 48px; }
.c114 { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.c115 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 46px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-brand); }
.c116 { margin: 0; font-size: 16.5px; line-height: 1.75; color: var(--color-body); max-width: 70ch; }
.c117 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.c118 { border: 1px solid var(--color-line-card); background: var(--color-white); box-shadow: 0 3px 16px rgba(50,35,25,0.06); padding: 36px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; transition: all 0.25s ease; }
.c118:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(50,35,25,0.11); }
.c119 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 26px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-ink); }
.c120 { font-family: var(--font-display); font-weight: 600; font-size: 22px; color: var(--color-ink); }
.c121 { margin: 0; font-size: 15px; line-height: 1.7; color: var(--color-body); }
.c122 { display: flex; gap: 14px; margin-top: 6px; }
.c123 { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; color: var(--color-white); background: var(--color-brand); padding: 12px 20px; border-radius: 3px; transition: all 0.2s ease; }
.c123:hover { background: var(--color-brand-dark); }
.c124 { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; color: var(--color-brand); border: 1px solid var(--color-brand); padding: 12px 20px; border-radius: 3px; transition: all 0.2s ease; }
.c124:hover { background: var(--color-brand); color: var(--color-white); }
.c125 { border: 1px solid var(--color-line-card); background: var(--color-sand); padding: 24px 28px; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.c126 { margin: 0; font-weight: 600; font-size: 15px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-ink); }
.c127 { font-size: 14px; color: var(--color-muted); }
.c128 { background: var(--color-espresso); padding: 64px 0 76px; }
.c129 { max-width: var(--width-standard); margin: 0 auto; padding: 0 var(--gutter-x); display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.c130 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 46px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-white); }
.c131 { margin: 0; font-size: 12.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-brand-soft); }
.c132 { position: relative; height: 600px; margin-top: 36px; overflow: hidden; }
.c133 { max-width: var(--width-standard); margin: 0 auto; padding: 80px var(--gutter-x) 104px; display: flex; flex-direction: column; gap: 32px; }
.c134 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 30px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-brand); text-align: center; }
.c135 { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 210px; gap: 14px; }
.c136 { max-width: var(--width-standard); margin: 0 auto; padding: 80px var(--gutter-x) 104px; display: flex; flex-direction: column; align-items: center; gap: 48px; }
.c137 { margin: 0; font-size: 16.5px; line-height: 1.75; color: var(--color-body); max-width: 78ch; }
.c138 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; width: 100%; }
.c139 { border: 1px solid var(--color-line-card); background: var(--color-white); padding: 38px; display: flex; flex-direction: column; gap: 16px; }
.c140 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-brand); }
.c141 { max-width: var(--width-prose); margin: 0 auto; padding: 80px var(--gutter-x) 104px; display: flex; flex-direction: column; gap: 40px; }
.c142 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 46px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-brand); text-align: center; }
.c143 { border-top: 1px solid var(--color-line); padding-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.c144 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-ink); }
.c145 { margin: 0; font-size: 16px; line-height: 1.75; color: var(--color-body); }
.c146 { margin: 0; font-size: 13px; line-height: 1.7; color: var(--color-faint); text-align: center; }
.c147 { max-width: var(--width-wide); margin: 0 auto; padding: 80px var(--gutter-x) 104px; display: flex; flex-direction: column; gap: 48px; }
.c148 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.c149 { display: flex; flex-direction: column; gap: 30px; }
.c150 { width: 100%; height: 280px; border: 1px solid var(--color-line); filter: saturate(0.85); }
.c151 { border: 1px solid var(--color-brand); background: var(--color-white); box-shadow: 0 4px 20px rgba(50,35,25,0.07); padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.c152 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 28px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-ink); text-align: center; }
.c153 { width: 100%; border: 0; min-height: 700px; }
.c154 { font-size: 12px; line-height: 1.6; color: var(--color-faint); text-align: center; }
.c155 { max-width: var(--width-standard); margin: 0 auto; padding: 46px var(--gutter-x) 70px; display: flex; flex-direction: column; gap: 30px; }
.c156 { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; color: var(--color-brand); }
.c157 { display: flex; flex-direction: column; gap: 8px; }
.c158 { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 42px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-ink); }
.c159 { font-size: 15px; color: var(--color-muted); }
.c160 { font-size: 14px; color: var(--color-brand); font-weight: 600; }
.c161 { width: 100%; height: 100%; object-fit: cover; display: block; }
.c162 { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 22px; padding: 26px 0; border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.c163 { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.c164 { font-family: var(--font-display); font-weight: 600; font-size: 30px; color: var(--color-brand); }
.c165 { font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-muted); }
.c166 { display: flex; flex-wrap: wrap; gap: 14px; }
.c167 { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 15px 26px; border-radius: 3px; transition: all 0.2s ease; color: var(--color-white); background: var(--color-brand); }
.c168 { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 15px 26px; border-radius: 3px; transition: all 0.2s ease; color: var(--color-brand); background: var(--color-white); border: 1px solid var(--color-brand); }
.c169 { margin: 0; font-size: 16px; line-height: 1.8; color: var(--color-body); max-width: 78ch; }
.c170 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.c171 { display: flex; flex-direction: column; gap: 10px; }
.c172 { margin: 0; padding: 0 0 0 18px; }
.c173 { font-size: 15px; line-height: 2; color: var(--color-body); }


/* responsive: gallery scroll-snap strip on small screens */
@media (max-width: 600px) {
  .gallery-fallback { padding: 16px 18px; gap: 10px; }
  .gallery-fallback .gf-item figcaption { font-size: 12px; padding: 14px 10px 10px; }
}

/* responsive: fluid display type */
.c3 { font-size: clamp(19px, calc(19px + (100vw - 390px) * 0.0042), 22px); }
.c11 { font-size: clamp(30px, calc(30px + (100vw - 390px) * 0.0225), 46px); }
.c27 { font-size: clamp(37px, calc(37px + (100vw - 390px) * 0.0521), 74px); }
.c28 { font-size: clamp(18px, calc(18px + (100vw - 390px) * 0.0042), 21px); }
.c41 { font-size: clamp(27px, calc(27px + (100vw - 390px) * 0.0211), 42px); }
.c55 { font-size: clamp(26px, calc(26px + (100vw - 390px) * 0.0197), 40px); }
.c66 { font-size: clamp(21px, calc(21px + (100vw - 390px) * 0.0042), 24px); }
.c69 { font-size: clamp(21px, calc(21px + (100vw - 390px) * 0.0042), 24px); }
.c82 { font-size: clamp(27px, calc(27px + (100vw - 390px) * 0.0211), 42px); }
.c103 { font-size: clamp(20px, calc(20px + (100vw - 390px) * 0.0141), 30px); }
.c115 { font-size: clamp(30px, calc(30px + (100vw - 390px) * 0.0225), 46px); }
.c119 { font-size: clamp(23px, calc(23px + (100vw - 390px) * 0.0042), 26px); }
.c120 { font-size: clamp(19px, calc(19px + (100vw - 390px) * 0.0042), 22px); }
.c130 { font-size: clamp(30px, calc(30px + (100vw - 390px) * 0.0225), 46px); }
.c134 { font-size: clamp(20px, calc(20px + (100vw - 390px) * 0.0141), 30px); }
.c140 { font-size: clamp(21px, calc(21px + (100vw - 390px) * 0.0042), 24px); }
.c142 { font-size: clamp(30px, calc(30px + (100vw - 390px) * 0.0225), 46px); }
.c144 { font-size: clamp(21px, calc(21px + (100vw - 390px) * 0.0042), 24px); }
.c152 { font-size: clamp(20px, calc(20px + (100vw - 390px) * 0.0113), 28px); }
.c158 { font-size: clamp(27px, calc(27px + (100vw - 390px) * 0.0211), 42px); }
.c164 { font-size: clamp(20px, calc(20px + (100vw - 390px) * 0.0141), 30px); }

/* responsive: tablet (<= 900px) */
@media (max-width: 900px) {
  .c37 { grid-template-columns: repeat(2, 1fr); }
  .c43 { grid-template-columns: repeat(2, 1fr); }
  .c48 { grid-template-columns: 1fr; }
  .c53 { grid-template-columns: 1fr; }
  .c61 { grid-template-columns: 1fr; }
  .c74 { grid-template-columns: repeat(2, 1fr); }
  .c83 { grid-template-columns: repeat(2, 1fr); }
  .c89 { grid-template-columns: 1fr; }
  .c117 { grid-template-columns: 1fr; }
  .c135 { grid-template-columns: repeat(2, 1fr); }
  .c138 { grid-template-columns: 1fr; }
  .c148 { grid-template-columns: 1fr; }
  .c170 { grid-template-columns: 1fr; }
  .c23 { height: min(68vh, 640px); }
  .c26 { left: 0; top: 0; }
}

/* responsive: phone (<= 600px) */
@media (max-width: 600px) {
  .c7 { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .c17 { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .c19 { padding: 10px 4px 12px; }
  .c20 { padding: 10px 4px 12px; }
  .c21 { padding: 10px 4px 12px; }
  .c29 { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .c37 { grid-template-columns: 1fr; }
  .c39 { height: 224px; }
  .c40 { padding-top: 53px; padding-bottom: 46px; }
  .c43 { grid-template-columns: 1fr; }
  .c54 { padding-top: 55px; padding-bottom: 55px; padding-left: 30px; padding-right: 30px; }
  .c59 { min-height: 324px; }
  .c60 { padding-top: 53px; padding-bottom: 53px; }
  .c64 { height: 294px; }
  .c70 { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .c72 { padding-top: 46px; padding-bottom: 51px; }
  .c74 { grid-template-columns: 1fr; }
  .c80 { padding-top: 46px; padding-bottom: 46px; }
  .c83 { grid-template-columns: 1fr; }
  .c84 { grid-column: auto; grid-row: auto; }
  .c86 { grid-column: auto; grid-row: auto; }
  .c87 { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .c88 { padding-top: 53px; padding-bottom: 57px; }
  .c90 { height: 329px; }
  .c101 { padding-top: 33px; }
  .c113 { padding-top: 44px; padding-bottom: 57px; }
  .c123 { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .c124 { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .c128 { padding-top: 35px; padding-bottom: 42px; }
  .c132 { height: 420px; }
  .c133 { padding-top: 44px; padding-bottom: 57px; }
  .c135 { grid-template-columns: 1fr; }
  .c136 { padding-top: 44px; padding-bottom: 57px; }
  .c141 { padding-top: 44px; padding-bottom: 57px; }
  .c147 { padding-top: 44px; padding-bottom: 57px; }
  .c153 { min-height: 420px; }
  .c155 { padding-bottom: 38px; }
  .c167 { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .c168 { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .c23 { height: clamp(470px, 68vh, 580px); }
  .c26 { gap: 16px; }
  .c32 { column-gap: 20px; row-gap: 10px; }
  .c9 { grid-template-columns: 1fr; justify-items: center; row-gap: 12px; padding-top: 18px; }
  .c9 > div:empty { display: none; }
  .c13 { align-items: center; justify-self: center; }
  .c122 { flex-wrap: wrap; justify-content: center; }
  .c2 { flex-wrap: wrap; gap: 4px 24px; }
  .c4 { flex: 1 1 100%; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
}
