:root {
  --bg: #fafafa;
  --text: #171719;
  --muted: #5d5d63;
  --line: #dcdce0;
  --accent: #f47a1f;
  --accent-strong: #ff9d3b;
  --panel: #ffffff;
  --max: 1240px;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
body.nav-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
svg { flex-shrink: 0; width: 20px; height: 20px; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; font-weight: 700; line-height: 1.1; }
h1 { font-size: 56px; max-width: 880px; }
h2 { font-size: 38px; }
h3 { font-size: 23px; }
.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: 10px; left: 20px; transform: translateY(-160%); z-index: 200; background: white; color: black; padding: 12px 18px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 max(24px, calc((100% - 1360px) / 2)); background: #171719; color: white; border-bottom: 1px solid #ffffff26; transition: background .25s, height .25s; }
.site-header.is-scrolled { height: 72px; background: #171719f5; backdrop-filter: blur(16px); }
.brand { position: relative; z-index: 55; font-size: 22px; font-weight: 800; white-space: nowrap; line-height: 1; }
.brand span { border-bottom: 3px solid var(--accent); padding-bottom: 5px; }
.site-nav { display: flex; gap: 28px; align-items: center; font-size: 14px; font-weight: 600; }
.site-nav a { position: relative; padding: 9px 0; color: #dedee0; transition: color .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--accent-strong); }
.site-nav a.nav-cta { padding: 10px 19px; background: var(--accent); color: #171719; border-radius: 3px; }
.site-nav a.nav-cta:hover { background: var(--accent-strong); }
.site-nav a.nav-cta[aria-current="page"] { box-shadow: inset 0 -3px 0 white; }
.nav-toggle { display: none; position: relative; z-index: 55; width: 44px; height: 44px; border: 1px solid #ffffff60; border-radius: 3px; background: transparent; color: white; }
.nav-toggle span:not(.sr-only) { display: block; width: 19px; height: 2px; background: currentColor; margin: 4px auto; transition: transform .2s, opacity .2s; }
.nav-active .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-active .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-active .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero, .page-hero { position: relative; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; background: #171719; color: white; }
.hero { min-height: min(820px, 85svh); padding: 154px max(24px, calc((100% - 1240px) / 2)) 62px; }
.hero-image, .page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-image { object-position: center 58%; animation: photo-enter 1.4s ease-out both; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #0000008c, #0000000a 85%), linear-gradient(0deg, #0000009e, transparent 80%); }
.hero-content { max-width: 800px; animation: content-enter .85s ease-out both; }
.eyebrow { margin: 0 0 20px; color: #98400a; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.hero .eyebrow, .page-hero .eyebrow { color: var(--accent-strong); }
.hero h1 { font-size: 80px; line-height: 1.05; }
.hero-tagline { font-size: 30px; line-height: 1.25; max-width: 600px; margin: 20px 0 0; }
.hero-text { max-width: 500px; margin: 16px 0 0; color: #eeeeef; font-size: 16px; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; line-height: 1.4; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 6px 0 #00000015; }
.button.primary { background: var(--accent); color: #171719; }
.button.primary:hover { background: var(--accent-strong); }
.button.ghost { border-color: #ffffff85; color: white; background: #00000020; }
.hero-index { position: absolute; right: 40px; bottom: 52px; writing-mode: vertical-rl; font-size: 12px; color: #ffffffba; }
.category-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: #171719; color: white; padding: 0 max(24px, calc((100% - 1240px) / 2)); }
.category-strip a { display: flex; align-items: center; gap: 16px; min-height: 84px; padding: 20px 24px; border-right: 1px solid #ffffff26; transition: color .2s; }
.category-strip a:first-child { padding-left: 0; }
.category-strip a:last-child { border: 0; }
.category-strip a:hover { color: var(--accent-strong); }
.category-strip span { font-size: 12px; color: var(--accent-strong); }
.category-strip svg { margin-left: auto; }

.intro-section, .process-section, .gallery-section, .pricing-grid, .note-section, .contact-layout, .text-hero, .terms-content, .portfolio-links { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.intro-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 88px 0 44px; }
.section-copy h2 { max-width: 590px; }
.large-copy { color: var(--muted); font-size: 17px; margin: 30px 0 0; max-width: 570px; }
.portfolio-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding-bottom: 80px; }
.portfolio-card { position: relative; aspect-ratio: 3 / 4; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; overflow: hidden; background: #171719; color: white; }
.portfolio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #000000b8, transparent 64%); }
.portfolio-card img, .gallery-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
.portfolio-card:hover img, .gallery-item:hover img { transform: scale(1.04); }
.portfolio-card span, .portfolio-card strong, .portfolio-card > svg { position: relative; z-index: 1; }
.portfolio-card span { font-size: 12px; color: var(--accent-strong); font-weight: 700; }
.portfolio-card strong { margin-top: 10px; font-size: 26px; line-height: 1.2; max-width: 260px; }
.portfolio-card > svg { position: absolute; top: 24px; right: 24px; width: 30px; height: 30px; }
.crop-left img, img.crop-left { object-position: 12% center; }
.crop-center img, img.crop-center { object-position: center; }
.crop-right img, img.crop-right { object-position: 88% center; }
.crop-heart img { object-position: 50% 44%; }
.crop-corporate img { object-position: 48% 34%; }
.crop-culinair-table img { object-position: 50% 58%; }
.process-section { padding: 66px 0 88px; border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; margin-top: 40px; }
.process-grid article { border-top: 2px solid var(--text); padding-top: 20px; }
.process-grid span { display: block; color: #98400a; font-size: 13px; margin-bottom: 30px; }
.process-grid p { color: var(--muted); max-width: 360px; }
.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px 56px; width: 100%; margin: 0; padding: 64px max(24px, calc((100% - 1240px) / 2)); background: var(--accent); color: #171719; }
.cta-band h2 { max-width: 700px; font-size: 32px; }
.cta-band p { grid-column: 1; max-width: 650px; margin: 0; }
.cta-band .button { grid-column: 2; grid-row: 1 / 3; background: #171719; color: white; }
.cta-band .button:hover { background: #333337; }
.cta-band.compact { margin-top: 72px; }

.page-hero { min-height: min(640px, 76svh); padding: 160px max(24px, calc((100% - 1240px) / 2)) 58px; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #000000a6, #00000012), linear-gradient(0deg, #00000060, transparent); }
.page-hero div { max-width: 780px; }
.page-hero p:not(.eyebrow) { max-width: 650px; font-size: 17px; color: #eeeeef; margin: 22px 0 0; }
.gallery-section { padding: 64px 0 0; }
.gallery-copy { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.gallery-copy p { max-width: 500px; color: var(--muted); margin: 0; }
.gallery-grid { column-count: 3; column-gap: 16px; }
.gallery-item { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; padding: 0; margin: 0 0 16px; overflow: hidden; border: 0; background: #e5e5e7; break-inside: avoid; cursor: zoom-in; }
.gallery-item.tall { aspect-ratio: 3 / 4; }
.gallery-item.wide { aspect-ratio: 16 / 9; }
.text-hero { padding: 150px 0 44px; }
.text-hero p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 17px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 10px 0 32px; }
.price-card { padding: 36px; background: white; border: 1px solid var(--line); border-radius: 4px; }
.price-card h2 { font-size: 30px; }
.price-card strong { display: block; font-size: 34px; line-height: 1.2; margin: 24px 0; }
.price-card p:not(.eyebrow), .price-card li { color: var(--muted); }
.price-card.featured { background: #171719; color: white; border-top: 4px solid var(--accent); padding-top: 33px; }
.price-card.featured .eyebrow, .price-card.featured strong { color: var(--accent-strong); }
.price-card.featured p:not(.eyebrow), .price-card.featured li { color: #d2d2d7; }
.price-card ul { padding: 0; list-style: none; margin: 28px 0 0; }
.price-card li { padding: 13px 0; border-top: 1px solid var(--line); }
.price-card.featured li { border-color: #ffffff30; }
.note-section { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; padding: 36px 0 80px; }
.note-section p { color: var(--muted); margin: 0; }
.note-section .button { grid-column: 2; justify-self: start; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 160px 0 100px; min-height: 65svh; }
.contact-copy h1 { max-width: 500px; font-size: 32px; line-height: 1.15; }
.contact-copy p:not(.eyebrow) { color: var(--muted); max-width: 450px; }
.contact-points { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 32px; font-size: 13px; color: var(--muted); }
.email-card { align-self: start; border-top: 3px solid var(--accent); padding: 26px 0; }
.email-card p { font-size: 12px; color: var(--muted); text-transform: uppercase; margin: 0 0 12px; }
.email-card a { display: inline-block; font-size: 20px; font-weight: 600; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 6px; overflow-wrap: anywhere; }
.email-card a:hover { color: #98400a; }
.terms-content { max-width: 980px; padding-bottom: 80px; }
.terms-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.terms-content h2 { font-size: 24px; margin-bottom: 16px; }
.terms-content h3 { font-size: 19px; margin: 24px 0 12px; }
.terms-content p, .terms-content li { color: var(--muted); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 36px max(24px, calc((100% - 1240px) / 2)); background: #171719; color: #c8c8ce; font-size: 13px; }
.site-footer p { white-space: nowrap; }
.site-footer div { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.site-footer a:hover { color: var(--accent-strong); }

.lightbox { position: fixed; inset: 0; z-index: 100; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 76px 80px 32px; border: 0; background: #101012f7; color: white; }
.lightbox[open] { display: grid; place-items: center; }
.lightbox::backdrop { background: #101012; }
.lightbox figure { margin: 0; width: 100%; min-width: 0; text-align: center; }
.lightbox img { width: 100%; height: calc(100svh - 165px); object-fit: contain; }
.lightbox figcaption { font-size: 13px; color: #d2d2d7; margin-top: 16px; }
.lightbox button { position: absolute; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ffffff60; border-radius: 3px; color: white; background: #222226; }
.lightbox button:hover { color: var(--accent-strong); border-color: var(--accent); }
.lightbox-close { right: 24px; top: 20px; }
.lightbox-prev { left: 18px; top: calc(50% - 22px); }
.lightbox-next { right: 18px; top: calc(50% - 22px); }
.lightbox-count { position: absolute; left: 24px; top: 30px; color: #d2d2d7; font-size: 13px; }
.reveal { animation: content-enter .65s both; }
@keyframes content-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes photo-enter { from { transform: scale(1.035); } to { transform: scale(1); } }

@media (max-width: 1000px) {
  .site-nav { gap: 18px; }
  .hero h1 { font-size: 64px; }
  .hero-index { display: none; }
  .intro-section { gap: 40px; }
  .portfolio-card { padding: 20px; }
  .portfolio-card strong { font-size: 22px; }
}
@media (max-width: 800px) {
  h1 { font-size: 42px; }
  h2 { font-size: 30px; }
  .site-header { height: 72px; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 18px; background: #171719; font-size: 22px; visibility: hidden; opacity: 0; transition: opacity .2s, visibility .2s; }
  .nav-active .site-nav { visibility: visible; opacity: 1; }
  .hero { padding-top: 125px; padding-bottom: 40px; }
  .hero h1 { font-size: 54px; }
  .hero-tagline { font-size: 26px; }
  .category-strip a { padding-inline: 16px; gap: 10px; }
  .intro-section { grid-template-columns: 1fr; gap: 0; padding-top: 56px; }
  .large-copy { margin-top: 24px; }
  .portfolio-links { gap: 14px; }
  .portfolio-card { aspect-ratio: 2 / 3; padding: 16px; }
  .portfolio-card strong { font-size: 20px; }
  .process-grid { gap: 24px; }
  .gallery-grid { column-count: 2; }
  .gallery-copy { display: grid; gap: 20px; }
  .contact-layout { gap: 36px; grid-template-columns: 1fr; padding: 128px 0 72px; }
  .email-card { max-width: 520px; width: 100%; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 12px; }
  .cta-band { grid-template-columns: 1fr; gap: 20px; }
  .cta-band .button { grid-column: 1; grid-row: auto; justify-self: start; }
}
@media (max-width: 560px) {
  .hero { min-height: 80svh; }
  .hero h1 { font-size: 42px; }
  .hero-tagline { font-size: 24px; }
  .hero-text { font-size: 15px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { padding-inline: 14px; font-size: 13px; gap: 10px; }
  .category-strip { padding: 0 20px; }
  .category-strip a { min-height: 68px; padding: 16px 10px; font-size: 13px; gap: 7px; }
  .category-strip svg { display: none; }
  .category-strip a:last-child { padding-right: 0; }
  .portfolio-links, .process-grid, .pricing-grid { grid-template-columns: 1fr; }
  .portfolio-card { aspect-ratio: 4 / 3; padding: 24px; }
  .portfolio-card strong { font-size: 26px; }
  .portfolio-links { padding-bottom: 48px; }
  .process-section { padding: 44px 0 54px; }
  .process-grid { gap: 24px; }
  .process-grid span { margin-bottom: 18px; }
  .cta-band { padding-block: 44px; }
  .cta-band h2 { font-size: 28px; }
  .page-hero { min-height: 70svh; padding-top: 124px; padding-bottom: 40px; }
  .page-hero h1 { font-size: 36px; }
  .page-hero p:not(.eyebrow) { font-size: 16px; }
  .gallery-section { padding-top: 42px; }
  .gallery-grid { column-count: 1; }
  .text-hero { padding-top: 126px; }
  .text-hero h1 { font-size: 36px; }
  .price-card { padding: 26px; }
  .price-card.featured { padding-top: 23px; }
  .price-card h2 { font-size: 28px; }
  .note-section { grid-template-columns: 1fr; }
  .note-section .button { grid-column: 1; }
  .contact-copy h1 { font-size: 28px; }
  .email-card a { font-size: 19px; }
  .lightbox { padding: 76px 14px 76px; }
  .lightbox img { height: calc(100svh - 210px); }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 18px; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 36px; }
  .brand { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
