:root {
  --ink: #070807;
  --ink-2: #0f1110;
  --ink-3: #181a18;
  --paper: #f2eee6;
  --paper-2: #e5ded3;
  --white: #fffdf8;
  --smoke: #a9aaa4;
  --copper: #d38e64;
  --copper-deep: #8d4d38;
  --mineral: #79a98e;
  --blue: #7894f5;
  --brand-blue: #146ef5;
  --red: #b86255;
  --line-dark: rgba(7, 8, 7, 0.14);
  --line-light: rgba(255, 253, 248, 0.15);
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.18);
  --shadow-deep: 0 36px 120px rgba(0, 0, 0, 0.46);
  --radius: 8px;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-padding-top: 80px; }
body { margin: 0; overflow-x: hidden; background: var(--ink); }
body, button, input { font: inherit; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
h1, h2, h3, p, figure, blockquote, dl, dd { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
p { line-height: 1.7; }
::selection { color: var(--ink); background: var(--copper); }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }
[hidden] { display: none !important; }
.shell { width: min(1240px, calc(100% - 32px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 500; padding: 10px 14px; border-radius: 6px; color: var(--ink); background: var(--copper); font-weight: 900; transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.section-light { padding: 96px 0; color: var(--ink); background: var(--paper); }
.section-dark { padding: 96px 0; color: var(--paper); background: var(--ink); }
.eyebrow { margin-bottom: 16px; color: var(--copper-deep); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .eyebrow, .photography .eyebrow, .contact .eyebrow { color: var(--copper); }
.section-index { display: flex; gap: 14px; align-items: center; align-self: start; color: var(--ink); }
.section-index span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.section-index p { margin: 0; color: rgba(7, 8, 7, .58); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-index.inverse { color: var(--paper); }
.section-index.inverse span { border-color: var(--line-light); }
.section-index.inverse p { color: rgba(242, 238, 230, .58); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-size: .82rem; font-weight: 900; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--copper); box-shadow: 0 14px 40px rgba(211, 142, 100, .18); }
.button-primary:hover { background: #e2a37c; }
.button-outline { color: inherit; border-color: currentColor; background: transparent; }
.button-glass { color: var(--paper); border-color: var(--line-light); background: rgba(255, 255, 255, .07); backdrop-filter: blur(16px); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 900; }
.icon-button { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line-light); border-radius: 6px; color: var(--paper); background: rgba(255, 255, 255, .06); font-weight: 900; transition: transform .18s ease, background .18s ease; }
.icon-button:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .12); }
.icon-button.light { color: var(--ink); border-color: var(--line-dark); background: rgba(255, 255, 255, .4); }

/* Header */
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 260; height: 2px; background: transparent; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--copper); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 250; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line-light); background: rgba(7, 8, 7, .82); backdrop-filter: blur(24px); }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; }
.brand-monogram { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(242, 238, 230, .24); border-radius: 50%; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: .72rem; }
.brand-copy { min-width: 0; }
.brand-copy strong { display: block; color: var(--paper); font-size: .85rem; }
.brand-copy small { display: block; margin-top: 3px; color: rgba(242, 238, 230, .56); font-size: .56rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.desktop-nav, .nav-cta, .command-button { display: none; }
.desktop-nav { align-items: center; gap: 28px; }
.desktop-nav a { position: relative; color: rgba(242, 238, 230, .68); font-size: .78rem; font-weight: 800; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -9px; height: 1px; background: var(--copper); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.desktop-nav a:hover { color: var(--paper); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.nav-tools { display: flex; align-items: center; gap: 8px; }
.nav-cta { min-height: 42px; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--line-light); border-radius: 6px; color: var(--paper); font-size: .75rem; font-weight: 900; background: rgba(255, 255, 255, .06); }
.menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line-light); border-radius: 6px; color: var(--paper); background: rgba(255, 255, 255, .06); }
.menu-button span { width: 18px; height: 1px; background: currentColor; transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { display: grid; padding: 0 16px 16px; border-bottom: 1px solid var(--line-light); background: rgba(7, 8, 7, .96); backdrop-filter: blur(24px); }
.mobile-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line-light); color: rgba(242, 238, 230, .82); font-weight: 800; }

