@font-face { font-family: "Cormorant"; src: url("fonts/cormorant.woff2") format("woff2"); font-weight: 300 700; font-display: swap; }
@font-face { font-family: "Cormorant"; src: url("fonts/cormorant-italic.woff2") format("woff2"); font-style: italic; font-weight: 300 700; font-display: swap; }
@font-face { font-family: "Plex"; src: url("fonts/plex-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Plex"; src: url("fonts/plex-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Plex"; src: url("fonts/plex-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }

:root {
  --olive: #486314; --olive-dark: #3a500f; --burgundy: #4E1A20; --brass: #C99A3C;
  --cream: #F4EFE3; --paper: #FBF9F4; --ink: #2B2B2B; --muted: #6b665c; --line: #E3DBC8;
  --serif: "Cormorant", Georgia, serif; --sans: "Plex", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1180px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper); font-size: 17px; line-height: 1.6;
       -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.kicker { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--brass); }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.02; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--burgundy); }
h2 { font-size: clamp(38px, 5vw, 60px); color: var(--olive); }
.lead { font-size: 19px; color: var(--muted); max-width: 640px; margin-top: 18px; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 999px; font-weight: 600;
       font-size: 15px; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-brass { background: var(--brass); color: #fff; }
.btn-brass:hover { background: #b88a30; }
.btn-line { border: 1.5px solid currentColor; }
.btn-olive { background: var(--olive); color: var(--cream); }
.btn-olive:hover { background: var(--olive-dark); }

/* header */
.top { position: sticky; top: 0; z-index: 20; background: rgba(251, 249, 244, .92); backdrop-filter: blur(8px);
       border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: baseline; gap: 12px; text-decoration: none; }
.logo img { height: 26px; width: auto; }
.logo span { font-family: var(--serif); font-style: italic; color: var(--brass); font-size: 19px; }
.nav { display: flex; gap: 28px; align-items: center; font-size: 15px; }
.nav a { text-decoration: none; color: var(--ink); }
.nav a:hover { color: var(--olive); }
.nav .btn { padding: 10px 20px; }
@media (max-width: 820px) { .nav a:not(.btn) { display: none; } .logo span { display: none; } }

/* launch ribbon */
.ribbon { background: var(--burgundy); color: var(--cream); text-align: center; font-size: 14px; padding: 9px 16px; }
.ribbon a { color: var(--brass); font-weight: 600; }

/* hero */
.hero { background: var(--olive); color: var(--cream); overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; padding-top: 80px; padding-bottom: 90px; }
.hero h1 { font-size: clamp(52px, 7vw, 96px); }
.hero h1 em { color: var(--brass); }
.hero p { font-size: 20px; opacity: .92; margin-top: 22px; max-width: 480px; }
.hero .ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero .btn-line { color: var(--cream); }
.hero figure img { border-radius: 14px; box-shadow: 0 40px 80px rgba(0, 0, 0, .35); }
.hero .small { font-size: 14px; opacity: .75; margin-top: 18px; }
@media (max-width: 900px) { .hero .wrap { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 64px; } }

section { padding: 96px 0; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* life os */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 52px; }
.feature img { border-radius: 12px; box-shadow: 0 18px 40px rgba(40, 30, 10, .14); }
.feature h3 { font-size: 28px; color: var(--olive); margin-top: 20px; }
.feature p { color: var(--muted); font-size: 16px; margin-top: 6px; }
@media (max-width: 900px) { .features { grid-template-columns: 1fr; } }

.editions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; align-items: start; }
.edition { background: #fff; border-radius: 16px; padding: 30px; box-shadow: 0 18px 40px rgba(40, 30, 10, .08);
           border: 1px solid var(--line); display: flex; flex-direction: column; }
.edition.featured { background: var(--olive); color: var(--cream); border-color: var(--olive); transform: translateY(-14px); }
.edition h3 { font-size: 32px; color: var(--olive); }
.edition.featured h3 { color: var(--cream); }
.edition .price { font-family: var(--serif); font-size: 54px; color: var(--brass); margin: 6px 0 14px; }
.edition ul { list-style: none; margin-bottom: 26px; }
.edition li { padding: 9px 0; border-top: 1px solid var(--line); font-size: 15.5px; }
.edition.featured li { border-color: rgba(255, 255, 255, .18); }
.edition li::before { content: "✓"; color: var(--brass); margin-right: 10px; font-weight: 600; }
.edition .tag { font-size: 12px; letter-spacing: .2em; font-weight: 600; color: var(--brass); margin-bottom: 8px; }
.edition .btn { margin-top: auto; justify-content: center; }
.edition.featured .btn-olive { background: var(--brass); color: #fff; }
@media (max-width: 900px) { .editions { grid-template-columns: 1fr; } .edition.featured { transform: none; } }

/* products */
.band { background: var(--cream); }
.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(330px, 100%), 1fr)); gap: 28px; margin-top: 52px; }
.product { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 14px 34px rgba(40, 30, 10, .08);
           display: flex; flex-direction: column; }
.product .body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.product h3 { font-size: 30px; color: var(--olive); }
.product p { color: var(--muted); font-size: 15.5px; margin: 8px 0 18px; }
.product .row { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product .price { font-family: var(--serif); font-size: 30px; color: var(--burgundy); }
.product .price small { font-family: var(--sans); font-size: 12px; color: var(--muted); display: block; line-height: 1.2; }
.product .btn { padding: 11px 20px; }
.badge { display: inline-block; background: var(--burgundy); color: var(--cream); font-size: 11px; letter-spacing: .12em;
         font-weight: 600; padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; align-self: flex-start; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 48px; }
.step .n { font-family: var(--serif); font-size: 64px; color: var(--brass); line-height: 1; }
.step h3 { font-size: 28px; color: var(--olive); margin-top: 8px; }
.step p { color: var(--muted); font-size: 16px; margin-top: 6px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* about */
.about { background: var(--burgundy); color: var(--cream); }
.about .wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.about h2 { color: var(--cream); }
.about h2 em { color: var(--brass); }
.about p { font-size: 18px; opacity: .92; margin-top: 18px; }
.about .sign { font-family: var(--serif); font-style: italic; color: var(--brass); font-size: 26px; margin-top: 26px; }
@media (max-width: 900px) { .about .wrap { grid-template-columns: 1fr; gap: 30px; } }

/* faq */
.faq { max-width: 820px; margin: 44px auto 0; }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 4px; }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 25px; color: var(--olive); list-style: none;
               display: flex; justify-content: space-between; gap: 20px; }
.faq summary::after { content: "+"; color: var(--brass); font-family: var(--sans); }
.faq details[open] summary::after { content: "–"; }
.faq p { color: var(--muted); margin-top: 10px; }

/* footer */
footer { background: var(--olive); color: var(--cream); padding: 64px 0 40px; }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; align-items: flex-end; }
footer img { height: 34px; width: auto; }
footer .sig { font-family: var(--serif); font-style: italic; color: var(--brass); font-size: 22px; margin-top: 8px; }
footer nav { display: flex; gap: 24px; flex-wrap: wrap; font-size: 15px; }
footer nav a { text-decoration: none; opacity: .9; }
footer nav a:hover { opacity: 1; text-decoration: underline; }
footer .legal { width: 100%; font-size: 13px; opacity: .7; border-top: 1px solid rgba(255, 255, 255, .18); padding-top: 22px; margin-top: 10px; }

/* simple pages */
.page { max-width: 760px; margin: 0 auto; padding: 80px 24px; }
.page h1 { font-size: 56px; color: var(--olive); }
.page h2 { font-size: 30px; margin-top: 36px; }
.page p, .page li { color: var(--muted); margin-top: 12px; }
.page ul { padding-left: 20px; }

html, body { overflow-x: hidden; }
@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  section { padding: 64px 0; }
  .nav .btn { padding: 9px 14px; font-size: 14px; }
  .ribbon { font-size: 13px; }
  .product .row { flex-wrap: wrap; }
  .hero h1 { font-size: 48px; }
}
