/* Virágora — main stylesheet. Faithful reproduction of the Claude Design (Viragora.dc.html). */

html, body { margin: 0; padding: 0; background: #FBF8F3; color: #1F2B22; font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: #2E4A38; text-decoration: none; }
a:hover { color: #B07C84; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
::selection { background: #E3B6BC; }

@keyframes vg-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes vg-slide { from { transform: translateX(100%); } to { transform: none; } }

/* ---------- layout helpers ---------- */
.vg-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.vg-container-narrow { max-width: 1000px; margin: 0 auto; padding: 0 32px; }
.vg-container-article { max-width: 780px; margin: 0 auto; padding: 0 32px; }
.vg-container-legal { max-width: 820px; margin: 0 auto; padding: 0 32px; }
.vg-container-faq { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.vg-container-contact { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.vg-main { padding: 56px 32px 80px; }
.vg-main-narrow { max-width: 1000px; margin: 0 auto; padding: 56px 32px 80px; }
.vg-main-article { max-width: 780px; margin: 0 auto; padding: 52px 32px 80px; }
.vg-main-legal { max-width: 820px; margin: 0 auto; padding: 56px 32px 80px; }
.vg-main-faq { max-width: 880px; margin: 0 auto; padding: 56px 32px 80px; }
.vg-main-contact { max-width: 1100px; margin: 0 auto; padding: 56px 32px 80px; }
.vg-section { max-width: 1240px; margin: 0 auto; padding: 70px 32px; }
.vg-section-tint { background: #F3EEE4; }
.vg-section-dark { background: #2E4A38; color: #F3EEE4; }

/* ---------- typography ---------- */
.vg-kicker { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: #8B9A85; margin-bottom: 14px; }
.vg-h1 { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-weight: 500; color: #1F2B22; margin: 0 0 16px; line-height: 1.08; }
.vg-h2 { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-weight: 500; color: #1F2B22; margin: 0 0 22px; }
.vg-h3 { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-weight: 500; color: #1F2B22; margin: 0 0 12px; }
.vg-lead { font-size: 16.5px; line-height: 1.75; color: #4C5B4C; max-width: 70ch; margin: 0 0 34px; }
.vg-p { font-size: 16px; line-height: 1.75; color: #4C5B4C; margin: 0 0 16px; }

/* ---------- header ---------- */
.vg-promobar { background: #2E4A38; color: #F3EEE4; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; padding: 10px 20px; }
.vg-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid #E5DDD1; }
.vg-header-blur { position: absolute; inset: 0; z-index: -1; background: rgba(251,248,243,0.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.vg-header-inner { max-width: 1240px; margin: 0 auto; padding: 18px 32px; display: flex; align-items: center; gap: 32px; }
.vg-logo { cursor: pointer; display: flex; flex-direction: column; line-height: 1; }
.vg-logo-word { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; font-weight: 600; letter-spacing: 0.02em; color: #2E4A38; }
.vg-logo-tag { font-size: 9.5px; letter-spacing: 0.32em; text-transform: uppercase; color: #8B9A85; margin-top: 5px; }
.vg-nav { display: flex; gap: 26px; margin-left: auto; font-size: 14.5px; letter-spacing: 0.02em; }
.vg-navlink { color: #1F2B22; cursor: pointer; padding-bottom: 2px; border-bottom: 1px solid transparent; white-space: nowrap; }
.vg-navlink:hover, .vg-navlink[aria-current="page"] { border-bottom: 1px solid #B07C84; color: #B07C84; }
.vg-cartbtn { cursor: pointer; display: flex; align-items: center; gap: 9px; border: 1px solid #2E4A38; border-radius: 999px; padding: 9px 18px; font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase; color: #2E4A38; background: transparent; }
.vg-cartbtn:hover { background: #2E4A38; color: #FBF8F3; }
.vg-cartcount { background: #E3B6BC; color: #2E4A38; border-radius: 999px; min-width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.vg-navtoggle { display: none; flex-direction: column; align-items: stretch; justify-content: center; gap: 4px; width: 30px; height: 26px; background: none; border: none; cursor: pointer; padding: 0; flex: none; }
.vg-navtoggle span { display: block; width: 100%; height: 2px; background: #2E4A38; border-radius: 2px; }

/* ---------- buttons ---------- */
.vg-btn { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; padding: 16px 30px; border-radius: 999px; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; border: none; text-decoration: none; }
.vg-btn-dark { background: #2E4A38; color: #F3EEE4; }
.vg-btn-dark:hover { background: #1F3527; color: #F3EEE4; }
.vg-btn-outline { border: 1px solid #C8BCA6; color: #2E4A38; background: transparent; }
.vg-btn-outline:hover { border-color: #2E4A38; background: #F3EEE4; }
.vg-btn-pink { background: #E3B6BC; color: #2E4A38; }
.vg-btn-pink:hover { background: #F7EDEA; }
.vg-btn-sm { padding: 8px 16px; font-size: 12px; }
.vg-btn-inline { margin-top: 8px; }
.vg-btn-block { display: block; width: 100%; text-align: center; border: none; }
.vg-btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.vg-textlink { cursor: pointer; font-size: 14px; letter-spacing: 0.06em; border-bottom: 1px solid #C8BCA6; padding-bottom: 3px; color: #1F2B22; }
.vg-textlink:hover { color: #B07C84; }

/* ---------- photo placeholders ---------- */
.vg-photo { border-radius: 4px; overflow: hidden; background: #EFE9DC; }
.vg-photo img { width: 100%; height: 100%; object-fit: cover; }
.vg-photo-hero { height: 230px; }
.vg-photo-hero-wide { grid-column: span 2; height: 230px; }
.vg-photo-workshop { height: 400px; }
.vg-photo-panorama { height: 380px; }
.vg-photo-about { height: 360px; }
.vg-photo-map { height: 220px; }
.vg-photo-team { height: 200px; margin-bottom: 14px; }
.vg-photo-article { height: 340px; margin-bottom: 40px; }

/* ---------- home ---------- */
.vg-hero { padding: 64px 32px 40px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.vg-hero-copy { animation: vg-rise .7s ease both; }
.vg-hero h1 { font-size: 68px; }
.vg-hero-media { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 230px 190px; gap: 14px; }
.vg-stats { display: flex; gap: 34px; margin-top: 44px; padding-top: 26px; border-top: 1px solid #E5DDD1; }
.vg-stat-num { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; color: #2E4A38; }
.vg-stat-label { font-size: 12.5px; color: #8B9A85; letter-spacing: 0.05em; }

.vg-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vg-tile { cursor: pointer; background: #FFFFFF; border: 1px solid #E5DDD1; border-radius: 4px; padding: 26px; display: block; }
.vg-tile:hover { border-color: #B07C84; }
.vg-tile-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; color: #2E4A38; margin-bottom: 8px; }
.vg-tile-text { font-size: 13.5px; color: #6D7A6B; line-height: 1.6; }

.vg-row-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 26px; flex-wrap: wrap; gap: 14px; }

.vg-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.vg-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vg-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

.vg-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

.vg-quote { background: #FFFFFF; border: 1px solid #E5DDD1; border-radius: 4px; padding: 28px; }
.vg-quote p { font-family: "Cormorant Garamond", Georgia, serif; font-size: 21px; line-height: 1.5; font-style: italic; color: #2E4A38; margin: 0 0 18px; }
.vg-quote cite { font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: #8B9A85; font-style: normal; }

.vg-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vg-plan { border: 1px solid #4E6A58; border-radius: 4px; padding: 20px; }
.vg-plan-featured { border: 1px solid #E3B6BC; background: #375745; }
.vg-plan-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #A9BBA6; margin-bottom: 10px; }
.vg-plan-featured .vg-plan-label { color: #E3B6BC; }
.vg-plan-price { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; }
.vg-plan-unit { font-size: 12.5px; color: #A9BBA6; margin-top: 6px; }

/* ---------- product cards ---------- */
.vg-pcard { background: #FFFFFF; border: 1px solid #E5DDD1; border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.vg-pcard-photo { height: 220px; }
.vg-pcard-photo-lg { height: 260px; }
.vg-pcard-photo-sm { height: 210px; }
.vg-pcard-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.vg-pcard-body-lg { padding: 22px; gap: 9px; }
.vg-pcard-cat { font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: #B07C84; }
.vg-pcard-name { font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; color: #1F2B22; line-height: 1.2; }
.vg-pcard-name-lg { font-size: 25px; }
.vg-pcard-desc { font-size: 13px; color: #6D7A6B; line-height: 1.6; flex: 1; }
.vg-pcard-desc-lg { font-size: 13.5px; line-height: 1.65; }
.vg-pcard-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.vg-pcard-price { font-size: 16px; color: #2E4A38; }
.vg-pcard-price-lg { font-size: 17px; }
.vg-addcart { cursor: pointer; background: #F3EEE4; border: 1px solid #C8BCA6; border-radius: 999px; padding: 8px 16px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #2E4A38; }
.vg-addcart:hover { background: #2E4A38; color: #F3EEE4; border-color: #2E4A38; }

/* ---------- shop ---------- */
.vg-cats { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
.vg-cat-pill { cursor: pointer; border-radius: 999px; padding: 10px 20px; font-size: 13px; letter-spacing: 0.06em; border: 1px solid #C8BCA6; background: transparent; color: #2E4A38; }
.vg-cat-pill.is-active { background: #2E4A38; color: #F3EEE4; border-color: #2E4A38; }
.vg-info-grid { margin-top: 52px; background: #F3EEE4; border-radius: 4px; padding: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.vg-info-grid-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; color: #2E4A38; margin-bottom: 8px; }
.vg-info-grid-text { font-size: 13.5px; line-height: 1.65; color: #4C5B4C; }

/* ---------- plants ---------- */
.vg-light-card { background: #FFFFFF; border: 1px solid #E5DDD1; border-radius: 4px; padding: 30px; }
.vg-light-swatch { height: 14px; width: 44px; border-radius: 999px; margin-bottom: 18px; }
.vg-light-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 27px; color: #1F2B22; margin-bottom: 12px; }
.vg-light-text { font-size: 14px; line-height: 1.7; color: #4C5B4C; margin-bottom: 16px; }
.vg-light-list { font-size: 13.5px; line-height: 1.9; color: #2E4A38; }
.vg-rules-box { background: #F3EEE4; border-radius: 4px; padding: 44px; }
.vg-rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 44px; }
.vg-rule-num { font-size: 12px; letter-spacing: 0.18em; color: #B07C84; margin-bottom: 8px; }
.vg-rule-text { font-size: 14.5px; line-height: 1.75; color: #4C5B4C; }

/* ---------- events ---------- */
.vg-event-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 56px; }
.vg-event-card { border: 1px solid #E5DDD1; background: #FFFFFF; border-radius: 4px; padding: 30px; }
.vg-event-card-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; color: #2E4A38; margin-bottom: 10px; }
.vg-event-card-text { font-size: 13.5px; line-height: 1.7; color: #4C5B4C; margin-bottom: 18px; }
.vg-event-card-price { font-size: 15px; color: #B07C84; }
.vg-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 56px; }
.vg-step { border-top: 2px solid #2E4A38; padding-top: 18px; }
.vg-step-label { font-size: 12px; letter-spacing: 0.18em; color: #8B9A85; margin-bottom: 10px; }
.vg-step-text { font-size: 14px; line-height: 1.7; color: #4C5B4C; }
.vg-cta-bar { background: #2E4A38; color: #F3EEE4; border-radius: 4px; padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.vg-cta-bar-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 32px; margin-bottom: 8px; }
.vg-cta-bar-text { font-size: 15px; color: #D6DCCF; }

/* ---------- blog ---------- */
.vg-post-card { cursor: pointer; background: #FFFFFF; border: 1px solid #E5DDD1; border-radius: 4px; overflow: hidden; display: block; }
.vg-post-card:hover { border-color: #B07C84; }
.vg-post-card-flex { display: flex; flex-direction: column; }
.vg-post-photo { height: 180px; }
.vg-post-photo-lg { height: 200px; }
.vg-post-body { padding: 20px; }
.vg-post-body-flex { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.vg-post-cat { font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: #B07C84; margin-bottom: 10px; }
.vg-post-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; line-height: 1.2; color: #1F2B22; margin-bottom: 10px; }
.vg-post-title-lg { font-size: 26px; margin-bottom: 0; }
.vg-post-lead { font-size: 13.5px; color: #6D7A6B; line-height: 1.65; }
.vg-post-lead-flex { line-height: 1.7; flex: 1; }
.vg-post-more { font-size: 13px; color: #2E4A38; border-bottom: 1px solid #C8BCA6; align-self: flex-start; padding-bottom: 2px; }

/* ---------- article ---------- */
.vg-back { cursor: pointer; font-size: 13px; letter-spacing: 0.06em; color: #8B9A85; }
.vg-article-kicker { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: #B07C84; margin: 26px 0 14px; }
.vg-article h1 { font-size: 46px; line-height: 1.1; margin: 0 0 20px; }
.vg-article-dek { font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; line-height: 1.55; color: #4C5B4C; font-style: italic; margin: 0 0 30px; }
.vg-article-section { margin-bottom: 32px; }
.vg-article-section h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; font-weight: 500; margin: 0 0 14px; color: #1F2B22; }
.vg-article-section p { font-size: 16.5px; line-height: 1.8; color: #3E4C3E; margin: 0; }
.vg-article-cta { background: #F3EEE4; border-radius: 4px; padding: 32px; margin-top: 12px; }
.vg-article-cta-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; color: #2E4A38; margin-bottom: 10px; }
.vg-article-cta-text { font-size: 15px; line-height: 1.7; color: #4C5B4C; margin-bottom: 20px; }

/* ---------- about ---------- */
.vg-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 52px; }
.vg-team-name { font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; color: #1F2B22; }
.vg-team-role { font-size: 13px; color: #8B9A85; letter-spacing: 0.06em; margin-bottom: 8px; }
.vg-team-desc { font-size: 13.5px; line-height: 1.7; color: #4C5B4C; }
.vg-belief-box { background: #F3EEE4; border-radius: 4px; padding: 40px; }
.vg-belief-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; }
.vg-belief-title { font-size: 15.5px; color: #2E4A38; margin-bottom: 6px; }
.vg-belief-text { font-size: 14px; line-height: 1.7; color: #4C5B4C; }

/* ---------- contact ---------- */
.vg-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.vg-contact-block { margin-bottom: 30px; }
.vg-contact-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #8B9A85; margin-bottom: 8px; }
.vg-contact-value { font-size: 16.5px; line-height: 1.7; color: #1F2B22; }
.vg-contact-value-lg { font-size: 15.5px; line-height: 1.9; color: #3E4C3E; }
.vg-form-card { background: #FFFFFF; border: 1px solid #E5DDD1; border-radius: 4px; padding: 34px; }
.vg-form-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; color: #1F2B22; margin-bottom: 8px; }
.vg-form-sub { font-size: 13.5px; color: #6D7A6B; line-height: 1.6; margin-bottom: 24px; }
.vg-form { display: flex; flex-direction: column; gap: 14px; }
.vg-input, .vg-textarea { border: 1px solid #E5DDD1; border-radius: 3px; padding: 13px 15px; font-family: "Jost", sans-serif; font-size: 15px; background: #FBF8F3; color: #1F2B22; outline: none; width: 100%; }
.vg-input:focus, .vg-textarea:focus { border-color: #B07C84; }
.vg-textarea { resize: vertical; }
.vg-consent-row { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; line-height: 1.6; color: #6D7A6B; }
.vg-consent-row input { margin-top: 3px; }
.vg-form-msg { font-size: 13px; color: #B07C84; text-align: center; min-height: 18px; }
.vg-form-msg.is-success { color: #2E4A38; }
.vg-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- faq ---------- */
.vg-faq-item { cursor: pointer; border-bottom: 1px solid #E5DDD1; padding: 22px 0; background: none; border-left: none; border-right: none; border-top: none; width: 100%; text-align: left; display: block; }
.vg-faq-row { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.vg-faq-q { font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; color: #1F2B22; }
.vg-faq-sign { color: #B07C84; font-size: 20px; }
.vg-faq-a { font-size: 15.5px; line-height: 1.8; color: #4C5B4C; max-width: 70ch; margin-top: 0; max-height: 0; overflow: hidden; opacity: 0; transition: all .3s ease; }
.vg-faq-item.is-open .vg-faq-a { margin-top: 14px; max-height: 400px; opacity: 1; }

/* ---------- legal ---------- */
.vg-legal-date { font-size: 13px; color: #8B9A85; margin-bottom: 34px; }
.vg-legal-section { margin-bottom: 28px; }
.vg-legal-section h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; font-weight: 500; margin: 0 0 12px; color: #2E4A38; }
.vg-legal-section p { font-size: 15.5px; line-height: 1.8; color: #3E4C3E; margin: 0; white-space: pre-line; }
.vg-legal-foot { border-top: 1px solid #E5DDD1; padding-top: 24px; font-size: 13.5px; line-height: 1.8; color: #6D7A6B; }

/* ---------- footer ---------- */
.vg-footer { background: #22301F; color: #CBD3C4; margin-top: 20px; }
.vg-footer-grid { max-width: 1240px; margin: 0 auto; padding: 64px 32px 32px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; }
.vg-footer-brand { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; color: #F3EEE4; margin-bottom: 12px; }
.vg-footer-about { font-size: 14px; line-height: 1.75; max-width: 34ch; margin: 0 0 18px; }
.vg-footer-contact { font-size: 13.5px; line-height: 1.9; }
.vg-footer-contact a { color: #E3B6BC; }
.vg-footer-h { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #8B9A85; margin-bottom: 16px; }
.vg-footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.vg-footerlink { cursor: pointer; color: #CBD3C4; }
.vg-footerlink:hover { color: #E3B6BC; }
.vg-footer-bottom { max-width: 1240px; margin: 0 auto; padding: 20px 32px 40px; border-top: 1px solid #33422F; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12.5px; color: #8B9A85; }
.vg-footer-pay { display: flex; gap: 18px; align-items: center; }
.vg-cookielink { cursor: pointer; border-bottom: 1px solid #4E6A58; background: none; border-top: none; border-left: none; border-right: none; color: #8B9A85; font-size: 12.5px; padding: 0; }
.vg-cookielink:hover { color: #E3B6BC; }

/* ---------- cart drawer ---------- */
.vg-overlay { position: fixed; inset: 0; background: rgba(31,43,34,0.45); z-index: 60; display: none; }
.vg-cart { position: fixed; top: 0; right: 0; bottom: 0; width: 430px; max-width: 92vw; background: #FBF8F3; z-index: 61; display: none; flex-direction: column; box-shadow: -20px 0 60px rgba(31,43,34,0.18); }
body.vg-cart-open .vg-overlay, body.vg-cart-open .vg-cart { display: flex; }
body.vg-cart-open .vg-overlay { display: block; }
body.vg-cart-open .vg-cart { animation: vg-slide .3s ease both; }
.vg-cart-head { padding: 26px 28px; border-bottom: 1px solid #E5DDD1; display: flex; justify-content: space-between; align-items: center; }
.vg-cart-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; color: #1F2B22; }
.vg-cart-close { cursor: pointer; font-size: 22px; color: #8B9A85; background: none; border: none; line-height: 1; }
.vg-cart-body { flex: 1; overflow: auto; padding: 22px 28px; }
.vg-cart-empty { text-align: center; padding: 60px 10px; }
.vg-cart-empty-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; color: #2E4A38; margin-bottom: 10px; }
.vg-cart-empty-text { font-size: 14px; line-height: 1.7; color: #6D7A6B; margin-bottom: 22px; }
.vg-cart-line { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid #E5DDD1; }
.vg-cart-line-thumb { width: 72px; height: 82px; flex: none; border-radius: 3px; background-color: #EFE9DC; background-size: cover; background-position: center; }
.vg-cart-line-name { font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; color: #1F2B22; line-height: 1.2; }
.vg-cart-line-cat { font-size: 12px; color: #8B9A85; margin: 4px 0 10px; }
.vg-cart-qty-row { display: flex; align-items: center; gap: 12px; }
.vg-qty-btn { cursor: pointer; width: 26px; height: 26px; border: 1px solid #C8BCA6; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #2E4A38; background: none; padding: 0; }
.vg-qty-num { font-size: 14px; color: #1F2B22; min-width: 14px; text-align: center; }
.vg-cart-line-sum { margin-left: auto; font-size: 15px; color: #2E4A38; }
.vg-cart-foot { border-top: 1px solid #E5DDD1; padding: 22px 28px 26px; }
.vg-cart-row { display: flex; justify-content: space-between; font-size: 14px; color: #6D7A6B; margin-bottom: 8px; }
.vg-cart-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; }
.vg-cart-total span:first-child { font-size: 15px; color: #1F2B22; }
.vg-cart-total span:last-child { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; color: #2E4A38; }
.vg-cart-hint { font-size: 12.5px; line-height: 1.6; color: #8B9A85; margin-bottom: 16px; }
.vg-cart-msg { font-size: 13px; color: #B07C84; text-align: center; margin-top: 12px; min-height: 18px; }

/* ---------- cookie consent ---------- */
.vg-consent { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 70; background: #FBF8F3; border: 1px solid #C8BCA6; border-radius: 5px; box-shadow: 0 20px 60px rgba(31,43,34,0.18); padding: 26px 28px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; max-width: 1100px; margin: 0 auto; }
.vg-consent[hidden] { display: none; }
.vg-consent-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; color: #1F2B22; margin-bottom: 8px; }
.vg-consent-text { font-size: 13.5px; line-height: 1.7; color: #4C5B4C; max-width: 80ch; }
.vg-consent-actions { display: flex; flex-direction: column; gap: 10px; min-width: 210px; }
.vg-consent-actions .vg-btn-dark, .vg-consent-actions .vg-btn-outline { padding: 13px 22px; font-size: 13px; border-radius: 999px; }

/* ---------- misc ---------- */
.vg-skip-link { position: absolute; left: -9999px; top: 0; background: #2E4A38; color: #fff; padding: 10px 16px; z-index: 100; }
.vg-skip-link:focus { left: 12px; top: 12px; }

/* =====================================================================
   Responsive
   ===================================================================== */
@media (max-width: 980px) {
  .vg-nav { position: fixed; top: 0; right: -100%; bottom: 0; width: 78vw; max-width: 340px; background: #FBF8F3; flex-direction: column; gap: 4px; padding: 90px 28px 28px; z-index: 55; transition: right .25s ease; box-shadow: -20px 0 40px rgba(31,43,34,0.15); overflow: auto; }
  .vg-nav.is-open { right: 0; }
  .vg-navlink { padding: 12px 0; border-bottom: 1px solid #E5DDD1 !important; font-size: 16px; }
  .vg-navtoggle { display: flex; }
  .vg-hero { grid-template-columns: 1fr; }
  .vg-hero h1 { font-size: 48px; }
  .vg-hero-media { grid-template-rows: 200px 160px; }
  .vg-split, .vg-grid-2 { grid-template-columns: 1fr; }
  .vg-tiles, .vg-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .vg-grid-3, .vg-event-cards, .vg-rules-grid, .vg-team-grid, .vg-belief-grid, .vg-info-grid, .vg-steps, .vg-plans { grid-template-columns: repeat(2, 1fr); }
  .vg-contact-grid { grid-template-columns: 1fr; }
  .vg-consent { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .vg-hero h1 { font-size: 38px; }
  .vg-hero-media { grid-template-columns: 1fr 1fr; }
  .vg-tiles, .vg-grid-4, .vg-grid-3, .vg-event-cards, .vg-rules-grid, .vg-team-grid, .vg-belief-grid, .vg-info-grid, .vg-steps, .vg-plans { grid-template-columns: 1fr; }
  .vg-footer-grid { grid-template-columns: 1fr 1fr; }
  .vg-cta-bar { flex-direction: column; align-items: flex-start; }
  .vg-header-inner { padding: 14px 20px; }
  .vg-main, .vg-main-narrow, .vg-main-article, .vg-main-legal, .vg-main-faq, .vg-main-contact, .vg-section { padding-left: 20px; padding-right: 20px; }
  .vg-container, .vg-container-narrow, .vg-container-article, .vg-container-legal, .vg-container-faq, .vg-container-contact { padding-left: 20px; padding-right: 20px; }
  .vg-consent { left: 12px; right: 12px; bottom: 12px; padding: 20px; }
  .vg-cart { width: 100vw; max-width: 100vw; }
}

@media (max-width: 480px) {
  .vg-footer-grid { grid-template-columns: 1fr; }
}