/* Hero */
.hero { position: relative; min-height: min(88svh, 900px); display: grid; align-items: end; overflow: hidden; color: var(--paper); background: #050605; }
.hero-photo { position: absolute; inset: 0; background-image: url("assets/images/portrait/dylan-coupe-definitive-portrait.webp"); background-repeat: no-repeat; background-position: 64% 18%; background-size: cover; filter: saturate(.84) contrast(1.06); }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 6, 5, .98) 0%, rgba(5, 6, 5, .86) 40%, rgba(5, 6, 5, .18) 72%, rgba(5, 6, 5, .42) 100%), linear-gradient(0deg, rgba(5, 6, 5, .86), transparent 45%); }
.hero-gridlines { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(90deg, transparent calc(25% - 1px), rgba(255, 255, 255, .16) 25%, transparent calc(25% + 1px), transparent calc(50% - 1px), rgba(255, 255, 255, .12) 50%, transparent calc(50% + 1px), transparent calc(75% - 1px), rgba(255, 255, 255, .1) 75%, transparent calc(75% + 1px)); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; display: grid; gap: 38px; align-items: end; padding-top: 118px; padding-bottom: 74px; }
.overline { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; color: rgba(242, 238, 230, .62); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.overline span { width: 28px; height: 1px; background: var(--copper); }
.hero h1 { margin-bottom: 30px; font-size: 4.6rem; line-height: .79; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-left: 8%; color: var(--copper); font-weight: 400; }
.hero-statement { max-width: 620px; margin-bottom: 14px; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; line-height: 1.15; }
.hero-description { max-width: 610px; margin-bottom: 28px; color: rgba(242, 238, 230, .7); font-size: .94rem; }
.hero-description a { color: var(--paper); border-bottom: 1px solid rgba(242, 238, 230, .48); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-signature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; align-self: end; padding-top: 20px; border-top: 1px solid var(--line-light); }
.hero-signature span { color: rgba(242, 238, 230, .58); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-scroll { position: absolute; right: 16px; bottom: 18px; z-index: 3; display: none; align-items: center; gap: 12px; color: rgba(242, 238, 230, .56); font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transform: rotate(90deg) translateX(-100%); transform-origin: right bottom; }
.hero-scroll i { width: 48px; height: 1px; background: currentColor; }

/* Proof strip */
.proof-strip { position: relative; overflow: hidden; padding: 23px 0; border-block: 1px solid rgba(20, 110, 245, .24); color: var(--paper); background: #0a0d10; }
.proof-strip::before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 2; width: 4px; background: var(--brand-blue); box-shadow: 0 0 24px rgba(20, 110, 245, .7); }
.proof-track { width: max-content; display: flex; align-items: center; gap: 30px; animation: proof-scroll 36s linear infinite; }
.proof-track span { color: rgba(242, 238, 230, .72); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.proof-track i { width: 22px; height: 1px; background: var(--brand-blue); }
.proof-track i:nth-of-type(3n + 2) { background: var(--mineral); }
.proof-track i:nth-of-type(3n) { background: rgba(242, 238, 230, .34); }
@keyframes proof-scroll { to { transform: translateX(-50%); } }

/* Manifesto */
.manifesto-grid { display: grid; gap: 34px; }
.manifesto-copy h2 { max-width: 1000px; margin-bottom: 36px; font-size: 2.75rem; line-height: 1.02; }
.manifesto-columns { display: grid; gap: 20px; margin-bottom: 34px; }
.manifesto-columns p { margin-bottom: 0; color: rgba(7, 8, 7, .68); }

/* Dual practice */
.dual-practice { color: var(--paper); background: var(--ink); }
.practice-panel { position: relative; min-height: 740px; display: grid; align-items: end; overflow: hidden; padding: 48px 18px; }
.practice-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.practice-software { background: #111411; }
.practice-software::after { background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 72px 72px; }
.practice-photo { background: #0d0b0a; }
.practice-photo::after { background: linear-gradient(0deg, rgba(7, 8, 7, .96) 0%, rgba(7, 8, 7, .18) 72%); }
.practice-photo-bg { position: absolute; inset: 0; background: url("assets/images/photography/couple-sunset-shore.webp") center / cover no-repeat; filter: saturate(.8) contrast(1.06); }
.practice-number { position: absolute; top: 30px; right: 22px; z-index: 2; color: rgba(242, 238, 230, .18); font-family: Georgia, "Times New Roman", serif; font-size: 5rem; }
.practice-content { position: relative; z-index: 3; max-width: 620px; }
.practice-content h2 { margin-bottom: 20px; font-size: 2.65rem; line-height: .98; }
.practice-content > p:not(.eyebrow) { max-width: 560px; color: rgba(242, 238, 230, .66); }
.practice-content ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 30px; padding: 0; }
.practice-content li { padding: 8px 10px; border: 1px solid var(--line-light); border-radius: 999px; color: rgba(242, 238, 230, .7); font-size: .7rem; font-weight: 800; list-style: none; }
.software-console { position: absolute; top: 95px; right: 5%; z-index: 2; width: min(520px, 78%); padding: 18px; border: 1px solid rgba(121, 169, 142, .22); border-radius: var(--radius); color: #d8e8dd; background: rgba(6, 12, 8, .72); box-shadow: var(--shadow-deep); backdrop-filter: blur(18px); transform: rotate(1deg); }
.console-top { display: flex; align-items: center; gap: 6px; padding-bottom: 14px; border-bottom: 1px solid rgba(121, 169, 142, .16); }
.console-top span { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); }
.console-top span:nth-child(2) { background: #d3b764; }
.console-top span:nth-child(3) { background: var(--mineral); }
.console-top b { margin-left: auto; color: rgba(216, 232, 221, .46); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.console-metric { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 14px; padding: 28px 0 20px; }
.console-metric small { color: rgba(216, 232, 221, .5); font-size: .65rem; text-transform: uppercase; }
.console-metric strong { grid-row: span 2; font-family: Georgia, "Times New Roman", serif; font-size: 3rem; font-weight: 400; }
.console-metric i { color: var(--mineral); font-size: .7rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
.console-bars { height: 110px; display: flex; align-items: end; gap: 7px; padding-bottom: 16px; border-bottom: 1px solid rgba(121, 169, 142, .16); }
.console-bars i { width: 100%; height: var(--h); background: linear-gradient(180deg, var(--mineral), rgba(121, 169, 142, .14)); }
.console-row { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid rgba(121, 169, 142, .12); font-size: .67rem; }
.console-row span { color: rgba(216, 232, 221, .55); }
.console-row b { color: var(--mineral); }

/* Project theater */
.projects-showcase { padding-bottom: 54px; }
.showcase-head { display: grid; gap: 30px; margin-bottom: 50px; }
.showcase-head h2 { max-width: 820px; margin-bottom: 0; font-size: 2.65rem; line-height: 1; }
.showcase-head > p { max-width: 500px; margin-bottom: 0; color: rgba(242, 238, 230, .6); }
.project-theater { width: 100%; }
.theater-stage { position: relative; width: min(1420px, calc(100% - 16px)); min-height: 780px; margin-inline: auto; overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius); background: #121312; box-shadow: var(--shadow-deep); }
.project-slide { min-height: 780px; display: grid; color: var(--paper); }
.slide-copy { position: relative; z-index: 4; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 48px 24px; }
.project-tag { display: block; margin-bottom: 22px; color: var(--copper); font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.slide-copy h3 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: 3.35rem; font-weight: 400; line-height: .87; }
.slide-copy p { max-width: 520px; margin-bottom: 22px; color: rgba(242, 238, 230, .66); font-size: .92rem; }
.project-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.project-meta span { padding: 7px 9px; border: 1px solid var(--line-light); border-radius: 999px; color: rgba(242, 238, 230, .68); font-size: .65rem; font-weight: 800; }
.slide-visual { position: relative; min-height: 500px; overflow: hidden; }
.visual-avalanche img, .visual-commerce > img, .visual-hospitality > img { width: 100%; height: 100%; object-fit: cover; }
.visual-avalanche::after, .visual-hospitality::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 17, 21, .62), transparent 60%); }
.travel-card { position: absolute; right: 20px; bottom: 20px; z-index: 2; width: min(390px, calc(100% - 40px)); padding: 25px; border: 1px solid rgba(255, 255, 255, .2); border-radius: var(--radius); color: #fff; background: rgba(9, 24, 28, .58); box-shadow: var(--shadow-soft); backdrop-filter: blur(18px); }
.travel-card small { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.travel-card strong { display: block; margin: 20px 0; font-family: Georgia, "Times New Roman", serif; font-size: 2.8rem; font-weight: 400; line-height: .88; }
.travel-card span { font-size: .7rem; }
.theme-avalanche { background: #071b22; }
.theme-pos { background: #231612; }
.theme-pos .button-primary { background: #f0ad69; }
.visual-pos { display: grid; grid-template-columns: 72px 1fr; grid-template-rows: 1fr auto; gap: 14px; padding: 18px; color: #251713; background: #eddfcf; }
.pos-rail { grid-row: 1 / -1; display: grid; align-content: start; gap: 18px; padding: 16px 9px; border-radius: 6px; color: #f4e7dc; background: #2b1a16; }
.pos-rail b { padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .13); font-size: .56rem; }
.pos-rail span { font-size: .6rem; }
.pos-tables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: start; }
.pos-tables i { min-height: 100px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(37, 23, 19, .12); border-radius: 6px; color: #7a5b4d; background: rgba(255, 255, 255, .5); font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-style: normal; text-align: center; }
.pos-tables i.active { color: #251713; border-color: #dc7d55; background: #f1b779; box-shadow: 0 14px 34px rgba(134, 75, 48, .2); }
.pos-tables small { font-family: Inter, "Segoe UI", sans-serif; font-size: .56rem; font-weight: 900; text-transform: uppercase; }
.pos-ticket { grid-column: 2; display: grid; gap: 9px; padding: 15px; border-radius: 6px; color: #f7eee5; background: #34201a; }
.pos-ticket > small { color: #f1b779; font-weight: 900; }
.pos-ticket p { display: flex; justify-content: space-between; gap: 10px; margin: 0; color: rgba(247, 238, 229, .66); font-size: .65rem; }
.pos-ticket > strong { display: flex; justify-content: space-between; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, .14); }
.pos-ticket em { color: #f1b779; font-style: normal; }
.pos-ticket button { min-height: 36px; border-radius: 5px; color: #2b1a16; background: #f1b779; font-weight: 900; }
.theme-analytics { background: #080f1d; }
.theme-analytics .project-tag { color: #8ba3ff; }
.theme-analytics .button-primary { background: #8ba3ff; }
.visual-analytics { display: grid; grid-template-columns: 110px 1fr; padding: 18px; background: #07101e; }
.analytics-nav { display: grid; align-content: start; gap: 18px; padding: 16px; color: rgba(232, 238, 255, .56); background: #0d1727; }
.analytics-nav b { padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .12); color: #edf1ff; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.analytics-nav span { font-size: .62rem; }
.analytics-body { display: grid; gap: 16px; align-content: center; padding: 16px; }
.analytics-kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.analytics-kpis article { padding: 13px; border: 1px solid rgba(120, 148, 245, .2); border-radius: 5px; background: #101d31; }
.analytics-kpis small { color: rgba(237, 241, 255, .46); font-size: .55rem; text-transform: uppercase; }
.analytics-kpis strong { display: block; margin: 6px 0; font-size: 1.35rem; }
.analytics-kpis em { color: #7fddba; font-size: .6rem; font-style: normal; }
.analytics-chart { height: 250px; display: flex; align-items: end; gap: 8px; padding: 25px 12px 0; border: 1px solid rgba(120, 148, 245, .16); border-radius: 5px; background: #0c1728; }
.analytics-chart i { flex: 1; height: var(--h); background: linear-gradient(180deg, #8ba3ff, rgba(120, 148, 245, .16)); }
.theme-crm { color: #f1f2e9; background: #171b15; }
.theme-crm .project-tag { color: #b9c9a9; }
.theme-crm .button-primary { background: #c4d2b5; }
.visual-crm { padding: 18px; color: #182016; background: #e5e7dd; }
.crm-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 16px; padding: 12px; border-bottom: 1px solid rgba(24, 32, 22, .12); }
.crm-head span { min-width: 160px; padding: 9px 11px; border: 1px solid rgba(24, 32, 22, .12); border-radius: 5px; color: rgba(24, 32, 22, .55); font-size: .62rem; background: rgba(255, 255, 255, .58); }
.crm-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.crm-board section { min-height: 400px; padding: 10px; border-radius: 5px; background: rgba(24, 32, 22, .05); }
.crm-board section > small { color: rgba(24, 32, 22, .55); font-size: .55rem; font-weight: 900; }
.crm-board article { display: grid; gap: 7px; margin-top: 10px; padding: 12px; border: 1px solid rgba(24, 32, 22, .1); border-radius: 5px; background: #f8f7f0; box-shadow: 0 10px 20px rgba(24, 32, 22, .06); }
.crm-board article.featured { border-color: #849b71; }
.crm-board article span { color: rgba(24, 32, 22, .58); font-size: .58rem; }
.crm-board article em { color: #526642; font-size: .62rem; font-style: normal; font-weight: 900; }
.theme-commerce { background: #21130f; }
.theme-commerce .project-tag { color: #dca38f; }
.theme-commerce .button-primary { background: #dca38f; }
.visual-commerce > img { opacity: .74; filter: saturate(.76); }
.visual-commerce::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29, 15, 11, .12), rgba(29, 15, 11, .72)); }
.commerce-word { position: absolute; inset: 0 0 0 auto; z-index: 2; width: 52%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 24px; color: #fff5ee; }
.commerce-word small { letter-spacing: .12em; font-size: .58rem; }
.commerce-word strong { margin: 24px 0; font-family: Georgia, "Times New Roman", serif; font-size: 3.5rem; font-weight: 400; line-height: .82; }
.commerce-word span { font-size: .68rem; }
.commerce-word button { min-height: 39px; margin-top: 24px; padding: 0 18px; border-radius: 5px; color: #23110c; background: #e5b59f; font-weight: 900; }
.theme-booking { background: #0c1b16; }
.theme-booking .project-tag { color: #8fc7a4; }
.theme-booking .button-primary { background: #8fc7a4; }
.visual-booking { display: grid; grid-template-rows: 1.2fr .8fr; background: #dfeadf; }
.booking-image { position: relative; overflow: hidden; }
.booking-image img { width: 100%; height: 100%; object-fit: cover; }
.booking-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4, 17, 12, .7), transparent); }
.booking-image span { position: absolute; left: 18px; bottom: 18px; z-index: 2; font-size: .65rem; text-transform: uppercase; }
.booking-image b { display: block; margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 400; text-transform: none; }
.booking-panel { display: grid; align-content: center; gap: 13px; padding: 18px; color: #0c1b16; }
.booking-panel > small { font-size: .58rem; letter-spacing: .12em; }
.booking-panel div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.booking-panel i { height: 42px; display: grid; place-items: center; border: 1px solid rgba(12, 27, 22, .14); border-radius: 5px; font-style: normal; }
.booking-panel i.selected { color: #dfeadf; background: #0c1b16; }
.booking-panel p { display: flex; justify-content: space-between; margin: 0; color: rgba(12, 27, 22, .64); font-size: .68rem; }
.booking-panel > strong { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.booking-panel button { min-height: 40px; border-radius: 5px; color: #dfeadf; background: #0c1b16; font-weight: 900; }
.theme-automation { background: #15120d; }
.theme-automation .project-tag { color: #f0c96f; }
.theme-automation .button-primary { background: #f0c96f; }
.visual-automation { display: grid; place-items: center; padding: 24px; background-image: linear-gradient(rgba(240, 201, 111, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(240, 201, 111, .06) 1px, transparent 1px); background-size: 42px 42px; }
.automation-orbit { position: absolute; left: 12%; top: 50%; width: 210px; height: 210px; border: 1px solid rgba(240, 201, 111, .25); border-radius: 50%; transform: translateY(-50%); }
.automation-orbit::before, .automation-orbit::after { content: ""; position: absolute; border: 1px solid rgba(240, 201, 111, .14); border-radius: 50%; }
.automation-orbit::before { inset: 28px; }
.automation-orbit::after { inset: 60px; }
.automation-orbit span { position: absolute; inset: 76px; z-index: 2; display: grid; place-items: center; border-radius: 50%; color: #18130c; background: #f0c96f; font-weight: 950; box-shadow: 0 0 40px rgba(240, 201, 111, .25); }
.automation-orbit i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #f0c96f; box-shadow: 0 0 20px rgba(240, 201, 111, .6); }
.automation-orbit i:nth-child(1) { top: 5%; left: 48%; }.automation-orbit i:nth-child(2) { right: 10%; top: 60%; }.automation-orbit i:nth-child(3) { left: 14%; bottom: 14%; }.automation-orbit i:nth-child(4) { left: 2%; top: 34%; }
.automation-flow { position: relative; z-index: 3; width: min(390px, 100%); margin-left: auto; padding: 16px; border: 1px solid rgba(240, 201, 111, .22); border-radius: var(--radius); background: rgba(21, 18, 13, .78); box-shadow: var(--shadow-deep); backdrop-filter: blur(16px); }
.automation-flow > small { display: block; padding-bottom: 13px; border-bottom: 1px solid rgba(240, 201, 111, .13); color: rgba(240, 201, 111, .56); font-size: .58rem; letter-spacing: .12em; }
.automation-flow article { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(240, 201, 111, .1); }
.automation-flow article > i { width: 8px; height: 8px; border-radius: 50%; background: #7bcba0; box-shadow: 0 0 12px rgba(123, 203, 160, .5); }
.automation-flow article span { color: rgba(242, 238, 230, .54); font-size: .58rem; }
.automation-flow article b { display: block; margin-bottom: 3px; color: var(--paper); font-size: .72rem; }
.automation-flow article em { color: #7bcba0; font-size: .58rem; font-style: normal; font-weight: 900; }
.theme-hospitality { background: #07171a; }
.theme-hospitality .project-tag { color: #76d5cd; }
.theme-hospitality .button-primary { background: #76d5cd; }
.visual-hospitality img { filter: saturate(.85); }
.guest-welcome { position: absolute; left: 18px; bottom: 18px; z-index: 2; width: min(380px, calc(100% - 36px)); padding: 22px; border: 1px solid rgba(255, 255, 255, .22); border-radius: var(--radius); background: rgba(5, 25, 29, .58); backdrop-filter: blur(17px); }
.guest-welcome small { color: #80ddd4; font-size: .58rem; letter-spacing: .12em; }
.guest-welcome strong { display: block; margin: 18px 0; font-family: Georgia, "Times New Roman", serif; font-size: 2.6rem; font-weight: 400; line-height: .92; }
.guest-welcome span { font-size: .65rem; }
.guest-weather { position: absolute; top: 18px; right: 18px; z-index: 2; display: grid; padding: 13px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 6px; background: rgba(5, 25, 29, .48); backdrop-filter: blur(14px); }
.guest-weather b { font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 400; }
.guest-weather span { font-size: .56rem; }
.theater-controls { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; margin-top: 24px; }
.carousel-buttons { display: flex; gap: 8px; }
.carousel-progress { height: 1px; background: var(--line-light); }
.carousel-progress span { display: block; width: 12.5%; height: 100%; background: var(--copper); transition: width .35s ease; }
.theater-controls p { margin: 0; color: rgba(242, 238, 230, .45); font-size: .72rem; }
.theater-controls strong { color: var(--paper); font-size: 1rem; }

/* Project archive */
.archive-heading { display: grid; gap: 28px; align-items: end; }
.archive-heading h2 { max-width: 780px; margin-bottom: 0; font-size: 2.65rem; line-height: 1; }
.project-search { height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border-bottom: 1px solid var(--ink); }
.project-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; }
.project-search input::placeholder { color: rgba(7, 8, 7, .48); }
.project-search > span:last-child { color: rgba(7, 8, 7, .44); font-weight: 900; }
.filter-row { display: flex; gap: 8px; overflow-x: auto; margin-top: 42px; padding-bottom: 8px; scrollbar-width: thin; }
.filter-row button { min-height: 42px; display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; padding: 0 13px; border: 1px solid var(--line-dark); border-radius: 999px; color: rgba(7, 8, 7, .64); background: transparent; font-size: .72rem; font-weight: 850; }
.filter-row button span { color: rgba(7, 8, 7, .38); font-size: .58rem; }
.filter-row button.is-active { color: var(--paper); background: var(--ink); }
.filter-row button.is-active span { color: rgba(242, 238, 230, .55); }
.archive-grid { display: grid; gap: 12px; margin-top: 24px; }
.archive-card { position: relative; display: grid; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255, 255, 255, .28); box-shadow: 0 16px 40px rgba(43, 35, 29, .06); transition: transform .22s ease, box-shadow .22s ease; }
.archive-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.archive-media { position: relative; min-height: 250px; overflow: hidden; background: #161916; }
.archive-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.archive-card:hover .archive-media > img { transform: scale(1.025); }
.archive-media > span:not(.mini-ui-data span) { position: absolute; top: 13px; right: 13px; padding: 7px 9px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 4px; color: #fff; background: rgba(7, 8, 7, .44); backdrop-filter: blur(12px); font-size: .56rem; font-weight: 900; letter-spacing: .1em; }
.archive-copy { position: relative; min-height: 190px; padding: 20px; }
.archive-copy small { color: var(--copper-deep); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.archive-copy h3 { max-width: calc(100% - 48px); margin: 14px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 400; }
.archive-copy p { max-width: 420px; margin-bottom: 0; color: rgba(7, 8, 7, .62); font-size: .83rem; }
.archive-arrow { position: absolute; right: 20px; top: 20px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; font-weight: 900; }
.mini-ui-pos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-content: end; padding: 20px; background: #261712; }
.mini-ui-pos i { height: 100px; border-radius: 5px; background: #e1825a; }.mini-ui-pos i:nth-child(2) { background: #f0b76c; }.mini-ui-pos i:nth-child(3) { background: #6e9281; }
.mini-ui-pos strong { grid-column: 1 / -1; padding: 13px; color: #261712; background: #f2d6bc; }
.mini-ui-data { display: grid; grid-template-columns: .6fr 1fr; align-items: end; gap: 18px; padding: 20px; color: #edf1ff; background: #091321; }
.mini-ui-data > span { align-self: center; font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; }
.mini-ui-data small { display: block; color: rgba(237, 241, 255, .45); font-family: Inter, sans-serif; font-size: .56rem; text-transform: uppercase; }
.mini-ui-data div { height: 180px; display: flex; align-items: end; gap: 6px; }
.mini-ui-data i { flex: 1; height: var(--h); background: linear-gradient(#8ba3ff, rgba(139, 163, 255, .15)); }
.mini-ui-crm { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 18px; background: #dfe3d8; }
.mini-ui-crm section { display: grid; align-content: start; gap: 8px; padding: 8px; background: rgba(25, 32, 22, .06); }
.mini-ui-crm i { height: 70px; border-radius: 4px; background: #f8f8f1; box-shadow: 0 8px 18px rgba(20, 30, 18, .08); }
.mini-ui-crm section:nth-child(2) i { border: 1px solid #859a74; }
.mini-ui-shop img { filter: saturate(.72); }
.mini-ui-shop > span { inset: auto auto 18px 18px !important; top: auto !important; right: auto !important; padding: 0 !important; border: 0 !important; font-family: Georgia, "Times New Roman", serif; font-size: 2rem !important; line-height: .85; background: none !important; backdrop-filter: none !important; }
.mini-ui-booking { display: grid; align-content: center; gap: 18px; padding: 24px; color: #0b1b15; background: #dbe8df; }
.mini-ui-booking > small { letter-spacing: .13em; }
.mini-ui-booking div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.mini-ui-booking i { min-height: 55px; display: grid; place-items: center; border: 1px solid rgba(11, 27, 21, .13); border-radius: 5px; font-style: normal; }
.mini-ui-booking i:nth-child(2) { color: #dbe8df; background: #0b1b15; }
.mini-ui-auto { display: grid; place-items: center; background-image: linear-gradient(rgba(240, 201, 111, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(240, 201, 111, .07) 1px, transparent 1px); background-color: #16120c; background-size: 34px 34px; }
.mini-ui-auto > span { position: relative !important; z-index: 2; width: 70px; height: 70px; display: grid; place-items: center; inset: auto !important; padding: 0 !important; border: 0 !important; border-radius: 50% !important; color: #17120c !important; background: #efc76e !important; font-size: .8rem !important; }
.mini-ui-auto i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #7bcba0; box-shadow: 0 0 16px rgba(123, 203, 160, .55); }
.mini-ui-auto i:nth-of-type(1) { left: 25%; top: 30%; }.mini-ui-auto i:nth-of-type(2) { right: 25%; top: 24%; }.mini-ui-auto i:nth-of-type(3) { right: 22%; bottom: 24%; }
.mini-ui-auto b { position: absolute; bottom: 18px; color: rgba(242, 238, 230, .58); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.no-results { margin-top: 30px; color: rgba(7, 8, 7, .62); text-align: center; }

/* SectioWorks */
.sectioworks { position: relative; overflow: hidden; }
.sectio-signal { position: absolute; top: 18px; left: 50%; color: rgba(242, 238, 230, .025); font-family: Georgia, "Times New Roman", serif; font-size: 8rem; white-space: nowrap; transform: translateX(-50%); pointer-events: none; }
.sectio-grid { position: relative; z-index: 2; display: grid; gap: 70px; }
.sectio-intro > img { width: min(330px, 86%); height: auto; margin-bottom: 34px; padding: 12px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 6px; object-fit: contain; object-position: center; background: #fff; box-shadow: 0 28px 70px rgba(0, 0, 0, .3); filter: none; }
.sectio-intro h2 { max-width: 680px; margin-bottom: 24px; font-size: 3rem; line-height: .98; }
.sectio-intro > p:not(.eyebrow) { max-width: 650px; color: rgba(242, 238, 230, .62); }
.sectio-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.service-ledger { border-top: 1px solid var(--line-light); }
.service-ledger article { display: grid; grid-template-columns: 34px 1fr auto; gap: 15px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.service-ledger article > span { color: var(--copper); font-size: .62rem; font-weight: 900; }
.service-ledger h3 { margin-bottom: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 400; }
.service-ledger p { margin-bottom: 0; color: rgba(242, 238, 230, .52); font-size: .8rem; }
.service-ledger article > b { color: rgba(242, 238, 230, .22); font-size: .62rem; letter-spacing: .12em; }

/* Method */
.method-head { display: grid; gap: 34px; }
.method-head h2 { max-width: 900px; margin-bottom: 0; font-size: 2.7rem; line-height: 1; }
.method-steps { display: grid; margin-top: 58px; border-top: 1px solid var(--line-dark); }
.method-steps article { position: relative; min-height: 270px; padding: 24px 0; border-bottom: 1px solid var(--line-dark); }
.method-steps article > span { color: var(--copper-deep); font-size: .68rem; font-weight: 900; }
.method-steps h3 { margin: 36px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.method-steps p { color: rgba(7, 8, 7, .62); font-size: .86rem; }
.method-steps small { position: absolute; left: 0; bottom: 24px; color: rgba(7, 8, 7, .38); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

/* Photography */
.photography { color: var(--ink); background: #e9e4dc; }
.photo-hero { position: relative; min-height: 820px; display: grid; align-items: end; overflow: hidden; color: var(--paper); background: #15110f; }
.photo-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.04); }
.photo-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 8, 7, .9), rgba(10, 8, 7, .22) 72%), linear-gradient(0deg, rgba(10, 8, 7, .76), transparent 55%); }
.photo-hero-copy { position: relative; z-index: 2; padding-bottom: 70px; }
.photo-hero-copy h2 { margin-bottom: 24px; font-size: 4rem; line-height: .82; }
.photo-hero-copy h2 em { color: #e4aa82; font-weight: 400; }
.photo-hero-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(242, 238, 230, .7); }
.photo-hero-copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.photo-rail-wrap { padding: 84px 0 46px; }
.photo-rail-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 30px; }
.photo-rail-head h3 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: 2.5rem; font-weight: 400; }
.photo-rail { display: flex; gap: 12px; overflow-x: auto; padding: 0 max(16px, calc((100vw - 1240px) / 2)) 24px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(7, 8, 7, .3) transparent; }
.photo-rail figure { position: relative; width: min(78vw, 390px); flex: 0 0 auto; margin: 0; overflow: hidden; aspect-ratio: 4 / 5.4; scroll-snap-align: start; background: #cfc7bc; cursor: zoom-in; }
.photo-rail figure.photo-landscape { width: min(86vw, 590px); aspect-ratio: 6 / 4.5; }
.photo-rail img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.photo-rail figure:hover img { transform: scale(1.025); }
.photo-rail figcaption { position: absolute; inset: auto 0 0; display: grid; gap: 5px; padding: 45px 16px 16px; color: #fff; background: linear-gradient(0deg, rgba(8, 8, 8, .72), transparent); }
.photo-rail figcaption span { font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.photo-rail figcaption b { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 400; }
.photo-mosaic { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding-bottom: 96px; }
.photo-mosaic figure { min-height: 280px; margin: 0; overflow: hidden; background: #cfc7bc; cursor: zoom-in; }
.photo-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-mosaic figure:hover img { transform: scale(1.025); }
.photo-mosaic blockquote { grid-column: 1 / -1; min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 28px; color: var(--paper); background: #171b18; }
.photo-mosaic blockquote p { max-width: 830px; margin-bottom: 30px; color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 2.2rem; line-height: 1; }
.photo-mosaic cite { color: var(--copper); font-size: .62rem; font-style: normal; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

/* Story */
.story-grid { display: grid; gap: 50px; align-items: start; }
.story-portrait { position: relative; margin: 0; }
.story-portrait::before { content: ""; position: absolute; inset: 16px -12px -12px 16px; border: 1px solid rgba(141, 77, 56, .36); }
.story-portrait img { position: relative; width: 100%; max-height: 760px; object-fit: cover; object-position: center top; filter: saturate(.82); box-shadow: var(--shadow-soft); }
.story-portrait figcaption { position: relative; margin-top: 14px; color: rgba(7, 8, 7, .46); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.story-copy h2 { margin-bottom: 25px; font-size: 2.7rem; line-height: 1; }
.story-copy > p { color: rgba(7, 8, 7, .65); }
.story-copy .story-lede { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.35; }
.story-facts { margin: 36px 0 0; border-top: 1px solid var(--line-dark); }
.story-facts > div { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.story-facts dt { color: rgba(7, 8, 7, .46); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-facts dd { font-size: .82rem; font-weight: 800; word-break: break-word; }
.story-facts a:hover { color: var(--copper-deep); }

/* Principles */
.principles-head { display: grid; gap: 10px; margin-bottom: 46px; }
.principles-head h2 { margin-bottom: 0; font-size: 3.2rem; }
.principles-grid { display: grid; border-top: 1px solid var(--line-light); }
.principles-grid article { min-height: 260px; padding: 24px 0; border-bottom: 1px solid var(--line-light); }
.principles-grid span { color: var(--copper); font-size: .62rem; font-weight: 900; }
.principles-grid h3 { margin: 60px 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 400; }
.principles-grid p { max-width: 400px; margin-bottom: 0; color: rgba(242, 238, 230, .54); font-size: .82rem; }

/* FAQ */
.faq-grid { display: grid; gap: 48px; }
.faq-grid h2 { margin-bottom: 0; font-size: 3rem; }
.faq-grid .section-index { margin-bottom: 50px; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 22px 0; cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; font-family: Inter, sans-serif; font-size: .8rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -6px 42px 24px 0; color: rgba(7, 8, 7, .62); font-size: .85rem; }

/* Official ecosystem */
.ecosystem { position: relative; overflow: hidden; border-top: 1px solid var(--line-dark); }
.ecosystem::after { content: "OFFICIAL NETWORK"; position: absolute; right: -20px; top: 25px; color: rgba(7, 8, 7, .025); font-family: Georgia, "Times New Roman", serif; font-size: 7rem; white-space: nowrap; pointer-events: none; }
.ecosystem-head { position: relative; z-index: 2; display: grid; gap: 34px; }
.ecosystem-head h2 { max-width: 890px; margin-bottom: 22px; font-size: 2.8rem; line-height: 1; }
.ecosystem-head > div:last-child > p:last-child { max-width: 660px; margin-bottom: 0; color: rgba(7, 8, 7, .62); }
.domain-ledger { position: relative; z-index: 2; margin-top: 54px; border-top: 1px solid var(--line-dark); }
.domain-link { position: relative; min-height: 160px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 18px; align-items: center; overflow: hidden; padding: 24px 18px; border-bottom: 1px solid var(--line-dark); transition: color .22s ease, background .22s ease; }
.domain-link::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--domain-color); transform: scaleY(.2); transition: transform .22s ease; }
.domain-link:hover { background: rgba(255, 255, 255, .52); }
.domain-link:hover::before { transform: scaleY(1); }
.domain-link > span { align-self: start; color: var(--domain-color); font-size: .62rem; font-weight: 950; }
.domain-link small { display: block; margin-bottom: 10px; color: rgba(7, 8, 7, .46); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.domain-link strong { display: block; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; word-break: break-word; }
.domain-link p { margin: 10px 0 0; color: rgba(7, 8, 7, .56); font-size: .76rem; }
.domain-link > b { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--ink); }
.domain-software { --domain-color: var(--brand-blue); }
.domain-profile { --domain-color: var(--copper-deep); }
.domain-photo { --domain-color: var(--mineral); }

/* Contact */
.contact { position: relative; min-height: 800px; display: grid; align-items: center; overflow: hidden; padding: 120px 0 86px; border-top: 1px solid var(--line-light); color: var(--paper); background: #060706; }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 72px 72px; pointer-events: none; }
.contact::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 28%; border-left: 1px solid rgba(20, 110, 245, .18); background: rgba(20, 110, 245, .035); pointer-events: none; }
.contact-signature { position: absolute; top: 76px; right: 4%; z-index: 1; display: grid; justify-items: end; pointer-events: none; }
.contact-signature span { color: rgba(242, 238, 230, .055); font-family: Georgia, "Times New Roman", serif; font-size: 14rem; line-height: .72; }
.contact-signature small { margin-top: 28px; color: rgba(20, 110, 245, .55); font-size: .58rem; font-weight: 900; letter-spacing: .2em; }
.contact-inner { position: relative; z-index: 2; }
.contact h2 { max-width: 960px; margin-bottom: 24px; font-size: 4rem; line-height: .88; }
.contact-inner > p:not(.eyebrow) { max-width: 590px; color: rgba(242, 238, 230, .62); }
.contact-doors { display: grid; gap: 8px; max-width: 920px; margin-top: 48px; }
.contact-doors a { position: relative; display: grid; gap: 7px; overflow: hidden; padding: 20px 54px 20px 20px; border: 1px solid var(--line-light); border-radius: var(--radius); background: rgba(255, 255, 255, .035); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.contact-doors a::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--door-color); }
.contact-doors a:nth-child(1) { --door-color: var(--brand-blue); }
.contact-doors a:nth-child(2) { --door-color: var(--copper); }
.contact-doors a:nth-child(3) { --door-color: var(--mineral); }
.contact-doors a:hover { transform: translateY(-4px); border-color: rgba(242, 238, 230, .32); background: rgba(255, 255, 255, .07); }
.contact-doors small { color: var(--door-color); font-size: .56rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-doors strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 400; word-break: break-word; }
.contact-doors span { color: rgba(242, 238, 230, .5); font-size: .67rem; }
.contact-doors b { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); }

/* Footer */
.site-footer { padding: 64px 0 24px; color: var(--paper); background: #050605; }
.footer-main { display: grid; gap: 46px; }
.footer-main > div p { max-width: 390px; color: rgba(242, 238, 230, .48); font-size: .8rem; }
.footer-name { display: inline-block; margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: 2.3rem; }
.footer-domain { display: block; width: fit-content; margin: -8px 0 18px; color: var(--brand-blue); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.footer-main nav { display: grid; align-content: start; gap: 10px; }
.footer-main nav strong { margin-bottom: 6px; color: var(--copper); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-main nav a { color: rgba(242, 238, 230, .58); font-size: .78rem; }
.footer-main nav a:hover { color: var(--paper); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line-light); color: rgba(242, 238, 230, .4); font-size: .62rem; }
.footer-bottom a { color: rgba(242, 238, 230, .72); }

/* Dialog and lightbox */
.command-palette { width: min(650px, calc(100% - 24px)); max-height: calc(100svh - 40px); padding: 0; overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius); color: var(--paper); background: rgba(10, 11, 10, .92); box-shadow: var(--shadow-deep); backdrop-filter: blur(26px); }
.command-palette::backdrop { background: rgba(2, 3, 2, .76); backdrop-filter: blur(8px); }
.command-shell { padding: 18px; }
.command-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; padding-bottom: 18px; border-bottom: 1px solid var(--line-light); }
.command-head small { display: block; margin-bottom: 7px; color: var(--copper); font-size: .58rem; letter-spacing: .12em; }
.command-head strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 400; }
.command-shell nav { display: grid; }
.command-shell nav a { display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: center; padding: 16px 6px; border-bottom: 1px solid var(--line-light); }
.command-shell nav a:hover { background: rgba(255, 255, 255, .05); }
.command-shell nav span { color: var(--copper); font-size: .6rem; }
.command-shell nav strong { font-size: .82rem; }
.command-shell nav b { font-weight: 400; }
.photo-lightbox { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 18px; background: rgba(4, 5, 4, .88); backdrop-filter: blur(16px); }
.photo-lightbox img { max-width: min(1180px, 94vw); max-height: 88svh; border-radius: 4px; object-fit: contain; box-shadow: var(--shadow-deep); }
.photo-lightbox__close, .photo-lightbox__nav { position: fixed; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 6px; color: var(--paper); background: rgba(7, 8, 7, .72); backdrop-filter: blur(14px); font-weight: 900; }
.photo-lightbox__close { top: 16px; right: 16px; }
.photo-lightbox__nav.prev { left: 16px; top: 50%; }.photo-lightbox__nav.next { right: 16px; top: 50%; }
.photo-lightbox__caption { position: fixed; left: 50%; bottom: 16px; max-width: calc(100% - 40px); padding: 8px 12px; border-radius: 5px; color: rgba(242, 238, 230, .76); background: rgba(7, 8, 7, .72); font-size: .68rem; transform: translateX(-50%); }

/* 404 */
.not-found { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: var(--paper); background: var(--ink); }
.not-found-photo { position: absolute; inset: 0; background: url("assets/images/portrait/dylan-coupe-definitive-portrait.webp") 64% top / cover no-repeat; filter: saturate(.72); }
.not-found-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,7,.98), rgba(7,8,7,.72) 58%, rgba(7,8,7,.18)), linear-gradient(0deg, rgba(7,8,7,.82), transparent); }
.not-found-inner { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 70px; }
.not-found h1 { max-width: 830px; margin-bottom: 26px; font-size: 4.3rem; line-height: .88; }
.not-found h1 em { display: block; margin-top: 8px; color: var(--copper); font-weight: 400; }
.not-found-inner > p:not(.eyebrow) { max-width: 560px; color: rgba(242,238,230,.66); }
.not-found .hero-actions { margin-top: 28px; }
.not-found-code { position: absolute; right: 0; bottom: 20px; color: rgba(242,238,230,.08); font-family: Georgia, "Times New Roman", serif; font-size: 8rem; }

/* Motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.project-slide.is-entering .slide-copy > * { animation: slide-copy .48s ease both; }
.project-slide.is-entering .slide-copy > *:nth-child(2) { animation-delay: .04s; }.project-slide.is-entering .slide-copy > *:nth-child(3) { animation-delay: .08s; }.project-slide.is-entering .slide-copy > *:nth-child(4) { animation-delay: .12s; }.project-slide.is-entering .slide-copy > *:nth-child(5) { animation-delay: .16s; }
.project-slide.is-entering .slide-visual { animation: slide-visual .52s ease both; }
@keyframes slide-copy { from { opacity: 0; transform: translateY(14px); } }
@keyframes slide-visual { from { opacity: 0; transform: translateX(22px); } }

@media (min-width: 680px) {
  .shell { width: min(1240px, calc(100% - 48px)); }
  .section-light, .section-dark { padding: 120px 0; }
  .hero h1 { font-size: 7.2rem; }
  .hero-statement { font-size: 1.85rem; }
  .hero-signature { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .manifesto-copy h2, .showcase-head h2, .archive-heading h2 { font-size: 3.7rem; }
  .manifesto-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
  .practice-panel { padding: 62px 32px; }
  .practice-content h2 { font-size: 3.5rem; }
  .practice-number { font-size: 7rem; }
  .slide-copy { padding: 58px 44px; }
  .slide-copy h3 { font-size: 4.4rem; }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-heading { grid-template-columns: 1fr minmax(300px, .56fr); }
  .method-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-steps article { padding: 28px; border-right: 1px solid var(--line-dark); }
  .method-steps article:nth-child(2n) { border-right: 0; }
  .method-steps small { left: 28px; }
  .photo-hero-copy h2 { font-size: 6rem; }
  .photo-mosaic { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(3, 260px); }
  .photo-mosaic figure { min-height: 0; }
  .mosaic-a { grid-column: span 2; grid-row: span 2; }.mosaic-b { grid-row: span 2; }.photo-mosaic blockquote { grid-column: span 2; grid-row: span 1; min-height: 0; }.mosaic-c { grid-column: span 2; }.mosaic-d, .mosaic-e { grid-row: span 1; }
  .story-copy h2 { font-size: 3.7rem; }
  .principles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principles-grid article { padding: 26px; border-right: 1px solid var(--line-light); }
  .principles-grid article:nth-child(2n) { border-right: 0; }
  .faq-grid h2 { font-size: 4rem; }
  .ecosystem-head h2 { font-size: 3.9rem; }
  .domain-link { grid-template-columns: 54px minmax(0, 1fr) auto; padding: 28px 22px; }
  .domain-link strong { font-size: 2.2rem; }
  .contact h2 { font-size: 5.2rem; }
  .contact-doors a { padding: 20px 60px 20px 20px; }
  .footer-main { grid-template-columns: 1.5fr .7fr 1fr; }
  .not-found h1 { font-size: 6.4rem; }
}

@media (min-width: 980px) {
  .desktop-nav, .nav-cta, .command-button { display: flex; }
  .icon-button.command-button { display: grid; }
  .menu-button, .mobile-nav { display: none; }
  .hero { min-height: min(88svh, 920px); }
  .hero-photo { left: auto; width: 63%; background-position: 52% 16%; background-size: cover; }
  .hero-inner { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .48fr); gap: 60px; }
  .hero h1 { font-size: 9.2rem; }
  .hero-scroll { display: flex; }
  .manifesto-grid { grid-template-columns: 180px 1fr; gap: 50px; }
  .manifesto-copy h2 { font-size: 4.6rem; }
  .dual-practice { display: grid; grid-template-columns: 1fr 1fr; }
  .practice-panel { min-width: 0; min-height: 880px; padding: 68px max(32px, calc((100vw - 1240px) / 2)); }
  .practice-software { padding-right: 44px; }
  .practice-photo { padding-left: 44px; }
  .practice-content h2 { font-size: 4rem; }
  .software-console { top: 120px; right: 7%; width: min(500px, 80%); }
  .showcase-head { grid-template-columns: 140px minmax(0, 1fr) minmax(280px, .46fr); align-items: end; }
  .showcase-head h2 { font-size: 4.25rem; }
  .theater-stage { min-height: 710px; }
  .project-slide { min-height: 710px; grid-template-columns: minmax(350px, .72fr) minmax(560px, 1.28fr); }
  .slide-copy { padding: 68px 54px; }
  .slide-copy h3 { font-size: 5.2rem; }
  .slide-visual { min-height: 710px; }
  .visual-pos { grid-template-columns: 90px minmax(0, 1fr) minmax(230px, .7fr); grid-template-rows: 1fr; align-items: stretch; padding: 28px; }
  .pos-rail { grid-row: 1; }.pos-tables { grid-template-columns: repeat(2, minmax(0, 1fr)); }.pos-ticket { grid-column: 3; align-self: center; }
  .visual-booking { grid-template-columns: 1.3fr .7fr; grid-template-rows: 1fr; }
  .automation-orbit { left: 10%; width: 280px; height: 280px; }.automation-orbit span { inset: 105px; }.automation-flow { margin-left: 40%; }
  .archive-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .archive-card { grid-column: span 4; }
  .archive-card:nth-child(1), .archive-card:nth-child(5) { grid-column: span 8; grid-template-columns: 1.35fr .65fr; }
  .archive-card:nth-child(1) .archive-media, .archive-card:nth-child(5) .archive-media { min-height: 450px; }
  .archive-card:nth-child(1) .archive-copy, .archive-card:nth-child(5) .archive-copy { min-height: 450px; display: flex; flex-direction: column; justify-content: flex-end; }
  .archive-card:nth-child(7), .archive-card:nth-child(8) { grid-column: span 6; }
  .sectio-grid { grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 100px; align-items: start; }
  .sectio-signal { font-size: 12rem; }
  .sectio-intro h2 { font-size: 4.2rem; }
  .method-head { grid-template-columns: 170px 1fr; }
  .method-head h2 { font-size: 4.3rem; }
  .method-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .method-steps article, .method-steps article:nth-child(2n) { border-right: 1px solid var(--line-dark); }
  .method-steps article:last-child { border-right: 0; }
  .photo-hero { min-height: 900px; }
  .photo-hero-copy h2 { font-size: 8rem; }
  .story-grid { grid-template-columns: minmax(380px, .78fr) minmax(0, 1.2fr); gap: 90px; }
  .story-copy h2 { font-size: 4.6rem; }
  .principles-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .principles-grid article, .principles-grid article:nth-child(2n) { border-right: 1px solid var(--line-light); }
  .principles-grid article:last-child { border-right: 0; }
  .faq-grid { grid-template-columns: minmax(270px, .55fr) minmax(0, 1fr); gap: 90px; }
  .ecosystem-head { grid-template-columns: 170px minmax(0, 1fr); gap: 50px; }
  .ecosystem-head h2 { font-size: 4.6rem; }
  .domain-link { min-height: 185px; grid-template-columns: 70px minmax(0, 1fr) auto; padding: 30px 28px; }
  .domain-link strong { font-size: 3rem; }
  .contact { min-height: 820px; }
  .contact h2 { font-size: 6rem; }
  .contact-doors { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1180px; }
  .contact-doors a { min-height: 180px; align-content: end; }
}

@media (min-width: 1320px) {
  .hero h1 { font-size: 10.5rem; }
  .slide-copy h3 { font-size: 5.8rem; }
}

@media (max-width: 679px) {
  .hero { min-height: 780px; }
  .hero-photo { background-position: 53% top; background-size: auto 70%; }
  .hero-vignette { background: linear-gradient(0deg, rgba(5, 6, 5, .99) 0%, rgba(5, 6, 5, .92) 43%, rgba(5, 6, 5, .08) 78%, rgba(5, 6, 5, .26) 100%); }
  .hero-inner { padding-top: 335px; padding-bottom: 26px; }
  .hero h1 { margin-bottom: 20px; font-size: 4.15rem; }
  .hero-statement { margin-bottom: 10px; font-size: 1.18rem; }
  .hero-description { margin-bottom: 20px; font-size: .84rem; line-height: 1.55; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-glass, .hero-signature { display: none; }
  .brand-copy small { max-width: 180px; overflow: hidden; text-overflow: ellipsis; }
  .software-console { top: 54px; right: -18%; width: 92%; opacity: .78; }
  .practice-content { padding-top: 330px; }
  .practice-photo .practice-content { padding-top: 200px; }
  .theater-stage { min-height: 1030px; }
  .project-slide { min-height: 1030px; grid-template-rows: auto 1fr; }
  .slide-copy { min-height: 520px; }
  .visual-pos { grid-template-columns: 62px 1fr; }
  .pos-ticket { grid-column: 2; }
  .analytics-nav { display: none; }
  .visual-analytics { grid-template-columns: 1fr; }
  .analytics-kpis { grid-template-columns: 1fr; }
  .analytics-kpis article:nth-child(n+3) { display: none; }
  .crm-board { grid-template-columns: 1fr 1fr; }
  .crm-board section:nth-child(3) { display: none; }
  .commerce-word { width: 70%; }
  .automation-orbit { left: -35px; opacity: .55; }
  .automation-flow { width: 94%; }
  .archive-media { min-height: 280px; }
  .service-ledger article { grid-template-columns: 30px 1fr; }
  .service-ledger article > b { display: none; }
  .photo-hero { min-height: 760px; }
  .photo-hero > img { object-position: 57% center; }
  .photo-hero-overlay { background: linear-gradient(0deg, rgba(10, 8, 7, .94), rgba(10, 8, 7, .16) 75%); }
  .photo-hero-copy { padding-bottom: 44px; }
  .photo-hero-copy > div .button { width: 100%; }
  .photo-rail-head h3 { font-size: 1.9rem; }
  .photo-mosaic blockquote p { font-size: 1.7rem; }
  .ecosystem::after { top: 46px; font-size: 4.4rem; }
  .ecosystem-head h2 { font-size: 2.65rem; }
  .domain-link { grid-template-columns: 30px minmax(0, 1fr) auto; gap: 12px; padding: 22px 10px; }
  .domain-link strong { font-size: 1.35rem; }
  .domain-link p { font-size: .7rem; }
  .domain-link > b { width: 34px; height: 34px; }
  .contact { min-height: auto; padding: 100px 0 72px; }
  .contact::after { width: 42%; }
  .contact-signature { top: 52px; right: -18px; }
  .contact-signature span { font-size: 8rem; }
  .contact-signature small { display: none; }
  .contact h2 { font-size: 3.45rem; }
  .contact-doors { margin-top: 38px; }
  .not-found { min-height: 820px; }
  .not-found-photo { background-position: 54% top; background-size: auto 68%; }
  .not-found-overlay { background: linear-gradient(0deg, rgba(7,8,7,.98), rgba(7,8,7,.82) 58%, rgba(7,8,7,.18)); }
  .not-found-inner { padding-top: 360px; padding-bottom: 34px; }
  .not-found h1 { font-size: 3.4rem; }
  .not-found .button { width: 100%; }
  .not-found-code { display: none; }
}

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