@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.buchan-rum-body, .buchan-rum-body * { box-sizing: border-box; }
.buchan-rum-body {
    font-family: 'Poppins', Arial, sans-serif;
    color: #23272e;
    min-height: 100vh;
}
.buchan-rum-hero-banner {
    position: relative;
    min-height: 340px;
    height: 55vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.buchan-rum-hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24,38,66,0.7) 0%, rgba(33,37,41,0.4) 70%,rgba(0,0,0,0.32) 100%);
    z-index: 1;
}
.buchan-rum-hero-title {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 5rem;
    letter-spacing: -.5px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    line-height: 1.06;
    margin: 0;
    padding: 0 0.25em;
    position: relative;
}
@media (max-width:800px){
    .buchan-rum-hero-title{font-size:1.9rem;}
    .buchan-rum-hero-banner{min-height:180px;height:30vh;}
}
.buchan-rum-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}
.buchan-rum-content-card {
    background: #fff;
    border-radius: 22px;
    padding: 70px 43px 50px;
    position: relative;
    z-index: 3;
}
@media (max-width: 700px){
    .buchan-rum-content-card{padding:38px 10px 40px;}
}
.buchan-rum-heading{
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #23272e;
    margin: 0 0 1.2em 0;
    line-height: 1.15;
}
@media (max-width: 900px){
    .buchan-rum-heading{font-size:1.398rem;}
}
.buchan-rum-subheading {
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2a3344;
    margin: 1.2em 0 .7em 0;
    line-height: 1.28;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
.buchan-rum-subheading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 7px;
    background: #53A2E8;
    border-radius: 4px;
}
.buchan-rum-paragraph {
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 1.5rem;
    color: #49505b;
    line-height: 1.85;
    margin: 0 0 1.1em 0;
}
.buchan-rum-content-flow{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
}
@media (max-width:900px){
    .buchan-rum-content-flow{grid-template-columns:1fr;gap:38px;}
}
.buchan-rum-text-block{background:none;padding:0;}
.buchan-rum-image-block{
    position:relative;
    border-radius:18px;
    overflow:hidden;
    background:#f7fbff;
    margin-bottom:12px;
}
.buchan-rum-image-block img{
    display:block;width:100%;height:100%; max-height:450px;object-fit:cover;object-position:center;border-radius:16px;box-shadow:none;
}
@media (max-width:1100px){.buchan-rum-image-block img{ min-height:150px; height: 100%;}}
@media (max-width:600px){.buchan-rum-image-block img{max-height: 200px; min-height:150px; height: 100%;}}
.buchan-rum-full-image{grid-column:1/-1;margin:32px 0 28px 0;}
.buchan-rum-image-gallery{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    margin:44px 0 0 0;
}
@media (max-width:1000px){.buchan-rum-image-gallery{grid-template-columns:repeat(2,1fr);}}
@media (max-width:600px){.buchan-rum-image-gallery{grid-template-columns:1fr 1fr;gap:12px;}}
.buchan-rum-image-gallery .buchan-rum-image-block{
    background:#f7fbff;
    padding:0;
    border-radius:14px;
    display:block;
}
.buchan-rum-nav-bar{
    display:flex;justify-content:space-between;gap:16px;margin:64px 0 0 0;padding:40px 0 0 0;border-top:1px solid #ebecf0;
}
.buchan-rum-nav-btn{
    display:inline-flex;align-items:center;gap:10px;font-family:'Poppins',sans-serif;font-size:1.14rem;font-weight:700;background:#3e95e0;color:#fff;text-decoration:none;padding:17px 38px;border-radius:14px;
}

.buchan-rum-nav-btn span{
    color: #fff;
}

.buchan-rum-nav-btn:hover{background:#3e95e0;color:#fff;}
.buchan-rum-nav-btn--prev .buchan-rum-nav-arrow { font-size: 1.6em; margin-right: 6px; }
.buchan-rum-nav-btn--next .buchan-rum-nav-arrow { font-size: 1.6em; margin-left: 6px; }
