
:root {
  --ink: #171513;
  --paper: #f1eee7;
  --rust: #a34a2d;
  --muted: #6f6a63;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--rust); outline-offset: 5px; }

.hero { min-height: 100svh; padding: 0 5vw 5vw; }
.nav { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #cbc6bc; }
.brand { font: 800 18px/1 Arial, sans-serif; letter-spacing: .18em; }
.brand span { font-weight: 400; }
.navLinks { display: flex; gap: 38px; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.navLinks a { transition: opacity .2s ease; }
.navLinks a:hover { opacity: .55; }
.navCta { background: var(--ink); color: var(--paper); padding: 15px 21px; }

.heroGrid { min-height: calc(100svh - 146px); display: grid; grid-template-columns: 1.15fr .85fr; }
.heroCopy { padding: 9vh 7vw 5vh 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 35px; color: var(--rust); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.065em; }
h1 { font-size: clamp(72px, 8.4vw, 150px); line-height: .81; }
h1 em, h2 em { color: var(--rust); font-weight: 400; }
.heroIntro { max-width: 480px; margin: 42px 0 0 22%; color: var(--muted); font: 17px/1.65 Georgia, serif; }
.heroActions { margin: 34px 0 0 22%; display: flex; gap: 28px; align-items: center; }
.button { padding: 18px 22px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; display: inline-flex; gap: 25px; align-items: center; }
.buttonDark { background: var(--ink); color: white; }
.textLink { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid #999187; padding-bottom: 7px; }

.heroVisual { position: relative; min-height: 620px; overflow: hidden; background: #2b2825; }
.heroVisual img { object-fit: cover; object-position: center 35%; filter: saturate(.65) contrast(1.06); }
.verticalNote { position: absolute; top: 50%; right: -108px; margin: 0; transform: rotate(90deg); color: white; font-size: 9px; letter-spacing: .25em; }
.imageStamp { position: absolute; bottom: 26px; left: 26px; background: rgba(17,15,14,.88); color: white; width: 92px; height: 92px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(-8deg); }
.imageStamp strong { font: 22px/1 Georgia, serif; }
.imageStamp span { margin-top: 5px; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }

.firstWorks { background: var(--ink); color: var(--paper); padding: 110px 5vw 130px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; overflow: hidden; }
.eyebrowLight { color: #c86847; }
h2 { font-size: clamp(54px, 6vw, 100px); line-height: .92; }
.workPreview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; min-height: 490px; }
.workPreview figure { position: relative; margin: 0; min-height: 420px; overflow: hidden; }
.workPreview figure:nth-child(2) { transform: translateY(48px); }
.workPreview img { object-fit: cover; filter: saturate(.8); transition: transform .5s ease; }
.workPreview figure:hover img { transform: scale(1.03); }

.ticker { overflow: hidden; border-top: 1px solid #cbc6bc; border-bottom: 1px solid #cbc6bc; padding: 17px 0; color: var(--rust); background: var(--paper); }
.ticker div { width: max-content; font: 700 10px/1 Arial, sans-serif; letter-spacing: .2em; white-space: nowrap; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.works { background: var(--ink); color: var(--paper); padding: 120px 5vw 135px; }
.worksHeading { display: grid; grid-template-columns: 1fr 320px; gap: 8vw; align-items: end; margin-bottom: 100px; }
.sectionIntro { margin: 0 0 8px; color: #a9a39a; font: 16px/1.7 Georgia, serif; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 90px 7vw; }
.galleryItem { margin: 0; }
.galleryItem:nth-child(even) { transform: translateY(120px); }
.galleryImage { position: relative; height: min(730px, 67vw); overflow: hidden; background: #292624; }
.galleryItem:nth-child(3n) .galleryImage { height: min(570px, 58vw); }
.galleryImage img { object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease; filter: saturate(.82); }
.galleryItem:hover .galleryImage img { transform: scale(1.025); filter: saturate(1); }
.galleryItem figcaption { border-top: 1px solid #3c3834; display: flex; justify-content: space-between; padding-top: 14px; margin-top: 18px; color: #817b74; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.galleryItem figcaption strong { color: var(--paper); font-weight: 500; }
.centerAction { margin-top: 210px; display: flex; justify-content: center; }
.buttonOutline { color: var(--paper); border: 1px solid #5d5751; transition: background .2s ease, color .2s ease; }
.buttonOutline:hover { background: var(--paper); color: var(--ink); }

.about { min-height: 900px; padding: 150px 5vw; display: grid; grid-template-columns: .88fr 1.12fr; gap: 9vw; align-items: center; }
.aboutImage { position: relative; min-height: 750px; overflow: hidden; background: #292624; }
.aboutImage img { object-fit: cover; filter: saturate(.55) contrast(1.08); }
.aboutIndex { position: absolute; right: 20px; bottom: 18px; color: white; font-size: 9px; letter-spacing: .25em; writing-mode: vertical-rl; }
.aboutCopy h2 { font-size: clamp(58px, 6vw, 105px); margin-bottom: 48px; }
.aboutText { max-width: 610px; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; color: var(--muted); font: 15px/1.75 Georgia, serif; }
.aboutText p { margin: 0; }
blockquote { margin: 50px 0 28px; padding: 26px 0 26px 28px; border-left: 2px solid var(--rust); max-width: 540px; color: var(--ink); font: italic 27px/1.35 Georgia, serif; }

.process { background: #211e1b; color: var(--paper); padding: 140px 5vw 150px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.processHeading { position: sticky; top: 45px; align-self: start; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 78px 1fr; gap: 28px; padding: 38px 0 54px; border-top: 1px solid #47413c; }
.steps li:last-child { border-bottom: 1px solid #47413c; }
.steps > li > span { color: #b85d3e; font-size: 11px; letter-spacing: .18em; }
.steps h3 { margin: -7px 0 18px; font: 400 clamp(28px, 3vw, 48px)/1.1 Georgia, serif; }
.steps p { max-width: 510px; margin: 0; color: #a9a39a; font: 15px/1.7 Georgia, serif; }

.faqSection { padding: 145px 5vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.faqList { border-top: 1px solid #c9c2b8; }
.faqList details { border-bottom: 1px solid #c9c2b8; }
.faqList summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 28px 0; font: 400 21px/1.3 Georgia, serif; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--rust); font: 300 26px/1 Arial, sans-serif; transition: transform .25s ease; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { margin: -4px 55px 28px 0; color: var(--muted); font: 15px/1.7 Georgia, serif; }

.booking { position: relative; background: var(--rust); color: #f7f0e8; padding: 80px 5vw 55px; overflow: hidden; }
.bookingTop { display: flex; justify-content: space-between; align-items: start; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; }
.bookingTop p:last-child { margin: 0; }
.booking h2 { max-width: 1100px; margin-top: 70px; font-size: clamp(68px, 9.5vw, 165px); line-height: .84; }
.booking h2 em { color: #211e1b; }
.bookingButton { position: absolute; right: 8vw; top: 43%; width: 170px; height: 170px; border-radius: 50%; background: #211e1b; color: white; display: flex; flex-direction: column; gap: 14px; align-items: center; justify-content: center; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .15em; transition: transform .3s ease; }
.bookingButton:hover { transform: rotate(-5deg) scale(1.03); }
.bookingButton span { font-size: 20px; }
.bookingMeta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; border-top: 1px solid rgba(255,255,255,.35); margin-top: 120px; padding-top: 28px; }
.bookingMeta p { margin: 0; font: 14px/1.55 Georgia, serif; }
.bookingMeta span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.65); font: 700 8px/1 Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }

footer { background: #161412; color: #f1eee7; padding: 42px 5vw 35px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: start; }
.footerBrand { font-size: 17px; }
.socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 28px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.socials a:hover { color: #c66b4a; }
.credits { grid-column: 1 / -1; margin: 45px 0 0; padding-top: 22px; border-top: 1px solid #34302d; color: #6e6861; font-size: 9px; letter-spacing: .08em; }

@media (max-width: 900px) {
  .navLinks > a:not(.navCta) { display: none; }
  .nav { height: 78px; }
  .heroGrid { grid-template-columns: 1fr; min-height: auto; }
  .heroCopy { padding: 80px 0; }
  .heroIntro, .heroActions { margin-left: 0; }
  .heroVisual { min-height: 72svh; }
  .firstWorks { grid-template-columns: 1fr; padding-top: 90px; }
  .workPreview { margin-top: 25px; }
  .worksHeading, .about, .process, .faqSection { grid-template-columns: 1fr; }
  .worksHeading { gap: 42px; }
  .about { gap: 70px; }
  .aboutImage { min-height: 78svh; }
  .processHeading { position: static; }
  .bookingButton { width: 140px; height: 140px; right: 6vw; top: 46%; }
}

@media (max-width: 600px) {
  .hero { padding: 0 20px 20px; }
  .brand { font-size: 14px; }
  .navCta { padding: 13px 14px; }
  .heroCopy { padding: 64px 0; }
  h1 { font-size: clamp(64px, 21vw, 92px); }
  .heroIntro { margin-top: 32px; font-size: 16px; }
  .heroActions { align-items: flex-start; flex-direction: column; }
  .firstWorks { padding: 82px 20px 100px; }
  .workPreview { width: 190vw; grid-template-columns: repeat(3, 1fr); min-height: 430px; }
  .workPreview figure { min-height: 380px; }
  .ticker div { animation-duration: 18s; }
  .works { padding: 90px 20px 110px; }
  .worksHeading { margin-bottom: 65px; }
  .gallery { grid-template-columns: 1fr; gap: 58px; }
  .galleryItem:nth-child(even) { transform: none; }
  .galleryImage, .galleryItem:nth-child(3n) .galleryImage { height: 124vw; max-height: 680px; }
  .centerAction { margin-top: 80px; }
  .about { padding: 95px 20px 110px; }
  .aboutImage { min-height: 68svh; }
  .aboutCopy h2 { margin-bottom: 35px; }
  .aboutText { grid-template-columns: 1fr; gap: 18px; }
  blockquote { font-size: 23px; margin-top: 38px; }
  .process { padding: 95px 20px 105px; gap: 65px; }
  .steps li { grid-template-columns: 45px 1fr; gap: 12px; }
  .faqSection { padding: 100px 20px; gap: 65px; }
  .faqList summary { font-size: 18px; }
  .booking { padding: 70px 20px 45px; }
  .bookingTop { gap: 25px; }
  .booking h2 { margin-top: 55px; font-size: clamp(64px, 20vw, 95px); }
  .bookingButton { position: static; margin: 52px 0 25px auto; }
  .bookingMeta { grid-template-columns: 1fr; margin-top: 55px; }
  footer { padding: 40px 20px 30px; grid-template-columns: 1fr; gap: 34px; }
  .socials { justify-content: flex-start; gap: 20px; }
  .credits { margin-top: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  .galleryImage img, .bookingButton { transition: none; }
}
