@charset "utf-8";

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {scroll-behavior: smooth;}

body {
    background: #fdf6f0;
    color: #3a2a2d;
    font-family: 'Old Standard TT', serif;
    font-weight: 300;
    overflow-x: hidden;
}


nav {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 22px 5vw;
    background: rgba(253,246,240,.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201,169,110,.25);
    transition: background .3s;
}
.nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    letter-spacing: 2.9px;
    color: #1a1013;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-logo span {color: #c9a96e;}
.nav-links {display: flex; gap: 38px; list-style: none;}
.nav-links a {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    color: #3a2a2d;
    text-decoration: none;
    transition: color .25s;
}
.nav-links a:hover {color: #c9a96e;}

  
#hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding: 0 8vw;
    gap: 64px;
    background: linear-gradient(135deg, #fdf6f0 55%, #f5e8e4 100%);
    position: relative;
    overflow: hidden;
}
#hero::before {
    content: '';
    position: absolute;
    right: -120px; top: -120px;
    width: 560px; height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,165,165,.28) 0%, transparent 70%);
    pointer-events: none;
}
.hero-text {padding-top: 96px; animation: fadeUp .9s ease both;}
.hero-eyebrow {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 11px;
    letter-spacing: 5.1px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 19px;
}
.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(45px, 5.5vw, 80px);
    line-height: 1.08;
    color: #1a1013;
    margin-bottom: 26px;
}
.hero-text h1 em {color: #d4a5a5; font-style: italic;}
.hero-text p {
    font-size: 18px;
    line-height: 1.9;
    color: #3a2a2d;
    max-width: 420px;
    margin-bottom: 38px;
}
.btn-group {display: flex; gap: 16px; flex-wrap: wrap;}
.btn-primary {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 14px 38px;
    background: #1a1013;
    color: #fdf6f0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .25s, transform .2s;
}
.btn-primary:hover {background: #3a2a2d; transform: translateY(-2px);}
.btn-outline {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 14px 38px;
    background: transparent;
    color: #1a1013;
    border: 1px solid #d4a5a5;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .25s, transform .2s;
}
.btn-outline:hover { border-color: #c9a96e; color: #c9a96e; transform: translateY(-2px); }



 
#about {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    background: #ffffff;
}
.about-image {
    position: relative;
    overflow: hidden;
    min-height: 580px;
    background: #f5e8e4;
    display: flex; align-items: center; justify-content: center;
}
.about-image-inner {
    width: 100%; height: 100%;
    background: linear-gradient(160deg, #f5e8e4 0%, #e8c5c5 100%);
    display: flex; align-items: center; justify-content: center;
}

.about-text {
    padding: 96px 6vw 96px 5vw;
    display: flex; flex-direction: column; justify-content: center;
}
.section-tag {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 10px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    color:  #c9a96e;
    margin-bottom: 13px;
}
.about-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(27px, 2.5vw, 40px);
    line-height: 1.25;
    color: #1a1013;
    margin-bottom: 32px;
}
.tab-buttons {display: flex; gap: 19px; margin-bottom: 29px; flex-wrap: wrap;}
.tab-btn {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 11px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding: 7px 18px;
    border: 1px solid #d4a5a5;
    background: transparent;
    color: #3a2a2d;
    cursor: pointer;
    transition: all .2s;
}
.tab-btn.active, .tab-btn:hover {background: #1a1013; color: #fdf6f0; border-color: #1a1013;}
.tab-content {display: none;}
.tab-content.active {display: block;}
.tab-content p {
    font-size: 17px;
    line-height: 1.95;
    color: #3a2a2d;
}
.stats-row {
    display: grid; grid-template-columns: repeat(3,33.33%); gap: 19px;
    margin-top: 38px;
    padding-top: 32px;
    border-top: 1px solid rgba(201,169,110,.2);
}
.stat strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #c9a96e;
    line-height: 1;
    margin-bottom: 5px;
}
.stat span {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 10px;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    color: #3a2a2d;
}

  
#banner {
    background: #1a1013;
    padding: 96px 8vw;
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
    position: relative; overflow: hidden;
}
#banner::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(201,169,110,.15) 0%, transparent 60%);
    pointer-events: none;
}
#banner h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(27px, 3vw, 45px);
    color: #fdf6f0;
    line-height: 1.3;
    max-width: 720px;
    margin-bottom: 26px;
}
#banner h2 em { color: #e8d5b0; font-style: italic; }
#banner p {
    font-size: 18px;
    color: rgba(253,246,240,.7);
    max-width: 560px;
    line-height: 1.85;
    margin-bottom: 38px;
}


