*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* tones kept close together — a warm family, not high-contrast slabs */
  --soil:    #2B211A;   /* deep warm brown ground */
  --umber:   #382B22;   /* one step up — barely separate from soil */
  --clay:    #9A5638;   /* burnt sienna accent */
  --ochre:   #C8893B;   /* warm ochre signal */
  --sand:    #D8C3A5;
  --bone:    #E7DDCC;   /* warm bone — softened, not bright */
  --bone-deep: #DFD3BE; /* slightly deeper bone for the lit arm */
  --mist:    #B6A48C;
  --line:    rgba(231,221,204,0.14);
  --line-d:  rgba(43,33,26,0.12);
}

html { scroll-behavior: smooth; }

body {
  background: var(--soil);
  color: var(--bone);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 300; font-size: 16px; line-height: 1.7;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.5rem 2.5rem; background: rgba(231,221,204,0.8);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-d); }
.nav-logo { font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 400;
  font-style: italic; letter-spacing: 0.02em; color: var(--soil); text-decoration: none; }
.nav-links { display: flex; gap: 2.25rem; list-style: none; }
.nav-links a { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(43,33,26,0.6); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--clay); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer;
  padding: 0.5rem; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 1px; background: var(--soil);
  transition: transform 0.3s, opacity 0.3s; }

/* HERO — opens light on warm beige, arc motif bleeding off the corner */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center;
  padding: 9rem 2.5rem 7rem; position: relative; overflow: hidden;
  background: var(--bone); color: var(--soil);
  border-radius: 0 0 48px 48px; }
/* glowier warm radial — stronger now that we're on light beige */
.hero::before { content: ''; position: absolute; bottom: -30%; right: -18%;
  width: 80vw; max-width: 1000px; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,137,59,0.42), rgba(154,86,56,0.18) 40%, transparent 68%);
  pointer-events: none; z-index: 0; }
/* the arc — large circle anchored off the bottom-right corner, bleeds off-screen */
.hero::after { content: ''; position: absolute; bottom: -38%; right: -14%;
  width: 78vw; max-width: 980px; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(154,86,56,0.38); pointer-events: none; z-index: 0; }
.hero > * { position: relative; z-index: 1; }

.hero-eyebrow { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--clay); margin-bottom: 2rem; opacity: 0; animation: rise .8s ease forwards; }
.hero-headline { font-family: 'Fraunces', serif; font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300; line-height: 1.04; letter-spacing: -0.015em; margin-bottom: 2rem;
  max-width: 16ch; color: var(--soil); opacity: 0; animation: rise .8s ease .1s forwards; }
.hero-headline em { font-style: italic; color: var(--clay); }
.hero-sub { font-size: 1.05rem; color: rgba(43,33,26,0.62); max-width: 44ch; line-height: 1.8;
  margin-bottom: 1.5rem; opacity: 0; animation: rise .8s ease .2s forwards; }
.hero-note { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.15rem;
  color: var(--clay); max-width: 40ch; line-height: 1.5; margin-bottom: 3rem;
  opacity: 0; animation: rise .8s ease .25s forwards; }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.hero-doors { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 2rem; max-width: 34rem;
  opacity: 0; animation: rise .8s ease .3s forwards; }
