
:root{
  --bg:#f4efe9;
  --surface:#ffffff;
  --surface-2:#fbf7f2;
  --text:#231f1c;
  --muted:#6d655e;
  --sage:#60766c;
  --bronze:#b68a54;
  --line:rgba(35,31,28,.10);
  --shadow:0 20px 60px rgba(27,21,16,.08);
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:18px;
  --container:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at top left, rgba(96,118,108,.10), transparent 28%),
    radial-gradient(circle at bottom right, rgba(182,138,84,.08), transparent 25%),
    var(--bg);
  color:var(--text);
  line-height:1.7;
}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--container), calc(100% - 32px)); margin:0 auto}
.section{padding:84px 0}
.section-tight{padding:60px 0}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(96,118,108,.18);
  background:rgba(96,118,108,.08);
  color:var(--sage);
  font-size:.84rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.title{
  font-family:"Cormorant Garamond",serif;
  font-weight:600;
  letter-spacing:-.02em;
  line-height:.95;
  margin:14px 0 16px;
}
.title.hero{font-size:clamp(3.2rem, 7.5vw, 6.4rem); max-width:11ch}
.title.section{font-size:clamp(2.2rem, 5vw, 4.25rem); max-width:14ch}
.subcopy{
  color:var(--muted);
  font-size:1.06rem;
  max-width:68ch;
}
.header{
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:blur(16px);
  background:rgba(244,239,233,.76);
  border-bottom:1px solid rgba(35,31,28,.08);
}
.header-inner{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  min-width:max-content;
}
.brand-mark{
  width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(180deg,#ffffff,#efe7dc);
  border:1px solid rgba(96,118,108,.14);
  box-shadow:0 12px 28px rgba(27,21,16,.08);
  color:var(--sage);
  font-family:"Cormorant Garamond",serif;
  font-size:1.25rem;
  letter-spacing:.08em;
  font-weight:600;
}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text strong{
  font-size:.98rem;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.brand-text span{
  font-size:.76rem;
  letter-spacing:.18em;
  color:var(--muted);
  text-transform:uppercase;
  margin-top:4px;
}
.nav{display:flex; align-items:center; gap:18px; flex-wrap:wrap; justify-content:flex-end}
.nav a{
  text-decoration:none;
  color:var(--muted);
  font-size:.95rem;
}
.nav a:hover{color:var(--text)}
.actions{display:flex; gap:12px; align-items:center; flex-wrap:wrap}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  border-radius:999px;
  padding:14px 20px;
  text-decoration:none;
  border:1px solid transparent;
  transition:.25s ease;
  font-weight:600;
}
.btn.small{padding:12px 16px; font-size:.95rem}
.btn.primary{background:#6b8579;color:#fff; box-shadow:0 12px 30px rgba(96,118,108,.16)}
.btn.primary:hover{background:#5d7268}
.btn.ghost{background:rgba(255,255,255,.56); border-color:rgba(35,31,28,.08); color:var(--text)}
.btn.ghost:hover{background:#fff}
.hero-grid,
.split,
.form-wrap,
.page-layout,
.two-col,
.cards-2{display:grid; gap:24px}
.hero-grid{grid-template-columns:1.05fr .95fr; align-items:center}
.page-layout{grid-template-columns:1fr 1fr; align-items:center}
.split{grid-template-columns:1fr 1fr; align-items:stretch}
.form-wrap{grid-template-columns:1fr 1fr; align-items:start}
.cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-4{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px}
.gallery{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px}
.hero-copy{padding:14px 0}
.hero-meta, .chip-row{display:flex; flex-wrap:wrap; gap:10px; margin-top:18px}
.pill, .mini-chip{
  display:inline-flex;
  align-items:center;
  padding:9px 12px;
  border-radius:999px;
  font-size:.84rem;
  border:1px solid rgba(96,118,108,.16);
  background:rgba(96,118,108,.08);
  color:var(--sage);
}
.hero-buttons{display:flex; gap:12px; flex-wrap:wrap; margin-top:24px}
.hero-visual{position:relative; min-height:560px; display:grid; align-items:center}
.hero-card,
.hero-frame,
.panel,
.quote,
.form-card,
.success-box,
.note-card,
.project-card,
.info-card,
.editor-card,
.questionnaire,
.image-card{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(35,31,28,.08);
  box-shadow:var(--shadow);
}
.hero-card{
  border-radius:34px;
  overflow:hidden;
  padding:16px;
}
.hero-card img{border-radius:26px; width:100%; height:auto}
.floating-card{
  position:absolute;
  right:-4px;
  bottom:-18px;
  width:36%;
  min-width:190px;
  border-radius:24px;
  overflow:hidden;
  transform:rotate(4deg);
}
.floating-card img{width:100%; height:100%; object-fit:cover}
.panel,
.quote,
.form-card,
.success-box,
.note-card,
.editor-card,
.questionnaire,
.image-card{
  border-radius:var(--radius-xl);
}
.panel{overflow:hidden}
.panel.pad,
.form-card,
.quote,
.success-box,
.note-card,
.editor-card,
.questionnaire{padding:28px}
.panel img{width:100%; height:100%; object-fit:cover}
.note-card, .editor-card{background:rgba(255,255,255,.74)}
.note-card h3, .editor-card h3, .project-body h3, .form-card h2, .quote p, .success-box h1{margin-top:0}
.note-card h3, .editor-card h3, .project-body h3{font-family:"Cormorant Garamond",serif; font-size:1.8rem; line-height:1.05; margin-bottom:10px}
.note-card p, .editor-card p, .project-body p, .quote, .note, figcaption, .muted, .bullet-list li, .form-help{color:var(--muted)}
.bullet-list{list-style:none; padding:0; margin:22px 0 0; display:grid; gap:12px}
.bullet-list li{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.66);
  border:1px solid rgba(35,31,28,.08);
}
.project-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px}
.project-card{
  display:block;
  text-decoration:none;
  overflow:hidden;
  border-radius:30px;
  transition:transform .25s ease, box-shadow .25s ease;
}
.project-card:hover{transform:translateY(-4px); box-shadow:0 22px 64px rgba(27,21,16,.12)}
.project-card img{width:100%; aspect-ratio: 4 / 4.6; object-fit:cover}
.project-body{padding:22px}
.project-tag{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(96,118,108,.08);
  color:var(--sage);
  border:1px solid rgba(96,118,108,.16);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.link-mini{
  display:inline-flex;
  margin-top:8px;
  color:var(--bronze);
  font-weight:600;
  font-size:.92rem;
}
.image-card{overflow:hidden}
.image-card img{width:100%; height:auto}
figcaption{padding:16px 16px 18px; font-size:.95rem; line-height:1.6}
.info-card{border-radius:28px; padding:22px}
.info-card .index{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background:rgba(96,118,108,.10);
  color:var(--sage);
  font-weight:700;
  margin-bottom:14px;
}
.info-card h3{margin:0 0 8px; font-family:"Cormorant Garamond",serif; font-size:1.55rem; line-height:1.08}
.info-card p{margin:0; color:var(--muted)}
.quote{display:flex; flex-direction:column; justify-content:center}
.quote p{font-family:"Cormorant Garamond",serif; font-size:clamp(2rem, 4vw, 3rem); line-height:1.05; margin-bottom:18px; color:var(--text)}
.quote strong{letter-spacing:.12em; text-transform:uppercase; color:var(--sage); font-size:.82rem}
.form-card h2{font-size:clamp(2.2rem, 4vw, 3.6rem)}
.form{
  display:grid;
  gap:14px;
}
.field, .form textarea, .form select{
  width:100%;
  border-radius:18px;
  border:1px solid rgba(35,31,28,.12);
  background:#fff;
  padding:15px 16px;
  font:inherit;
  color:var(--text);
}
.form textarea{min-height:160px; resize:vertical}
.form-help{font-size:.92rem; margin-top:12px}
.page-hero{padding:62px 0 24px}
.page-images{display:grid; gap:18px}
.page-images .hero-frame:nth-child(2){width:72%; margin-left:auto}
.hero-frame{overflow:hidden; border-radius:30px}
.hero-frame img{width:100%; height:100%; object-fit:cover}
.section-heading{margin-bottom:26px}
.section-heading h2{margin:12px 0 12px}
.editor-note{font-size:.88rem; color:var(--sage); letter-spacing:.08em; text-transform:uppercase; margin-bottom:10px}
.success{display:grid; place-items:center; min-height:100svh; padding:32px 0}
.success-box{width:min(720px,100%); text-align:center}
.success-box p{color:var(--muted); max-width:60ch; margin:0 auto 26px}
.footer{padding:28px 0 44px; color:var(--muted); font-size:.92rem}
.footer-inner{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; border-top:1px solid rgba(35,31,28,.08); padding-top:22px}

@media (max-width: 1080px){
  .hero-grid, .split, .form-wrap, .page-layout, .cards-2{grid-template-columns:1fr}
  .grid-4, .project-grid, .gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-visual{min-height:unset}
  .floating-card{width:38%;}
}
@media (max-width: 760px){
  .section{padding:64px 0}
  .section-tight{padding:46px 0}
  .header-inner{min-height:74px}
  .nav{display:none}
  .brand-text span{letter-spacing:.12em}
  .title.hero{font-size:clamp(2.9rem, 16vw, 4.9rem)}
  .title.section{font-size:clamp(2.1rem, 9vw, 3.2rem)}
  .grid-4, .project-grid, .gallery{grid-template-columns:1fr}
  .page-images .hero-frame:nth-child(2){width:100%}
  .hero-buttons{flex-direction:column; align-items:flex-start}
  .floating-card{position:relative; right:auto; bottom:auto; margin-top:-22px; width:48%; transform:rotate(-3deg)}
  .footer-inner{justify-content:flex-start}
}
