:root {
  --ink: #181713;
  --paper: #f1eee5;
  --card: #f8f5ec;
  --line: #c7c0b0;
  --oxide: #c5462d;
  --moss: #214a3a;
  --muted: #6f695d;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --body: "Avenir Next", Avenir, "Gill Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--oxide); outline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 40px)); margin: auto; }
.site-head { display: flex; align-items: center; justify-content: space-between; min-height: 76px; border-bottom: 1px solid var(--line); }
.mark { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -.02em; }
.mark::before { content: "T"; display: grid; place-items: center; width: 34px; height: 34px; color: var(--paper); background: var(--ink); border-radius: 50% 50% 12% 50%; font-family: var(--body); font-size: 15px; }
.site-nav { display: flex; gap: 24px; font-size: 14px; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--oxide); }
.hero { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: end; min-height: 610px; padding: 90px 0 70px; overflow: hidden; }
.hero::after { content: ""; position: absolute; z-index: -1; right: -8%; top: 12%; width: 420px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; box-shadow: inset 0 0 0 42px var(--paper), inset 0 0 0 43px var(--line), inset 0 0 0 100px var(--paper), inset 0 0 0 101px var(--line); opacity: .8; animation: drift 12s ease-in-out infinite alternate; }
@keyframes drift { to { transform: translate(-18px, 24px) rotate(12deg); } }
.kicker { margin: 0 0 18px; color: var(--oxide); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
h1 { max-width: 820px; margin: 0; font-size: clamp(58px, 10vw, 132px); }
.hero-note { max-width: 380px; padding: 24px 0 7px 26px; border-left: 1px solid var(--ink); color: var(--muted); font-size: 18px; }
.signal { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--moss); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.signal::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #dda72d; box-shadow: 0 0 0 6px #dda72d20; }
.section { padding: 88px 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; margin-bottom: 46px; }
.section-head h2 { margin: 0; font-size: clamp(42px, 7vw, 78px); }
.section-head p { max-width: 600px; margin: 10px 0 0; color: var(--muted); font-size: 17px; }
.catalog { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product { position: relative; min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--card) 65%, transparent); transition: background .2s, transform .2s; }
.product:hover { z-index: 1; background: var(--card); transform: translateY(-3px); box-shadow: 0 16px 34px #2c271c12; }
.product .num { color: var(--oxide); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.product h3 { margin: 28px 0 10px; font-size: 31px; }
.product p { margin: 0; color: var(--muted); font-size: 14px; }
.product-link { position: absolute; left: 28px; bottom: 64px; color: var(--moss); font-size: 13px; font-weight: 800; text-decoration-thickness: 1px; }
.product-link:hover { color: var(--oxide); }
.price { position: absolute; left: 28px; bottom: 25px; font-family: var(--display); font-size: 18px; }
.price small { font-family: var(--body); color: var(--muted); font-size: 12px; }
.legal-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.legal-strip a { padding: 28px; background: var(--paper); text-decoration: none; font-family: var(--display); font-size: 24px; }
.legal-strip a:hover { color: var(--oxide); background: var(--card); }
.page { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 70px; padding: 80px 0 110px; }
.page aside { color: var(--muted); font-size: 13px; }
.page article h1 { margin: 0 0 34px; font-size: clamp(50px, 8vw, 86px); }
.page article h2 { margin: 52px 0 14px; font-size: 31px; }
.page article p, .page article li { color: #47443d; }
.page article li + li { margin-top: 8px; }
.notice { margin: 30px 0; padding: 20px 22px; border-left: 4px solid var(--oxide); background: #e9e4d7; }
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; font-size: 14px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 0; background: var(--card); color: var(--ink); font: inherit; font-weight: 400; }
.field textarea { min-height: 180px; resize: vertical; }
.trap { position: absolute; left: -10000px; }
.button { justify-self: start; min-height: 48px; padding: 0 22px; border: 0; background: var(--ink); color: var(--paper); font: 800 13px var(--body); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.button:hover { background: var(--oxide); }
.button[disabled] { cursor: wait; opacity: .6; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button-secondary { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.form-status { min-height: 24px; color: var(--moss); }
.pricing-page { padding: 80px 0 110px; }
.pricing-intro { max-width: 900px; margin-bottom: 80px; }
.pricing-intro h1 { margin-bottom: 28px; font-size: clamp(54px, 9vw, 108px); }
.pricing-intro > p:last-child { max-width: 720px; color: var(--muted); font-size: 17px; }
.pricing-group { padding: 60px 0; border-top: 1px solid var(--line); }
.pricing-heading { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: 28px; }
.pricing-heading h2 { margin: 0 0 10px; font-size: clamp(38px, 6vw, 64px); }
.pricing-heading p { max-width: 620px; margin: 0; color: var(--muted); }
.pricing-heading a { color: var(--moss); font-weight: 800; }
.pricing-list { border-top: 1px solid var(--line); }
.pricing-item { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.pricing-item strong, .pricing-item small { display: block; }
.pricing-item small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.pricing-amount { min-width: 130px; text-align: right; font-family: var(--display); font-size: 22px; }
.site-foot { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 36px 0 50px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.site-foot nav { display: flex; flex-wrap: wrap; gap: 18px; }
@media (max-width: 850px) { .hero, .section-head, .page { grid-template-columns: 1fr; } .hero { min-height: auto; } .catalog { grid-template-columns: repeat(2, 1fr); } .page { gap: 24px; } }
@media (max-width: 560px) { .shell { width: min(100% - 24px, 1180px); } .site-head { align-items: flex-start; padding: 18px 0; } .site-nav { gap: 12px; flex-direction: column; text-align: right; } .catalog, .legal-strip, .pricing-heading, .pricing-item { grid-template-columns: 1fr; } .pricing-amount { text-align: left; } h1 { font-size: 54px; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
