:root {
  --bg: #f6efe7;
  --bg-deep: #f1e5d7;
  --cream: #fbf6f0;
  --ink: #153642;
  --ink-soft: #254b57;
  --copper: #bb6b3e;
  --copper-deep: #9a552f;
  --sand: #d7b08f;
  --blush: #ead5c3;
  --line: rgba(25, 53, 63, 0.16);
  --line-soft: rgba(25, 53, 63, 0.10);
  --shadow: 0 18px 48px rgba(42, 41, 38, 0.08);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,.85), transparent 30%),
    radial-gradient(circle at 82% 14%, rgba(255,245,236,.7), transparent 32%),
    linear-gradient(180deg, #fbf6f1 0%, #f5eee5 42%, #f6efe7 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.page-glow {
  position: fixed;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  filter: blur(70px);
  z-index: -1;
  opacity: .22;
}
.page-glow-left {
  top: -8vw;
  left: -10vw;
  background: rgba(251, 228, 199, .95);
}
.page-glow-right {
  top: 8vw;
  right: -12vw;
  background: rgba(237, 202, 177, .58);
}

.site-header {
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px 28px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.brand-medallion {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 28%, #f4cfb3 0%, #cb8555 48%, #a65f36 100%);
  position: relative;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.22);
  flex: 0 0 auto;
}
.brand-medallion.small {
  width: 50px;
  height: 50px;
}
.brand-b, .brand-n, .brand-star {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
}
.brand-b {
  font-size: 44px;
  line-height: 1;
  left: 14px;
  top: 7px;
  color: rgba(255, 251, 247, .95);
}
.brand-n {
  font-size: 28px;
  line-height: 1;
  right: 10px;
  bottom: 8px;
  color: rgba(255, 251, 247, .95);
}
.brand-star {
  font-size: 13px;
  left: 28px;
  top: 24px;
  color: #123541;
}
.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: .9;
  letter-spacing: .02em;
}
.brand-sub {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: .9;
}
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
}
.nav a {
  color: var(--ink-soft);
  transition: opacity .2s ease, transform .2s ease;
}
.nav a:hover { opacity: .75; }
.nav-pill {
  padding: 11px 18px;
  border: 1px solid rgba(187, 107, 62, .3);
  background: rgba(255,255,255,.5);
  border-radius: 999px;
  color: var(--ink) !important;
}
.menu-toggle {
  display: none;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  padding: 10px 14px;
}

.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 28px 28px;
}
.hero-topline {
  display: flex;
  justify-content: center;
  margin: 8px 0 20px;
}
.hero-topline p {
  margin: 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 2.8vw, 54px);
  line-height: 1.02;
  color: var(--ink);
}
.hero-topline span { color: var(--copper); }