#notes {
    padding:  112px 8vw;
    background: #fdf6f0;
}
#notes .section-header {
    text-align: center;
    margin-bottom: 64px;
}
#notes .section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(29px, 2.8vw, 42px);
    color: #1a1013;
    margin-top: 8px;
}
.notes-grid {
    display: grid;
    grid-template-columns: repeat(2,50%);
    gap: 2px;
    background: rgba(201,169,110,.15);
}
.notes-card {
    background: #ffffff;
    padding: 48px 45px;
    display: flex; gap: 29px; align-items: flex-start;
    transition: background .25s;
    cursor: default;
}
.notes-card:hover {background: #f5e8e4;}
.notes-icon {
    width: 52px; height: 52px; flex-shrink: 0;
    border-radius: 50%;
    background: #f5e8e4;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
}
.notes-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    color: #1a1013;
    margin-bottom: 10px;
}
.notes-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #3a2a2d;
}

 
#contact {
    background: #f5e8e4;
    padding: 112px 8vw;
    display: grid;
    grid-template-columns: 42% 50%;
    gap: 6vw;
    align-items: start;
}
.contact-info h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 2.5vw, 37px);
    color: #1a1013;
    margin-bottom: 32px;
}
.contact-block {margin-bottom: 26px;}
.contact-block .label {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 10px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 5px;
}
.contact-block p {font-size: 16px; line-height: 1.7; color: #3a2a2d;}

.contact-form h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #1a1013;
    margin-bottom: 26px;
}
.form-group { margin-bottom: 19px; }
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(201,169,110,.35);
    background: rgba(255,255,255,.7);
    font-family: 'Old Standard TT', serif;
    font-size: 16px;
    color: #1a1013;
    outline: none;
    transition: border-color .2s;
    resize: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {color: rgba(58,42,45,.45);}
.form-group input:focus,
.form-group textarea:focus {border-color: #c9a96e;}

 
footer {
    background: #1a1013;
    padding: 64px 8vw 32px;
    color: rgba(253,246,240,.6);
}
.footer-top {
    display: grid;
    grid-template-columns: 30% 18% 20% 20%;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(201,169,110,.2);
    margin-bottom: 32px;
}
.footer-brand .nav-logo {color: #fdf6f0; display: block; margin-bottom: 16px;}
.footer-brand p {font-size: 14px; line-height: 1.8;}
.footer-col h5 {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 10px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 19px;
}
.footer-col ul {list-style: none; display: flex; flex-direction: column; gap: 11px;}
.footer-col ul a {
    font-size: 14px;
    color: rgba(253,246,240,.55);
    text-decoration: none;
    transition: color .2s;
}
.footer-col ul a:hover {color: #e8d5b0;}
.footer-newsletter input {
    width: 100%;
    padding: 11px 16px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(201,169,110,.3);
    color: #fdf6f0;
    font-family: 'Old Standard TT', serif;
    font-size: 14px;
    outline: none;
    margin-bottom: 11px;
}
.footer-bottom {
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 10px;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    color: rgba(253,246,240,.3);
}

 
@keyframes fadeUp {
    from {opacity: 0; transform: translateY(30px);}
    to   {opacity: 1; transform: translateY(0);}
}
@keyframes spin {
    to {transform: translate(-50%,-50%) rotate(360deg);}}

.reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {opacity: 1; transform: none;}

 
@media (max-width: 900px) {
    #hero, #about, #contact {grid-template-columns: 50%;}
    .hero-text {padding-top: 112px;}
    .hero-visual {min-height: 360px;}
    .bottle-wrap {width: 240px; height: 320px;}
    .hero-circle {width: 220px; height: 220px;}
    .about-image {min-height: 340px;}
    .ingredients-grid {grid-template-columns: 50%;}
    .footer-top {grid-template-columns: 50% 50%;}
  }
@media (max-width: 600px) {
    .nav-links {display: none;}
    .stats-row {grid-template-columns: 50% 50%;}
    .footer-top {grid-template-columns: 50%;}
}