* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f5f3e6; color: #5c0702; font-family: neue-haas-grotesk-text, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-weight: 400; letter-spacing: -.055em; line-height: 1.04; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.site-header { height: 96px; padding: 12px clamp(24px,5vw,88px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(92,7,2,.24); background: #f5f3e6; position: relative; z-index: 2; }
.brand img { width: 72px; height: 72px; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px,3vw,54px); font-size: 14px; }
.site-header nav a:not(.nav-contact):hover, .text-link:hover, footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-contact { border: 1px solid #5c0702; border-radius: 100px; padding: 12px 20px; }
.nav-contact span { margin-left: 20px; }
.hero { min-height: min(790px,calc(100svh - 96px)); position: relative; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; padding: 72px clamp(24px,5vw,88px) 90px; overflow: hidden; }
.hero-content { position: relative; z-index: 1; max-width: 820px; }
.hero h1 { font-size: clamp(58px,7.1vw,118px); margin: 38px 0 30px; }
.hero-intro { max-width: 520px; font-size: clamp(17px,1.4vw,21px); line-height: 1.55; margin-bottom: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; padding: 17px 22px; border-radius: 100px; font-size: 15px; font-weight: 600; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: #5c0702; color: #f5f3e6; }
.button-dark:hover { background: #7b1a12; }
.hero-art { height: min(37vw,500px); min-height: 340px; position: relative; display: grid; place-items: center; }
.hero-circle { width: min(34vw,450px); aspect-ratio: 1; border-radius: 50%; background: #ffa175; display: grid; place-items: center; transform: rotate(-12deg); text-align: center; font: italic clamp(28px,3vw,48px)/1.12 Georgia,serif; letter-spacing: -.04em; }
.orbit { position: absolute; border: 1px solid rgba(92,7,2,.5); width: min(41vw,540px); aspect-ratio: 1; border-radius: 50%; transform: scaleX(.62) rotate(38deg); pointer-events: none; }
.orbit-two { transform: scaleX(.62) rotate(-38deg); }
.hero-foot { position: absolute; bottom: 28px; left: clamp(24px,5vw,88px); right: clamp(24px,5vw,88px); display: flex; justify-content: space-between; font-size: 12px; letter-spacing: .04em; }
.section-wrap { padding-left: clamp(24px,5vw,88px); padding-right: clamp(24px,5vw,88px); scroll-margin-top: 30px; }
.intro { border-top: 1px solid rgba(92,7,2,.25); display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding-top: 115px; padding-bottom: 80px; }
.intro h2,.about h2,.contact h2 { font-size: clamp(47px,5.2vw,84px); margin: 24px 0 0; }
.intro-copy { align-self: end; max-width: 530px; font-size: clamp(19px,1.7vw,25px); line-height: 1.45; }
.services { padding-bottom: 130px; }
.service { border-top: 1px solid #5c0702; display: grid; grid-template-columns: 70px minmax(200px,1fr) 30px; gap: 30px; align-items: start; padding: 30px 0 46px; }
.service:last-child { border-bottom: 1px solid #5c0702; }
.service-number { font-size: 13px; padding-top: 10px; }
.service h3 { font-size: clamp(27px,2.7vw,42px); font-weight: 400; letter-spacing: -.04em; margin: 0; }

.service-arrow { font-size: 24px; }
.about { display: grid; grid-template-columns: 1fr 1fr; background: #ffa175; scroll-margin-top: 0; }
.about-mark { min-height: 650px; display: grid; place-items: center; padding: 10%; background: #5c0702; }
.about-mark img { width: min(100%,640px); }
.about-copy { padding: clamp(55px,7vw,115px) clamp(24px,6vw,110px); align-self: center; }
.about-copy h2 { margin-bottom: 38px; }
.about-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.62; max-width: 500px; }
.text-link { display: inline-block; border-bottom: 1px solid currentColor; padding: 12px 0; margin-top: 22px; font-weight: 600; }
.text-link span { margin-left: 38px; }
.contact { background: #5c0702; color: #f5f3e6; padding-top: 120px; padding-bottom: 130px; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.contact h2 { margin-bottom: 0; }
.contact-grid > div { max-width: 430px; }
.contact-grid p { font-size: 20px; line-height: 1.55; margin-bottom: 30px; }
.button-light { background: #ffa175; color: #5c0702; }
.button-light:hover { background: #f5f3e6; }
.email { display: block; width: fit-content; margin-top: 28px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 15px; }
footer { padding: 32px clamp(24px,5vw,88px); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; }
footer img { width: 58px; }
@media(max-width:900px) { .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 85px; } .hero-art { height: 400px; min-height: 0; margin: 20px 0; } .hero-circle { width: min(72vw,370px); } .orbit { width: min(86vw,440px); } .hero-foot { bottom: 25px; } .intro { padding-top: 80px; grid-template-columns: 1fr; gap: 22px; } .service { grid-template-columns: 45px 1fr 25px; gap: 15px; }  .service-arrow { grid-column: 3; grid-row: 1; } .about-mark { min-height: 480px; } .contact-grid { grid-template-columns: 1fr; gap: 45px; } }
@media(max-width:650px) { .site-header { height: 76px; } .brand img { width: 56px; height: 56px; } .site-header nav { gap: 14px; font-size: 12px; } .site-header nav a:first-child { display: none; } .nav-contact { padding: 9px 12px; } .nav-contact span { margin-left: 4px; } .hero { padding-top: 75px; padding-bottom: 80px; } .hero h1 { font-size: clamp(48px,12vw,72px); margin: 25px 0; } .hero-art { height: 320px; } .hero-circle { font-size: 27px; } .hero-foot span { display: none; } .hero-foot { justify-content: flex-end; } .services { padding-bottom: 85px; } .service { padding: 22px 0 32px; }  .about { grid-template-columns: 1fr; } .about-mark { min-height: 290px; } .about-mark img { width: 370px; } .about-copy { padding-top: 75px; padding-bottom: 80px; } .contact { padding-top: 85px; padding-bottom: 90px; } footer { flex-wrap: wrap; } footer span { order: 3; width: 100%; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
