@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/montserrat-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/montserrat-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/montserrat-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/montserrat-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/montserrat-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/montserrat-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
:root {
--slate: #374255;
--slate-deep: #2a3342;
--plum: #553742;
--plum-deep: #472e37;
--stone: #C6C1BA;
--mist: #F4F3F0;
--ink: #22262e;
--paper: #ffffff;
--line: #e3e0da;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
margin: 0;
font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
font-size: 1.0rem;
line-height: 1.7;
color: var(--ink);
background: var(--paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--plum); }
a:hover { color: var(--plum-deep); }
h1, h2, h3, h4 { line-height: 1.25; color: var(--slate); margin: 0 0 .6em; font-weight: 700; }
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.45rem, 3vw, 2.1rem); }
h3 { font-size: 1.15rem; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 1.25rem; }
.wrap.narrow { max-width: 780px; }
.centered { text-align: center; }
.eyebrow {
text-transform: uppercase; letter-spacing: .14em; font-size: .78rem;
font-weight: 600; color: var(--plum); margin: 0 0 .5rem;
}
.site-header {
background: var(--slate);
position: sticky; top: 0; z-index: 50;
box-shadow: 0 1px 0 rgb(255 255 255 / .08);
}
.site-header .bar {
display: flex; align-items: center; justify-content: space-between;
gap: 1rem; padding: .65rem 1.25rem; max-width: 1120px; margin: 0 auto;
}
.logo img { width: 210px; height: 48px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a { color: #fff; text-decoration: none; font-weight: 600; font-size: .92rem; }
.site-nav a:hover { color: var(--stone); }
.btn {
display: inline-block; background: var(--plum); color: #fff !important;
padding: .7rem 1.5rem; border-radius: 3px; text-decoration: none;
font-weight: 700; font-size: .92rem; letter-spacing: .02em; border: 0; cursor: pointer;
}
.btn:hover { background: var(--plum-deep); }
.btn.ghost { background: transparent; border: 2px solid #fff; }
.btn.ghost:hover { background: rgb(255 255 255 / .12); }
.nav-toggle { display: none; background: none; border: 0; padding: .4rem; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; }
@media (max-width: 760px) {
.nav-toggle { display: block; }
.site-nav {
display: none; position: absolute; left: 0; right: 0; top: 100%;
background: var(--slate-deep); flex-direction: column; padding: 1rem 1.25rem 1.4rem;
align-items: flex-start;
}
.site-nav.open { display: flex; }
}
.hero {
position: relative; color: #fff;
background: var(--slate-deep) url("/assets/img/home/wine-banner.webp") center / cover no-repeat;
}
.hero::before {
content: ""; position: absolute; inset: 0;
background: linear-gradient(180deg, rgb(42 51 66 / .78), rgb(42 51 66 / .55));
}
.hero .wrap { position: relative; padding: clamp(4rem, 10vw, 7.5rem) 1.25rem; max-width: 860px; }
.hero h1 { color: #fff; }
.hero p { font-size: 1.06rem; max-width: 640px; }
.section { padding: clamp(2.6rem, 6vw, 4.5rem) 0; }
.section-alt { background: var(--mist); }
.why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.5rem; align-items: center; }
.why-grid img { border-radius: 4px; }
@media (max-width: 820px) { .why-grid { grid-template-columns: 1fr; } }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2rem; }
.feature {
background: var(--paper); border-top: 3px solid var(--plum);
padding: 1.4rem 1.5rem; box-shadow: 0 1px 4px rgb(34 38 46 / .07);
}
.feature h3 { margin-bottom: .35rem; }
.feature p { margin: 0; font-size: .95rem; }
@media (max-width: 760px) { .feature-row { grid-template-columns: 1fr; } }
.band {
position: relative; color: #fff; text-align: center;
background: var(--slate-deep) url("/assets/img/home/wine-banner-tour.webp") center / cover no-repeat;
}
.band::before { content: ""; position: absolute; inset: 0; background: rgb(85 55 66 / .68); }
.band .wrap { position: relative; padding: clamp(3rem, 7vw, 5rem) 1.25rem; max-width: 800px; }
.band h2 { color: #fff; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.4rem; }
.card {
background: var(--paper); border: 1px solid var(--line); border-radius: 4px;
overflow: hidden; display: flex; flex-direction: column;
}
.card img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.card .card-body { padding: 1rem 1.15rem 1.25rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.card .cat { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--plum); font-weight: 600; }
.card h3 { font-size: 1.02rem; margin: 0; }
.card h3 a { color: var(--slate); text-decoration: none; }
.card h3 a:hover { color: var(--plum); }
.card p { margin: 0; font-size: .9rem; color: #4a4f58; }
.card .more { margin-top: auto; font-size: .86rem; font-weight: 600; }
.page-head { background: var(--mist); padding: clamp(2rem, 5vw, 3.2rem) 0 1.6rem; }
.crumb { font-size: .85rem; color: #5a5f68; margin: 0 0 .6rem; }
.crumb a { color: var(--plum); }
.article-hero img { border-radius: 4px; margin-top: 1.2rem; }
.article > p, .article > ul, .article > ol, .article > table { margin: 0 0 1.2em; }
.article h2 { margin-top: 1.8em; }
.article h3 { margin-top: 1.4em; }
.article img { border-radius: 4px; margin: 1.2em 0; }
.article table { border-collapse: collapse; width: 100%; font-size: .94rem; }
.article th, .article td { border: 1px solid var(--line); padding: .55rem .7rem; text-align: left; }
.article th { background: var(--mist); }
.article .cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
@media (max-width: 700px) { .article .cols { grid-template-columns: 1fr; } }
.pagination { display: flex; gap: .8rem; justify-content: center; margin-top: 2rem; }
.contact-band { background: var(--slate); color: #fff; }
.contact-band h2, .contact-band .eyebrow { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.5rem; align-items: start; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.enquiry-form { display: grid; gap: .9rem; }
.enquiry-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
@media (max-width: 560px) { .enquiry-form .row2 { grid-template-columns: 1fr; } }
.enquiry-form label { display: grid; gap: .3rem; font-size: .85rem; font-weight: 600; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
font: inherit; padding: .65rem .75rem; border: 1px solid transparent; border-radius: 3px;
background: #fff; color: var(--ink); width: 100%;
}
.enquiry-form textarea { min-height: 110px; resize: vertical; }
.enquiry-form ::placeholder { color: rgb(34 38 46 / .25); }
.enquiry-form .hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.enquiry-form [hidden] { display: none !important; }
.form-note { font-size: .82rem; color: var(--stone); margin: 0; }
.form-msg { font-weight: 600; padding: .6rem .8rem; border-radius: 3px; }
.form-msg.ok { background: #e8f3e8; color: #1e5c2a; }
.form-msg.err { background: #f7e9e9; color: #8c2f39; }
.site-footer { background: var(--slate-deep); color: #cfd3da; font-size: .9rem; }
.site-footer .wrap { padding: 2.2rem 1.25rem 1.8rem; display: grid; gap: 1.2rem; }
.site-footer .foot-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem; }
.site-footer img { width: 190px; height: 43px; object-fit: contain; }
.site-footer nav { display: flex; gap: 1.3rem; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--stone); }
.site-footer .legal { display: flex; flex-wrap: wrap; gap: 1.3rem; align-items: center; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / .12); padding-top: 1.1rem; }
.site-footer .legal p { margin: 0; }
.byline { font-size: .88rem; color: #5a5f68; margin: .2rem 0 0; }
.byline a { color: var(--plum); }
.page-head .byline { margin-bottom: .4rem; }
.article-page .article-hero { margin-top: 1.4rem; }
.article-page > .article { padding: 1.8rem 1.25rem 2.6rem; }
.related-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.3rem; }
.related-head h2 { margin: 0; }