* { box-sizing: border-box; }
:root { color-scheme: light; --copper: #a6533d; --ink: #2b2927; }
html { font-size: 100%; border-top: 5px solid var(--copper); }
body { margin: 0; background: #fff; color: var(--ink); font-family: Avenir, "Avenir Next", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; min-height: calc(100svh - 5px); display: flex; flex-direction: column; }
main { width: min(100%, 900px); margin: auto; padding: 48px 24px 64px; text-align: center; }
.brand { width: clamp(260px, 30vw, 330px); max-width: 100%; height: auto; display: block; margin: 0 auto; }
.rule { width: 40px; height: 1px; background: var(--copper); margin: 30px auto 27px; }
.eyebrow { color: var(--copper); text-transform: uppercase; letter-spacing: .18em; font-size: .875rem; font-weight: 600; margin: 0 0 20px; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 25px; }
.intro { font-size: 1.125rem; line-height: 1.7; max-width: 520px; margin: 0 auto 12px; }
.audience { font-size: 1rem; line-height: 1.7; color: #68605b; margin: 0 auto; }
.ingredients { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 0; padding: 0; margin: 32px 0 0; font-size: .875rem; font-weight: 500; }
.ingredients li { padding: 0 18px; }
.ingredients li + li { border-left: 1px solid #d8bfb5; }
footer { margin: 0 40px; border-top: 1px solid #e9e2de; padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; color: #756c65; font-size: .75rem; line-height: 1.5; }
a { color: var(--copper); text-underline-offset: 5px; }
a:focus-visible { outline: 2px solid var(--copper); outline-offset: 6px; }
@media(max-width: 540px) { main { padding: 32px 24px 44px; } .brand { width: 270px; } .rule { margin: 20px auto 24px; } h1 { font-size: 2.75rem; } .intro { font-size: 1rem; } .desktop-break { display: none; } .ingredients { flex-direction: column; gap: 10px; margin-top: 26px; } .ingredients li + li { border: 0; } footer { margin: 0 24px; text-align: center; justify-content: center; flex-wrap: wrap; gap: 5px; } footer span { width: 100%; } }

.contact { margin: 32px 0 0; font-size: 1rem; }