.door-group { display: grid; justify-items: center; }
.door { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.72rem;
  letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
  padding: 0.95rem 1.75rem; border: 1px solid #6B3D2A; color: var(--bone);
  background: #6B3D2A; border-radius: 100px; transition: all 0.25s; }
.door:hover { background: #7a4631; border-color: #7a4631; color: var(--bone); }
.door.primary { background: #382B22; border-color: #382B22; color: var(--bone); }
.door.primary:hover { background: #41332a; border-color: #41332a; color: var(--bone); }

.door-note { font-size: 0.85rem; line-height: 1.55; margin: 1rem 0 0;
  color: rgba(56,43,34,0.62); max-width: 18rem; text-align: center; }

/* SECTION BASE */
section { padding: 7rem 2.5rem; position: relative; z-index: 2; }
.section-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ochre); margin-bottom: 3rem; display: flex; align-items: center; gap: 1rem; }
.section-label::before { content: ''; width: 2rem; height: 1px; background: var(--ochre); }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.about-headline { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 300; line-height: 1.18; letter-spacing: -0.01em; }
.about-headline em { font-style: italic; color: var(--ochre); }
.about-body { font-size: 1rem; line-height: 1.9; color: var(--mist); }
.about-body p + p { margin-top: 1.5rem; }

/* ARMS — rounded cards floating on the ground, gentle tonal shift */
.arms { padding: 6rem 2.5rem 7rem; }
.arms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1rem; }
.arm { padding: 3.5rem 3rem 3rem; display: flex; flex-direction: column; gap: 1.5rem;
  text-decoration: none; transition: transform 0.35s, background 0.35s; min-height: 480px;
  border-radius: 28px; }
/* both arms warm and close in tone — distinguished by depth, not contrast */
.arm.advisory { background: var(--umber); color: var(--bone); border: 1px solid var(--line); }
.arm.advisory:hover { background: #41332a; transform: translateY(-6px); }
.arm.studio { background: #6B3D2A; color: var(--bone); }
.arm.studio:hover { background: #7a4631; transform: translateY(-6px); }
.arm-tag { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ochre); }
.arm.studio .arm-tag { color: var(--sand); }
.arm-name { font-family: 'Fraunces', serif; font-size: 2.6rem; font-weight: 300; line-height: 1.05; }
.arm.studio .arm-name { font-style: italic; }
.arm-desc { font-size: 0.92rem; line-height: 1.8; max-width: none; margin: 0 0 1em; }
.arm-desc:last-of-type { margin-bottom: 0; }
.arm.advisory .arm-desc { color: rgba(231,221,204,0.6); }
.arm.studio .arm-desc { color: rgba(231,221,204,0.7); }
.arm-services { list-style: none; display: flex; flex-direction: column; gap: 0.55rem;
  margin-top: 0.5rem; padding-top: 1.5rem; }
.arm.advisory .arm-services { border-top: 1px solid var(--line); }
.arm.studio .arm-services { border-top: 1px solid rgba(231,221,204,0.18); }
.arm-services li { font-size: 0.75rem; letter-spacing: 0.04em; display: flex; gap: 0.7rem; }
.arm-services li::before { content: '→'; }
.arm.advisory .arm-services li::before { color: var(--ochre); }
.arm.studio .arm-services li::before { color: var(--sand); }
.arm.advisory .arm-services li { color: rgba(231,221,204,0.5); }
.arm.studio .arm-services li { color: rgba(231,221,204,0.5); }
.arm-arrow { margin-top: auto; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  display: flex; gap: 0.5rem; padding-top: 2rem; transition: gap 0.2s; }
.arm.advisory .arm-arrow { color: var(--ochre); }
.arm.studio .arm-arrow { color: var(--sand); }
.arm:hover .arm-arrow { gap: 0.95rem; }

/* WHO */
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.who-headline { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 300; line-height: 1.18; }
.who-headline em { font-style: italic; color: var(--ochre); }
.who-list { list-style: none; }
.who-list li { font-size: 1.02rem; line-height: 1.6; color: var(--bone);
  padding: 1.5rem 0; border-bottom: 1px solid var(--line); display: flex; gap: 1.5rem; align-items: baseline; }
.who-list li:first-child { padding-top: 0; }
.who-index { font-family: 'Fraunces', serif; font-style: italic; font-size: 1rem;
  color: var(--ochre); min-width: 1.5rem; }

/* CONTACT — rounded panel that rises out of the ground via a curved top */
.contact-wrap { background: var(--bone); color: var(--soil);
  border-radius: 48px 48px 0 0; margin-top: 3rem; }
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: start; }
.contact-wrap .section-label { color: var(--clay); }
.contact-wrap .section-label::before { background: var(--clay); }
.contact-headline { font-family: 'Fraunces', serif; font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300; line-height: 1.2; color: var(--soil); }
.contact-headline em { font-style: italic; color: var(--clay); }
.contact-text { font-size: 0.95rem; color: rgba(43,33,26,0.6); line-height: 1.8;
  margin-top: 1.5rem; max-width: 38ch; }
.form { display: flex; flex-direction: column; gap: 1.75rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field { display: flex; flex-direction: column; gap: 0.6rem; }
.field label { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(43,33,26,0.55); }
.field label .req { color: var(--clay); }
.field input, .field select, .field textarea { font-family: 'Space Grotesk', sans-serif;
  font-weight: 300; font-size: 1rem; color: var(--soil); background: rgba(43,33,26,0.04);
  border: 1px solid rgba(43,33,26,0.14); padding: 0.85rem 1rem; transition: border-color 0.2s;
  border-radius: 14px; }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--clay); }
.field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232B211A' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; }
.form-submit { font-family: 'Space Grotesk', sans-serif; font-size: 0.72rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--bone); background: var(--soil); border: 1px solid var(--soil);
  padding: 1rem 2.75rem; cursor: pointer; align-self: flex-start; border-radius: 100px; transition: all 0.25s; }
.form-submit:hover { background: var(--clay); border-color: var(--clay); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-msg { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.05rem;
  line-height: 1.5; margin-top: 0.5rem; display: none; }
.form-msg.show { display: block; }
.form-msg.ok { color: var(--clay); }
.form-msg.err { color: #9a3a2a; }

/* FOOTER */
footer { padding: 2.5rem; background: var(--bone); color: var(--soil);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.footer-logo { font-family: 'Fraunces', serif; font-style: italic; font-size: 0.95rem; color: rgba(43,33,26,0.55); }
.footer-contact { font-size: 0.8rem; color: var(--soil); text-decoration: none;
  border-bottom: 1px solid rgba(43,33,26,0.2); transition: color 0.2s; }
.footer-contact:hover { color: var(--clay); }
.footer-copy { font-size: 0.7rem; color: rgba(43,33,26,0.5); letter-spacing: 0.06em; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-doors { grid-template-columns: 1fr; gap: 2rem; max-width: none; }
  .door-group { justify-items: start; }
  .door-note { max-width: none; text-align: left; margin-top: 0.85rem; }
  .note-br { display: none; }
  nav { padding: 1.25rem 1.5rem; }
  .nav-links { position: fixed; top: 0; right: 0; height: 100vh; width: min(72vw, 290px);
    background: var(--umber); flex-direction: column; justify-content: center; gap: 2rem;
    padding: 3rem; transform: translateX(100%); transition: transform 0.35s ease;
    border-radius: 32px 0 0 32px; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 0.95rem; color: var(--bone); }
  .nav-links a:hover { color: var(--ochre); }
  .nav-toggle { display: flex; z-index: 101; }
  .nav-toggle.open span { background: var(--bone); }
  .nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding: 8rem 1.5rem 4rem; }
  section { padding: 5rem 1.5rem; }
  .about-grid, .who-grid, .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .arms { padding: 5rem 1.5rem; }
  .arms-grid { grid-template-columns: 1fr; }
  .arm { padding: 3rem 2rem; min-height: 0; }
  .arm-desc { max-width: none; }
  .field-row { grid-template-columns: 1fr; }
  .contact-wrap { border-radius: 32px 32px 0 0; }
  footer { padding: 2rem 1.5rem; flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .hero-eyebrow, .hero-headline, .hero-sub, .hero-note, .hero-doors { opacity: 1; }
}