
:root{
  --ink:#302923;
  --muted:#625850;
  --paper:#f7f3ed;
  --paper2:#fcfaf7;
  --line:#ddd4ca;
  --deep:#29231f;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper2);
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.65;
}
a{color:inherit}
img{display:block;width:100%;height:auto}
.sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}

/* HEADER */
header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(252,250,247,.97);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.nav{
  max-width:var(--max);
  margin:auto;
  padding:16px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  text-decoration:none;
  font-size:21px;
  line-height:1.08;
  white-space:nowrap;
}
.brand small{
  display:block;
  margin-top:5px;
  font-size:12px;
  letter-spacing:.18em;
}
.links{
  display:flex;
  gap:22px;
  align-items:center;
}
.links a{
  font-size:14px;
  text-decoration:none;
  color:#514942;
}

/* MOBILE MENU */
.menu-toggle{display:none}
.menu-button{
  display:none;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  user-select:none;
}

/* HERO: whole image is always visible — no cropping */
.hero-image{
  width:100%;
  background:#eee8e0;
}
.hero-image img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.hero-quote{
  background:var(--paper);
  border-bottom:1px solid var(--line);
  text-align:center;
  padding:30px 22px 34px;
}
.hero-quote p{
  max-width:820px;
  margin:0 auto;
  font-size:clamp(21px,2.4vw,31px);
  line-height:1.45;
}
.hero-quote:after{
  content:"";
  display:block;
  width:64px;
  height:1px;
  margin:26px auto 0;
  background:#6a625a;
}

/* CONTENT */
.section{padding:88px 24px}
.wrap{max-width:var(--max);margin:auto}
.eyebrow{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:600;
  color:#403832;
  margin-bottom:14px;
}
h2{
  font-weight:400;
  font-size:clamp(36px,4vw,52px);
  line-height:1.1;
  margin:0 0 28px;
}
h3{font-weight:400;font-size:27px;margin:0 0 12px}
p{margin:0 0 18px}
.lead{font-size:23px;line-height:1.5;max-width:850px}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.photo{
  aspect-ratio:4/3;
  object-fit:cover;
  border:1px solid var(--line);
}
.quote{
  font-style:italic;
  font-size:22px;
  border-left:1px solid #8a7867;
  padding-left:22px;
  margin-top:32px;
}
.soft{background:var(--paper)}
.cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:35px;
}
.card{
  border:1px solid var(--line);
  padding:30px;
  background:rgba(255,255,255,.68);
}
.lineage{max-width:920px}
.contact{background:var(--deep);color:#f7f2eb}
.contact .eyebrow{color:#f0e8df}
.contact-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:60px;
}
.address{font-size:27px;line-height:1.45}
.button{
  display:inline-block;
  border:1px solid #d7cbc0;
  padding:12px 17px;
  text-decoration:none;
  font-size:14px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

.contact-form{
  margin-top:34px;
  display:grid;
  gap:16px;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.field label{
  display:block;
  margin-bottom:7px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:13px;
  letter-spacing:.04em;
  color:#eee5dc;
}
.field input,
.field textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.07);
  color:#fff;
  padding:13px 14px;
  font:16px Georgia,"Times New Roman",serif;
  border-radius:0;
  outline:none;
}
.field input:focus,
.field textarea:focus{
  border-color:#fff;
  background:rgba(255,255,255,.10);
}
.field textarea{
  min-height:150px;
  resize:vertical;
}
.field input::placeholder,
.field textarea::placeholder{
  color:#cfc5bb;
}
.consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:12px;
  line-height:1.45;
  color:#cfc5bb;
}
.consent input{margin-top:3px}
.submit-button{
  justify-self:start;
  cursor:pointer;
  background:transparent;
  color:#f7f2eb;
  border:1px solid #d7cbc0;
  padding:13px 20px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:14px;
}
.submit-button:hover{background:rgba(255,255,255,.08)}
.form-note{
  margin-top:8px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:12px;
  color:#bfb4aa;
}
@media(max-width:700px){
  .form-row{grid-template-columns:1fr}
  .submit-button{width:100%}
}

footer{
  text-align:center;
  padding:26px 20px;
  color:#8b8179;
  font:13px -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

/* TABLET */
@media (min-width:701px) and (max-width:1024px){
  .nav{padding:15px 22px}
  .brand{font-size:19px}
  .links{gap:14px}
  .links a{font-size:13px}
  .section{padding:74px 28px}
  .two-col{gap:38px}
  h2{font-size:44px}
  .hero-quote{padding:28px 26px 32px}
}

/* SMARTPHONE */
@media(max-width:700px){
  .nav{
    padding:18px 20px;
    position:relative;
  }
  .brand{
    font-size:19px;
    white-space:normal;
    max-width:80%;
  }
  .brand small{font-size:12px}
  .menu-button{display:block}
  .links{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    padding:14px 20px 20px;
    background:var(--paper2);
    border-bottom:1px solid var(--line);
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
  .menu-toggle:checked ~ .links{display:flex}
  .hero-image img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
  .hero-quote{
    padding:28px 22px 31px;
  }
  .hero-quote p{
    font-size:22px;
    line-height:1.45;
  }
  .section{padding:58px 20px}
  .two-col,.cards,.contact-grid{grid-template-columns:1fr}
  .two-col{gap:30px}
  h2{font-size:37px}
  .lead{font-size:21px}
  .photo{aspect-ratio:4/3}
  .contact-grid{gap:26px}
}
