:root {
  --ink: #2d2c28;
  --paper: #f4f0e7;
  --warm: #e5d8c3;
  --clay: #b9684d;
  --olive: #68705a;
  --cream: #fbf8f0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(45,44,40,.18); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.brand-mark { width: 27px; height: 27px; display: inline-block; border: 1px solid var(--ink); border-radius: 50%; position: relative; }
.brand-mark::after { content: ""; position: absolute; inset: 6px; border: 1px solid var(--ink); border-radius: 50%; }
nav { display: flex; gap: 34px; }
nav a { font-size: 13px; text-decoration: none; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; padding-block: 72px 88px; }
.eyebrow, .kicker { margin: 0 0 18px; font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(58px, 7vw, 96px); line-height: .92; }
h2 { font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.lead { max-width: 540px; font-size: 18px; line-height: 1.65; }
.actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { font-size: 13px; font-weight: 700; text-decoration: none; }
.button.primary { padding: 16px 22px; color: var(--cream); background: var(--ink); }
.button.text { padding-block: 12px; border-bottom: 1px solid var(--ink); }
.still-life { min-height: 520px; overflow: hidden; position: relative; background: var(--warm); border-radius: 48% 48% 12px 12px; }
.cloth { position: absolute; width: 430px; height: 180px; right: -50px; bottom: 15px; background: #c8b28f; transform: rotate(-10deg); border-radius: 45%; opacity: .8; }
.plate { position: absolute; display: block; border-radius: 50%; background: #eee8db; box-shadow: inset 0 0 0 22px #d8c9b1, 0 26px 50px rgba(45,44,40,.18); }
.plate-back { width: 300px; height: 300px; top: 70px; left: 48px; transform: rotateX(55deg); }
.plate-front { width: 260px; height: 260px; right: 28px; bottom: 52px; background: #849078; box-shadow: inset 0 0 0 20px #6f7c63, 0 26px 50px rgba(45,44,40,.2); transform: rotateX(55deg); }
.cup { position: absolute; top: 95px; right: 54px; width: 120px; height: 145px; border-radius: 18px 18px 50px 50px; background: var(--clay); box-shadow: 0 22px 35px rgba(45,44,40,.17); }
.cup::before { content: ""; position: absolute; width: 52px; height: 66px; right: -39px; top: 25px; border: 13px solid var(--clay); border-left: 0; border-radius: 0 40px 40px 0; }
.cup i { position: absolute; height: 12px; inset: 6px 8px auto; background: #663d30; border-radius: 50%; }
.spoon { position: absolute; left: 53px; bottom: 65px; width: 155px; height: 12px; border-radius: 12px; background: #8c8b84; transform: rotate(24deg); }
.spoon::before { content: ""; position: absolute; left: -24px; top: -12px; width: 42px; height: 36px; border-radius: 50%; background: #8c8b84; }
.collection { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 490px; margin-bottom: 7px; font-size: 16px; line-height: 1.65; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 510px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.card.sand { background: #ddd0bb; }
.card.clay { color: var(--cream); background: #a85d45; }
.card.olive { color: var(--cream); background: #68705a; }
.card h3 { margin-bottom: 8px; font: 400 34px Georgia, serif; }
.card p:last-child { margin-bottom: 0; line-height: 1.55; }
.product-art { height: 290px; position: relative; }
.stack i { position: absolute; left: 50%; width: 230px; height: 82px; transform: translateX(-50%); border-radius: 50%; background: #f0e8d9; box-shadow: inset 0 -15px 0 #c9b89c; }
.stack i:nth-child(1) { top: 120px; }
.stack i:nth-child(2) { top: 88px; width: 205px; }
.stack i:nth-child(3) { top: 56px; width: 178px; }
.glasses i { position: absolute; bottom: 35px; width: 102px; height: 210px; border-radius: 8px 8px 45px 45px; border: 3px solid rgba(255,255,255,.55); background: linear-gradient(to top, rgba(243,195,99,.65) 0 52%, transparent 53%); }
.glasses i:first-child { left: 45px; transform: rotate(-7deg); }
.glasses i:last-child { right: 45px; height: 175px; transform: rotate(8deg); }
.linens i { position: absolute; width: 230px; height: 190px; border-radius: 7px; background: #c5b98e; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.linens i:first-child { left: 26px; top: 42px; transform: rotate(-11deg); }
.linens i:last-child { right: 20px; top: 68px; background: #b77455; transform: rotate(9deg); }
.approach { padding-block: 110px; color: var(--cream); background: var(--ink); }
.approach-grid { display: grid; grid-template-columns: .25fr .85fr 1.25fr; gap: 60px; }
.quote-mark { font: 100px Georgia, serif; color: #a48d68; line-height: .6; }
.principles article { display: grid; grid-template-columns: 44px 1fr; column-gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.2); }
.principles span { grid-row: 1 / span 2; color: #bca98b; font-size: 12px; }
.principles h3 { margin-bottom: 8px; font: 400 23px Georgia, serif; }
.principles p { margin-bottom: 0; color: rgba(255,255,255,.7); line-height: 1.55; }
.journal { padding-block: 125px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.journal h2 { margin-bottom: 0; }
.journal > p { margin-bottom: 10px; font-size: 19px; line-height: 1.7; }
footer { min-height: 120px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid rgba(45,44,40,.2); font-size: 12px; }
footer p { margin: 0; text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 860px) {
  nav { display: none; }
  .hero, .section-heading, .journal { grid-template-columns: 1fr; }
  .hero { gap: 30px; padding-top: 50px; }
  .still-life { min-height: 430px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 460px; }
  .approach-grid { grid-template-columns: 1fr; gap: 28px; }
  .quote-mark { display: none; }
  footer { grid-template-columns: 1fr; gap: 14px; padding-block: 30px; }
  footer p, footer p:last-child { text-align: left; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 28px, 1180px); }
  h1 { font-size: 54px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .still-life { min-height: 360px; }
  .plate-back { left: 8px; }
  .plate-front { right: -50px; }
  .cup { right: 22px; }
}