.hero-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,.25));
  border: 1px solid rgba(25, 53, 63, .08);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 2fr 1fr;
  align-items: center;
  gap: 18px;
  padding: 32px 34px 20px;
}
.hero-mark { display: flex; justify-content: center; }
.monogram-card {
  width: min(290px, 100%);
  aspect-ratio: 0.85 / 1;
  position: relative;
}
.monogram {
  position: absolute;
  inset: 0;
}
.mono-b, .mono-n {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  line-height: .82;
  background: linear-gradient(180deg, #d69364 0%, #bf7649 42%, #9f6036 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mono-b {
  font-size: clamp(180px, 18vw, 300px);
  left: 0;
  top: 0;
}
.mono-n {
  font-size: clamp(150px, 16vw, 250px);
  right: 8px;
  bottom: 10px;
}
.compass-line {
  position: absolute;
  background: rgba(19, 53, 65, .18);
}
.compass-line.vertical {
  width: 2px;
  height: 62%;
  left: 54%;
  top: 18%;
}
.compass-line.horizontal {
  width: 20%;
  height: 2px;
  left: 44%;
  top: 43%;
  transform: rotate(-18deg);
}
.compass-star {
  position: absolute;
  left: 49%;
  top: 36%;
  color: #204656;
  font-size: 28px;
}
.utensil {
  position: absolute;
  background: linear-gradient(180deg, #d69364 0%, #b56c40 50%, #945227 100%);
}
.utensil-spoon {
  width: 30px;
  height: 46px;
  border-radius: 50%;
  right: 14px;
  bottom: 54px;
}
.utensil-stem {
  width: 5px;
  height: 178px;
  right: 27px;
  bottom: 0;
  border-radius: 999px;
}
.utensil-fork {
  width: 8px;
  height: 208px;
  left: 88px;
  bottom: 8px;
  transform: rotate(-42deg);
  border-radius: 999px;
}
.utensil-fork span {
  position: absolute;
  top: -17px;
  width: 2px;
  height: 28px;
  background: linear-gradient(180deg, #d69364 0%, #b56c40 50%, #945227 100%);
  border-radius: 999px;
}
.utensil-fork span:nth-child(1) { left: -3px; }
.utensil-fork span:nth-child(2) { left: 2px; }
.utensil-fork span:nth-child(3) { left: 7px; }

.hero-copy {
  text-align: center;
  padding: 10px 8px;
}
.hero-copy h1 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(64px, 8vw, 128px);
  line-height: .88;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.service-line {
  margin: 0;
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.service-line span { color: var(--copper); margin: 0 8px; }
.hero-description {
  max-width: 680px;
  margin: 22px auto 26px;
  font-size: 17px;
  line-height: 1.72;
  color: var(--ink-soft);
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 21px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.primary {
  background: linear-gradient(180deg, #d88d5d 0%, #bf7143 100%);
  color: #fff9f4;
  box-shadow: 0 10px 24px rgba(187, 107, 62, .22);
}
.secondary {
  background: rgba(255,255,255,.65);
  border-color: rgba(21, 54, 66, .12);
  color: var(--ink);
}
.domain-line {
  margin: 22px 0 0;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--ink);
}

.hero-scene {
  display: flex;
  justify-content: center;
}
.arch-card {
  width: min(290px, 100%);
  aspect-ratio: .68 / 1;
  border-radius: 170px 170px 20px 20px;
  background: linear-gradient(180deg, #ebd7c4 0%, #e6cab1 100%);
  padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.arch-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 155px 155px 12px 12px;
  background: linear-gradient(180deg, #f6e7d6 0%, #f2d6b5 36%, #e0b28b 100%);
}
.sky-glow {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff5ce 0%, #ffd889 58%, rgba(255, 197, 102, 0) 76%);
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
.mountain {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  border-radius: 50% 50% 0 0;
}
.mountain-back {
  height: 170px;
  bottom: 150px;
  background: #efc59e;
}
.mountain-mid {
  height: 150px;
  bottom: 105px;
  background: #d99867;
}
.mountain-front {
  height: 140px;
  bottom: 55px;
  background: #b56439;
}
.tableau {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  width: 120px;
  height: 110px;
}
.table {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 82px;
  height: 24px;
  background: #fff7f2;
  border-radius: 50%;
  box-shadow: 0 24px 0 -10px rgba(0,0,0,.18);
}
.table::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: 7px;
  height: 42px;
  background: rgba(86, 58, 41, .7);
  border-radius: 999px;
}
.vase {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: 12px;
  height: 24px;
  background: #996444;
  border-radius: 50% 50% 35% 35%;
}
.vase::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 30px;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  background:
    linear-gradient(160deg, transparent 48%, #c38a5f 48%, #c38a5f 54%, transparent 54%),
    linear-gradient(20deg, transparent 48%, #c38a5f 48%, #c38a5f 54%, transparent 54%),
    linear-gradient(90deg, transparent 49%, #c38a5f 49%, #c38a5f 54%, transparent 54%);
  background-repeat: no-repeat;
}
.chair {
  position: absolute;
  width: 18px;
  height: 35px;
  bottom: 12px;
  border: 3px solid rgba(78, 56, 44, .55);
  border-top-width: 4px;
  border-bottom: 0;
}
.chair::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -20px;
  width: 3px;
  height: 20px;
  background: rgba(78, 56, 44, .55);
  box-shadow: 8px 0 0 rgba(78, 56, 44, .55);
}
.chair-left { left: 8px; }
.chair-right { right: 8px; }

.dune-ribbon {
  position: relative;
  height: 170px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.12), transparent);
}
.dune {
  position: absolute;
  width: 125%;
  left: -10%;
  border-radius: 50% 50% 0 0;
}
.dune-one {
  height: 105px;
  bottom: 68px;
  background: #f0d4bd;
  transform: rotate(-4deg);
}
.dune-two {
  height: 100px;
  bottom: 42px;
  background: #e4aa7b;
  transform: rotate(2deg);
}
.dune-three {
  height: 90px;
  bottom: 0;
  background: linear-gradient(90deg, #163742 0%, #163742 27%, #a44f2c 55%, #e9b184 76%, #f6e9da 100%);
}
.pathway {
  position: absolute;
  right: 8%;
  bottom: -4px;
  width: 240px;
  height: 135px;
  background: linear-gradient(180deg, #f7e5d2 0%, #f1d2b8 100%);
  clip-path: polygon(60% 0, 100% 0, 78% 100%, 22% 100%, 0 0, 40% 0, 50% 12%);
  border: 1px solid rgba(187, 107, 62, .12);
}
.path-line {
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background: rgba(192, 114, 68, .62);
}
.path-line.left { left: 30%; }
.path-line.right { right: 30%; }
.path-glyph {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 34px;
  height: 34px;
  border: 3px solid rgba(192, 114, 68, .58);
}
.path-glyph::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid rgba(192, 114, 68, .58);
}

section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 28px;
}
.eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
}
h2, h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: var(--ink);
  margin-top: 0;
}
h2 {
  font-size: clamp(44px, 5.4vw, 74px);
  line-height: .97;
  letter-spacing: .01em;
  margin-bottom: 18px;
}
h2 span { color: var(--copper); }
h3 {
  font-size: 34px;
  line-height: 1.02;
  margin-bottom: 14px;
}
p {
  font-size: 16px;
  line-height: 1.76;
  color: var(--ink-soft);
}

.intro-strip {
  padding-top: 76px;
  padding-bottom: 70px;
}
.intro-text {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.intro-text p:last-child {
  max-width: 760px;
  margin: 0 auto;
}

.section-heading {
  max-width: 930px;
  margin-bottom: 36px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  padding: 30px 28px 28px;
  background: rgba(255,255,255,.58);
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(187, 107, 62, .12);
  color: var(--copper);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

.approach {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.steps {
  display: grid;
  gap: 18px;
}
.step {
  padding: 22px 24px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.48));
  border: 1px solid var(--line-soft);
  border-radius: 20px;
}
.step-no {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}
.step h3 { margin-bottom: 8px; font-size: 31px; }
.step p { margin: 0; }

.about {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: stretch;
}
.about-card,
.about-panel {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-card {
  padding: 42px 38px;
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line-soft);
}
.about-panel {
  background: linear-gradient(180deg, #edd8c5 0%, #e6c7ad 100%);
  min-height: 520px;
  display: grid;
  place-items: center;
}
.panel-arch {
  width: min(360px, calc(100% - 40px));
  height: calc(100% - 46px);
  min-height: 420px;
  border-radius: 220px 220px 24px 24px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.15));
}
.panel-quote {
  height: 100%;
  border-radius: 210px 210px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 38px 28px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,237,193,.9), transparent 18%),
    linear-gradient(180deg, #f3e6d8 0%, #efcfb4 34%, #d38e5f 68%, #a65833 100%);
  color: #fff8f1;
}
.quote-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .92;
}
.panel-quote p {
  margin: 0;
  color: #fffaf7;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .98;
}

.request {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 28px;
  padding-bottom: 110px;
}
.request-copy {
  padding-right: 14px;
}
.request-form {
  padding: 28px;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
label > span {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
input, textarea, select {
  width: 100%;
  border: 1px solid rgba(21, 54, 66, .12);
  border-radius: 14px;
  padding: 14px 15px;
  background: rgba(255,255,255,.76);
  color: var(--ink);
  outline: none;
}
input:focus, textarea:focus, select:focus {
  border-color: rgba(187, 107, 62, .42);
  box-shadow: 0 0 0 4px rgba(187, 107, 62, .08);
}
textarea { resize: vertical; min-height: 150px; }
.full { width: 100%; }
.form-note {
  margin: 0;
  font-size: 12px;
  color: var(--ink-soft);
  opacity: .8;
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
}
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
  font-size: 14px;
  color: var(--ink-soft);
}
.copyright {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
  color: var(--ink-soft);
  opacity: .7;
}

@media (max-width: 1140px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .hero-copy h1 { font-size: clamp(56px, 12vw, 102px); }
  .hero-mark, .hero-scene { justify-content: center; }
  .service-grid,
  .approach,
  .about,
  .request {
    grid-template-columns: 1fr;
  }
  .request-copy { padding-right: 0; }
}

@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; }
  .nav {
    display: none;
    position: absolute;
    top: 86px;
    left: 18px;
    right: 18px;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255,255,255,.96);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    z-index: 40;
  }
  .nav.open { display: flex; }
  .brand-name { font-size: 30px; }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .site-header { padding-top: 18px; }
  .brand-sub { display: none; }
  .brand-medallion {
    width: 56px;
    height: 56px;
  }
  .brand-b { font-size: 38px; left: 12px; top: 7px; }
  .brand-n { font-size: 25px; right: 10px; bottom: 7px; }
  .brand-star { left: 24px; top: 21px; }
  .hero-topline { margin-top: 0; margin-bottom: 16px; }
  .hero-panel { border-radius: 24px; }
  .hero-grid { padding: 24px 18px 10px; }
  .monogram-card { width: 220px; }
  .arch-card { width: 220px; }
  .service-line {
    font-size: 12px;
    line-height: 1.8;
  }
  .hero-description { font-size: 15px; }
  .domain-line { font-size: 18px; }
  .dune-ribbon {
    height: 118px;
  }
  .pathway {
    width: 150px;
    height: 92px;
    right: 4%;
  }
  h2 { font-size: clamp(38px, 12vw, 56px); }
  h3, .step h3 { font-size: 28px; }
  .field-row { grid-template-columns: 1fr; }
  .about-card { padding: 30px 24px; }
  .about-panel { min-height: 380px; }
  .panel-arch {
    min-height: 310px;
    width: calc(100% - 32px);
  }
  .request-form { padding: 20px; }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .footer-right {
    text-align: left;
  }
}
