/*
Theme Name: SuzeScapes Photography
Theme URI: https://example.com/<?php get_header(); ?>
<div class="suz-page-showcase">
    <section class="suz-container" style="padding-top:60px;">
    <div class="suz-sayhi-panel">
    <div class="suz-showcase-copy suz-sayhi-copy-wrap">
        <?php $about_image_id=absint(get_theme_mod('suz_about_image',0)); ?>
        <?php $photo2_id=absint(get_theme_mod('suz_sayhi_photo2',0)); ?>
        <?php if($about_image_id): ?>
            <figure class="suz-sayhi-photo">
                <?php echo wp_get_attachment_image($about_image_id,'medium',false,array('alt'=>'Susanna')); ?>
                <figcaption>Golden hour at the coast</figcaption>
            </figure>
        <?php endif; ?>
        <?php if($photo2_id): ?>
            <figure class="suz-sayhi-photo">
                <?php echo wp_get_attachment_image($photo2_id,'medium',false,array('alt'=>'Susanna taking photographs')); ?>
                <figcaption>Susanna, out with the camera</figcaption>
            </figure>
        <?php endif; ?>
        <?php
        $default_text="Photography has been my passion for as long as I can remember \xe2\x80\x94 my way of connecting with the wild places I love. Living in Pembrokeshire, I'm lucky to be surrounded by some of the most beautiful coastline, hills and ancient landscapes in Wales, and I try to capture their changing light and atmosphere in every photograph I take.\n\nI hope my images bring a little of that beauty into your home, and inspire you to look a bit more closely at the world around you.";
        $about_text=get_theme_mod('suz_sayhi_text',$default_text);
        ?>
        <div class="suz-about-copy">
            <?php echo wpautop(wp_kses_post($about_text)); ?>
        </div>
        <div class="suz-showcase-content" style="border-top:0;padding-top:0;margin-top:14px;">
            <?php $email=get_theme_mod('suz_sayhi_email','susanna@suzescapes.com'); ?>
            <?php $email_label=get_theme_mod('suz_sayhi_email_label','Contact me'); ?>
            <p><a href="mailto:<?php echo esc_attr($email); ?>"><?php echo esc_html($email_label); ?></a></p>
        </div>
        <p class="suz-sayhi-follow">Follow me on Instagram and Facebook</p>
        <div class="suz-sayhi-social-color" aria-label="Social media">
            <a href="https://www.instagram.com/suzescapes/" target="_blank" rel="noopener noreferrer" aria-label="Instagram">
                <svg viewBox="0 0 24 24" aria-hidden="true">
                    <defs>
                        <linearGradient id="suzInstaGrad" x1="0%" y1="100%" x2="100%" y2="0%">
                            <stop offset="0%" stop-color="#feda75"/>
                            <stop offset="25%" stop-color="#fa7e1e"/>
                            <stop offset="50%" stop-color="#d62976"/>
                            <stop offset="75%" stop-color="#962fbf"/>
                            <stop offset="100%" stop-color="#4f5bd5"/>
                        </linearGradient>
                    </defs>
                    <rect x="1" y="1" width="22" height="22" rx="6" ry="6" fill="url(#suzInstaGrad)"/>
                    <rect x="6" y="6" width="12" height="12" rx="3.5" ry="3.5" fill="none" stroke="#fff" stroke-width="1.8"/>
                    <circle cx="12" cy="12" r="3.4" fill="none" stroke="#fff" stroke-width="1.8"/>
                    <circle cx="16.6" cy="7.4" r="1" fill="#fff"/>
                </svg>
            </a>
            <a href="https://www.facebook.com/SuzeScapes/" target="_blank" rel="noopener noreferrer" aria-label="Facebook">
                <svg viewBox="0 0 24 24" aria-hidden="true">
                    <rect x="1" y="1" width="22" height="22" rx="6" ry="6" fill="#1877F2"/>
                    <path fill="#fff" d="M14.1 21v-8h2.7l.4-3.1h-3.1v-2c0-.9.3-1.5 1.6-1.5h1.7V3.6c-.3 0-1.3-.1-2.4-.1-2.4 0-4 1.5-4 4.1v2.3H8.3V13H11v8h3.1z"/>
                </svg>
            </a>
        </div>
    </div>
    </div>
    </section>
</div>
<?php get_footer(); ?>
Author: SuzeScapes
Description: Bespoke lightweight theme for SuzeScapes Photography.
Version: 1.5.80
Text Domain: suzescapes-photography
*/
:root{--navy:#173b63;--deep:#123455;--gold:#f2b65b;--grey:#e4e7e3;--paper:#f8f7f3;--text:#30363b;--line:rgba(23,59,99,.18);--max:1440px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--grey);color:var(--text);font-family:"Open Sans",Arial,sans-serif;line-height:1.65}a{color:var(--navy);text-decoration:none}img{max-width:100%;height:auto}.suz-site{min-height:100vh;background:var(--paper)}
.suz-header{position:relative;z-index:20;background:linear-gradient(180deg,rgba(23,59,99,.30),rgba(23,59,99,.16) 25%,rgba(228,231,227,.35) 62%,rgba(248,247,243,.94))}
.suz-header-inner{max-width:var(--max);margin:auto;padding:18px 4vw 16px;min-height:145px;display:flex;align-items:center;justify-content:space-between;gap:40px}.suz-brand{display:block;line-height:0}.suz-logo-image{display:block;width:min(330px,30vw);height:auto;max-height:145px;object-fit:contain;object-position:left center}.suz-brand-text{font-family:"Julius Sans One",Arial,sans-serif;color:var(--navy);font-size:26px;letter-spacing:.16em;text-transform:uppercase}.suz-brand-sub{display:block;margin-top:7px;font-family:"Julius Sans One",Arial,sans-serif;color:var(--navy);font-size:12px;letter-spacing:.25em;text-transform:uppercase}
.suz-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:32px;align-items:center}.suz-nav a{color:var(--navy);font-size:14px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;position:relative;padding-bottom:9px}.suz-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.suz-nav .current-menu-item>a:after,.suz-nav .current_page_item>a:after{transform:scaleX(1)}.suz-nav .current-menu-item>a,.suz-nav .current_page_item>a{font-weight:700}
.suz-container{width:min(var(--max),92vw);margin:auto}.suz-section{padding:76px 0}.suz-section-paper{background:var(--paper)}.suz-section-grey{background:var(--grey)}
.suz-heading{margin:0;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-weight:400;line-height:1.12;letter-spacing:.035em}.suz-heading-xl{font-size:clamp(42px,5vw,76px)}.suz-heading-lg{font-size:clamp(30px,4vw,48px)}.suz-heading-md{font-size:30px}.suz-rule{display:none}
.suz-hero{position:relative;min-height:610px;display:flex;align-items:center;background:#ccc}.suz-hero-media{position:absolute;inset:0;background-size:cover;background-position:center}.suz-hero-content{position:relative;z-index:2;width:min(560px,48vw);padding:78px 0}.suz-hero-copy{max-width:500px;font-size:19px;line-height:1.55;margin:0 0 28px}.suz-button{display:inline-block;padding:13px 23px;background:var(--deep);color:#fff;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.suz-intro{max-width:780px;margin:0 auto 42px;text-align:center}.suz-intro p{font-size:17px;color:#4e555b}.suz-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.suz-category-card{position:relative;min-height:330px;overflow:hidden;border-radius:2px;background:#bfc1bc}.suz-category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.suz-category-card:hover img{transform:scale(1.035)}.suz-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(0,0,0,.62))}.suz-category-label{position:absolute;z-index:2;left:18px;right:18px;bottom:22px;color:#fff;text-align:center;font-family:"Julius Sans One",Arial,sans-serif;font-size:15px;line-height:1.25;letter-spacing:.08em}.suz-gallery-callout{text-align:center;margin-top:55px}.suz-gallery-callout a{font-family:"Julius Sans One",Arial,sans-serif;font-size:14px;letter-spacing:.2em;text-transform:uppercase}
.suz-three-col{display:grid;grid-template-columns:repeat(3,1fr)}.suz-feature{padding:10px 38px;border-left:1px solid var(--line)}.suz-feature:first-child{border-left:0}.suz-feature-image{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;margin-bottom:22px}.suz-feature p{font-size:14px;color:#51585d}.suz-text-link{font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.suz-newsletter{background:rgba(23,59,99,.14);border-top:1px solid rgba(23,59,99,.08);border-bottom:1px solid rgba(23,59,99,.08)}.suz-newsletter-inner{min-height:112px;display:flex;align-items:center;justify-content:center;gap:30px;padding:24px 0}.suz-newsletter h3{margin:0;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:22px;font-weight:400;letter-spacing:.035em}.suz-newsletter p{margin:0;font-size:12px;color:#596168}.suz-newsletter-form{display:flex;gap:8px}.suz-newsletter-form input{width:250px;border:1px solid rgba(23,59,99,.22);padding:12px 14px}.suz-newsletter-form button{border:0;padding:12px 18px;background:var(--deep);color:#fff;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.suz-footer{background:var(--paper);padding:26px 0 30px;text-align:center}.suz-social{display:flex;justify-content:center;gap:16px;margin-bottom:14px}.suz-social a{width:34px;height:34px;border:1px solid rgba(23,59,99,.28);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--navy);transition:background .2s ease,color .2s ease}.suz-social a:hover{background:var(--navy);color:#fff}.suz-social svg{width:18px;height:18px;display:block}.suz-copyright{font-size:12px;color:#687079}.suz-copyright span{margin:0 12px;color:#9aa0a4}
.suz-page-header{padding:54px 0 35px;text-align:center;background:linear-gradient(180deg,rgba(23,59,99,.12),rgba(228,231,227,.35) 35%,var(--paper))}.suz-page-header p{max-width:760px;margin:18px auto;color:#60686e}.suz-content{max-width:900px;margin:auto;padding:55px 0 80px}.suz-content h2,.suz-content h3{color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-weight:400;letter-spacing:.035em}
.suz-gallery-wrap{padding-bottom:80px}.suz-gallery-wrap h1,.suz-gallery-wrap h2,.suz-gallery-wrap h3{font-family:"Julius Sans One",Arial,sans-serif;color:var(--navy)}
@media(max-width:1000px){.suz-category-grid{grid-template-columns:repeat(3,1fr)}.suz-nav ul{gap:20px}.suz-feature{padding:10px 22px}}
@media(max-width:720px){.suz-header-inner{display:block;padding:17px 5vw}.suz-logo-image{width:280px;max-width:78vw;max-height:125px}.suz-nav{margin-top:16px}.suz-nav ul{flex-wrap:wrap;gap:10px 18px}.suz-nav a{font-size:12px}.suz-hero{min-height:650px;align-items:flex-end}.suz-hero-content{width:100%;padding:45px 0 52px}.suz-section{padding:58px 0}.suz-category-grid{grid-template-columns:1fr 1fr}.suz-category-card{min-height:240px}.suz-three-col{grid-template-columns:1fr}.suz-feature{padding:30px 0;border-left:0;border-top:1px solid var(--line)}.suz-feature:first-child{border-top:0}.suz-newsletter-inner{display:block;text-align:center}.suz-newsletter-form{justify-content:center;margin-top:18px}.suz-newsletter-form input{width:55vw}}

/* SuzeScapes accent treatment */
.suz-gallery-wrap #suz-search-button{background:var(--gold);border-color:var(--gold);color:var(--navy);font-weight:600}
.suz-gallery-wrap #suz-search-button:hover,.suz-gallery-wrap #suz-search-button:focus{background:#e7a848;border-color:#e7a848}
.suz-newsletter-form button{background:var(--gold);color:var(--navy)}
.suz-newsletter-form button:hover,.suz-newsletter-form button:focus{background:#e7a848}

/* Homepage gallery callout */
.suz-home-gallery-callout{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;margin:0!important;padding:54px 24px!important;background:var(--grey)!important;border-top:1px solid rgba(23,59,99,.08)!important;border-bottom:1px solid rgba(23,59,99,.08)!important}
.suz-home-gallery-callout h2{margin:0!important;line-height:1!important}
.suz-home-gallery-callout h2 a{font-family:"Julius Sans One",Arial,sans-serif!important;font-size:20px!important;font-weight:400!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--navy)!important}
.suz-home-gallery-callout h2 a:hover,.suz-home-gallery-callout h2 a:focus{color:var(--deep)!important}

/* Homepage gallery search */
.suz-home-gallery-search{text-align:center;padding-top:8px}
.suz-home-gallery-search>h2{font-size:clamp(24px,3vw,34px);margin:0 0 18px;text-transform:none;letter-spacing:.035em}
.suz-home-gallery-search .suz-gallery-wrap{max-width:none;margin:0;padding:0}
.suz-home-gallery-search .suz-filters{display:grid;grid-template-columns:minmax(180px,1.35fr) repeat(5,minmax(120px,1fr)) auto;gap:10px;align-items:stretch;margin:0 auto 8px;max-width:1320px}
.suz-home-gallery-search .suz-filters input,.suz-home-gallery-search .suz-filters select{min-width:0;width:100%;height:44px;padding:10px 12px;border:1px solid rgba(23,59,99,.22);border-radius:4px;background:#fff;color:var(--text);font-size:12px}
.suz-home-gallery-search .suz-filters button{height:44px;padding:10px 18px;border:1px solid rgba(23,59,99,.22);border-radius:4px;background:#fff;color:var(--navy);font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.suz-home-gallery-search .suz-grid-gallery,.suz-home-gallery-search #suz-count{display:none}
.suz-home-gallery-search .suz-gallery-wrap{margin-bottom:0}
.suz-home-search-button{display:inline-block;margin-top:0;padding:12px 25px;border-radius:4px;background:var(--gold);color:var(--navy);font:600 11px/1.2 "Open Sans",Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.suz-home-search-button:hover{filter:brightness(.96)}
.suz-home-gallery-search .suz-filters button#suz-clear{display:none}
@media(max-width:1050px){.suz-home-gallery-search .suz-filters{grid-template-columns:1.5fr repeat(3,1fr);}.suz-home-gallery-search .suz-filters select:nth-of-type(n+4){grid-column:auto}.suz-home-search-button{margin-top:10px}}
@media(max-width:720px){.suz-home-gallery-search .suz-filters{display:grid;grid-template-columns:1fr;gap:8px}.suz-home-gallery-search .suz-filters input,.suz-home-gallery-search .suz-filters select{width:100%}.suz-home-search-button{width:100%;margin-top:10px}}


/* v1.0.4 homepage refinements */
.suz-intro h2,
.suz-home-panel h2 { 
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .02em;
}
.suz-intro h2::after,
.suz-home-panel h2::after { display:none !important; content:none !important; }

.suz-hero { position:relative; overflow:hidden; }
.suz-hero-slide {
    position:absolute; inset:0;
    background-position:center; background-size:cover;
    opacity:0; transition:opacity 1.1s ease;
}
.suz-hero-slide.is-active { opacity:1; }
.suz-hero-overlay { position:relative; z-index:2; min-height:inherit; }

.suz-collections { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.suz-collection-card { position:relative; display:block; aspect-ratio: .82 / 1; overflow:hidden; border-radius:6px; text-decoration:none; background:#d9d9d9; }
.suz-collection-card img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .45s ease; }
.suz-collection-card:hover img { transform:scale(1.035); }
.suz-collection-shade { position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.70),rgba(0,0,0,.03) 62%); }
.suz-collection-content { position:absolute; inset:auto 10px 18px; display:flex; flex-direction:column; align-items:center; color:#fff; text-align:center; }
.suz-collection-icon { font-size:36px; line-height:1; margin-bottom:7px; font-family:Arial,sans-serif; }
.suz-collection-title { font-family:"Julius Sans One",sans-serif; font-size:18px; line-height:1.18; letter-spacing:.04em; text-transform:none; }
.suz-collection-placeholder { width:100%; height:100%; background:#d2d2d0; }

.suz-gallery-search .suz-gallery-title,
.suz-gallery-search .suz-search-title,
.suz-gallery-search h2:first-child { display:none !important; }

.suz-button { text-transform:none; }
.suz-text-link { text-transform:none; }

@media (max-width: 900px) {
    .suz-collections { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 560px) {
    .suz-collections { grid-template-columns:1fr 1fr; gap:10px; }
    .suz-collection-title { font-size:15px; }
}


/* v1.0.5 homepage */
.suz-intro h2,.suz-home-panel h2{
    font-family:"Julius Sans One",sans-serif;
    font-weight:400;
    text-transform:none;
    letter-spacing:.02em;
}
.suz-intro h2::after,.suz-home-panel h2::after{display:none!important;content:none!important;}

.suz-hero{position:relative;overflow:hidden;}
.suz-hero-slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transition:opacity 1.1s ease;}
.suz-hero-slide.is-active{opacity:1;}
.suz-hero-overlay{position:relative;z-index:2;min-height:inherit;}

.suz-collections{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;}
.suz-collection-card{position:relative;display:block;aspect-ratio:.82/1;overflow:hidden;border-radius:6px;text-decoration:none;background:#d2d2d0;}
.suz-collection-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease;}
.suz-collection-card:hover img{transform:scale(1.035);}
.suz-collection-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.70),rgba(0,0,0,.03) 62%);}
.suz-collection-content{position:absolute;inset:auto 10px 18px;display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;}
.suz-collection-icon{font-size:34px;line-height:1;margin-bottom:7px;font-family:Arial,sans-serif;}
.suz-collection-title{font-family:"Julius Sans One",sans-serif;font-size:17px;line-height:1.2;letter-spacing:.04em;text-transform:none;}

.suz-home-search{padding:26px 0 44px;}
.suz-home-search-form{display:grid;grid-template-columns:1.25fr 1.15fr 1.15fr 1.15fr 1.15fr auto;gap:10px;align-items:stretch;}
.suz-home-search-form input,.suz-home-search-form select{min-width:0;width:100%;box-sizing:border-box;background:#fff;border:1px solid #c7ced5;border-radius:4px;padding:13px 14px;font:400 13px "Open Sans",sans-serif;color:#28323c;}
.suz-home-search-form button{border:0;cursor:pointer;white-space:nowrap;}
.suz-button-gold{background:#d99b2b;color:#fff;}
.suz-button-gold:hover{background:#c8891f;color:#fff;}

.suz-text-link{text-transform:none;}

@media(max-width:900px){
    .suz-collections{grid-template-columns:repeat(2,1fr);}
    .suz-home-search-form{grid-template-columns:repeat(2,1fr);}
    .suz-home-search-form button{grid-column:span 2;}
}
@media(max-width:560px){
    .suz-collections{grid-template-columns:repeat(2,1fr);gap:10px;}
    .suz-home-search-form{grid-template-columns:1fr;}
    .suz-home-search-form button{grid-column:auto;}
}


/* v1.0.6 — restore the homepage layout for the current front-page markup */
.suz-home{background:var(--paper);}
.suz-hero{
    position:relative;
    min-height:610px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:var(--grey);
}
.suz-hero-slide{
    position:absolute;
    inset:0;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    opacity:0;
    transition:opacity 1s ease;
}
.suz-hero-slide.is-active{opacity:1;}
.suz-hero-overlay{
    position:relative;
    z-index:2;
    width:100%;
    min-height:610px;
    display:flex;
    align-items:center;
}
.suz-hero-copy{
    width:min(560px,92vw);
    margin-left:6vw;
    padding:72px 0;
    color:var(--text);
}
.suz-hero-copy h1{
    margin:0 0 22px;
    color:var(--navy);
    font-family:"Julius Sans One",Arial,sans-serif;
    font-size:clamp(40px,5vw,68px);
    font-weight:400;
    line-height:1.12;
    letter-spacing:.025em;
}
.suz-hero-copy p{
    max-width:500px;
    margin:0 0 28px;
    font-size:18px;
    line-height:1.65;
}
.suz-button{
    display:inline-block;
    border-radius:3px;
    padding:13px 22px;
    font-family:"Open Sans",Arial,sans-serif;
    font-size:12px;
    font-weight:600;
    letter-spacing:.10em;
    text-transform:none;
}
.suz-button-navy{background:var(--deep);color:#fff;}
.suz-button-navy:hover{background:var(--navy);color:#fff;}

.suz-intro{
    max-width:820px;
    margin:0 auto;
    padding:54px 20px 28px;
    text-align:center;
}
.suz-intro h2{
    margin:0 0 18px;
    color:var(--navy);
    font-family:"Julius Sans One",Arial,sans-serif;
    font-size:clamp(30px,3.4vw,46px);
    font-weight:400;
    line-height:1.2;
    letter-spacing:.02em;
    text-transform:none;
}
.suz-intro p{
    margin:0;
    color:#4e555b;
    font-size:16px;
    line-height:1.7;
}

.suz-collections{
    width:min(1380px,92vw);
    margin:0 auto;
    padding:12px 0 10px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px;
}
.suz-collection-card{
    position:relative;
    display:block;
    aspect-ratio:.82/1;
    min-width:0;
    overflow:hidden;
    border-radius:5px;
    background:#c9cbc7;
}
.suz-collection-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}
.suz-collection-card:hover img{transform:scale(1.035);}
.suz-collection-shade{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.02) 66%);
}
.suz-collection-content{
    position:absolute;
    z-index:2;
    left:12px;
    right:12px;
    bottom:18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#fff;
    text-align:center;
}
.suz-collection-icon{
    margin-bottom:8px;
    color:#fff;
    font-size:30px;
    line-height:1;
    font-family:Arial,sans-serif;
}
.suz-collection-title{
    color:#fff;
    font-family:"Julius Sans One",Arial,sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.18;
    letter-spacing:.035em;
    text-transform:none;
}
.suz-collection-placeholder{
    width:100%;
    height:100%;
    background:#d0d2ce;
}

.suz-home-search{
    width:min(1380px,92vw);
    margin:0 auto;
    padding:32px 0 58px;
}
.suz-home-search-form{
    display:grid;
    grid-template-columns:1.35fr 1.15fr 1.15fr 1.15fr 1.15fr auto;
    gap:10px;
    align-items:stretch;
}
.suz-home-search-form input,
.suz-home-search-form select{
    min-width:0;
    width:100%;
    height:46px;
    box-sizing:border-box;
    border:1px solid #c7ced5;
    border-radius:4px;
    background:#fff;
    color:#30363b;
    padding:11px 13px;
    font:400 13px "Open Sans",Arial,sans-serif;
}
.suz-home-search-form button{
    height:46px;
    border:0;
    border-radius:4px;
    padding:0 23px;
    cursor:pointer;
    white-space:nowrap;
}
.suz-button-gold{background:var(--gold);color:#fff;}
.suz-button-gold:hover{background:#d49e4a;color:#fff;}

.suz-home-panels{
    width:min(1380px,92vw);
    margin:0 auto;
    padding:20px 0 76px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:36px;
}
.suz-home-panel{
    min-width:0;
}
.suz-home-panel img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    display:block;
    margin-bottom:22px;
    border-radius:5px;
}
.suz-home-panel h2{
    margin:0 0 16px;
    color:var(--navy);
    font-family:"Julius Sans One",Arial,sans-serif;
    font-size:30px;
    font-weight:400;
    line-height:1.2;
    letter-spacing:.02em;
    text-transform:none;
}
.suz-home-panel p{
    margin:0 0 18px;
    color:#51585d;
    font-size:14px;
    line-height:1.7;
}
.suz-text-link{
    color:var(--navy);
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:none;
}
.suz-text-link span{margin-left:6px;}

@media(max-width:1050px){
    .suz-collections{grid-template-columns:repeat(3,1fr);}
    .suz-home-search-form{grid-template-columns:repeat(3,1fr);}
    .suz-home-search-form button{grid-column:auto;}
    .suz-home-panels{grid-template-columns:1fr;}
}
@media(max-width:720px){
    .suz-hero{min-height:620px;align-items:flex-end;}
    .suz-hero-overlay{min-height:620px;align-items:flex-end;}
    .suz-hero-copy{margin-left:5vw;padding:42px 0 48px;}
    .suz-hero-copy h1{font-size:40px;}
    .suz-hero-copy p{font-size:16px;}
    .suz-collections{grid-template-columns:repeat(2,1fr);gap:9px;}
    .suz-home-search-form{grid-template-columns:1fr 1fr;}
    .suz-home-search-form button{grid-column:span 2;}
}
@media(max-width:480px){
    .suz-collections{grid-template-columns:1fr 1fr;}
    .suz-home-search-form{grid-template-columns:1fr;}
    .suz-home-search-form button{grid-column:auto;}
}


/* v1.0.7 — final homepage refinements */
.suz-text-link{
    color:var(--gold)!important;
    text-decoration:none!important;
    font-family:"Open Sans",Arial,sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:none;
}
.suz-text-link:hover{color:var(--navy)!important;}
.suz-text-link span{color:inherit;margin-left:6px;}

/* v1.0.8 */
.suz-collection-icon{display:none!important;}
.suz-collection-content{bottom:18px;}
.suz-collection-title{
    font-size:17px;
    text-transform:none;
    letter-spacing:.04em;
}
.suz-home-panels{
    width:100%;
    max-width:none;
    margin:0;
    padding:58px max(4vw,32px) 72px;
    box-sizing:border-box;
    background:linear-gradient(to bottom,#ebe9e3 0%,#e4e7e3 100%);
}
.suz-home-panels .suz-home-panel{
    width:100%;
    max-width:1380px;
    margin:0 auto;
}
.suz-home-panels{
    grid-template-columns:repeat(3,minmax(0,1fr));
    column-gap:36px;
}
.suz-text-link{
    color:var(--gold)!important;
    text-transform:uppercase!important;
    letter-spacing:.10em;
}
.suz-text-link:hover{color:var(--navy)!important;}
@media(max-width:1050px){
    .suz-home-panels{grid-template-columns:1fr;row-gap:42px;}
}


/* v1.0.9 — Gallery page styling */
.suz-gallery-page .suz-page-header{
    padding:58px 0 34px;
    text-align:center;
    background:linear-gradient(180deg,rgba(23,59,99,.10),rgba(228,231,227,.34) 48%,var(--paper));
}
.suz-gallery-page .suz-page-header h1{
    font-family:"Julius Sans One",Arial,sans-serif;
    font-weight:400;
    text-transform:none;
    letter-spacing:.025em;
}
.suz-gallery-page .suz-page-header p{
    max-width:760px;
    margin:18px auto 0;
    color:#555e65;
    font:400 15px/1.7 "Open Sans",Arial,sans-serif;
}
.suz-gallery-page .suz-section{
    padding:18px 0 80px;
}
.suz-gallery-page .suz-gallery-wrap{
    max-width:1380px;
    width:92vw;
    margin:0 auto;
    padding:0;
}
.suz-gallery-page .suz-filters{
    display:grid;
    grid-template-columns:1.45fr 1.1fr 1.1fr 1.1fr 1.1fr auto auto;
    gap:10px;
    margin:0 0 30px;
    align-items:stretch;
}
.suz-gallery-page .suz-filters input,
.suz-gallery-page .suz-filters select{
    min-width:0!important;
    width:100%;
    height:46px;
    box-sizing:border-box;
    padding:11px 13px;
    border:1px solid #c7ced5;
    border-radius:4px;
    background:#fff;
    color:#30363b;
    font:400 13px/1.3 "Open Sans",Arial,sans-serif;
}
.suz-gallery-page .suz-filters button{
    height:46px;
    padding:0 20px;
    border:1px solid #c7ced5;
    border-radius:4px;
    background:#fff;
    color:var(--navy);
    font:600 12px/1 "Open Sans",Arial,sans-serif;
    letter-spacing:.08em;
    text-transform:uppercase;
    cursor:pointer;
}
.suz-gallery-page .suz-filters #suz-search-submit{
    border-color:var(--gold);
    background:var(--gold);
    color:#fff;
}
.suz-gallery-page .suz-filters #suz-search-submit:hover{
    background:#c8891f;
    border-color:#c8891f;
}
.suz-gallery-page .suz-grid-gallery{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:28px 20px;
}
.suz-gallery-page .suz-card img{
    border-radius:4px;
}
.suz-gallery-page .suz-card .body strong{
    color:var(--navy);
    text-transform:none;
}
.suz-gallery-page .suz-gallery-wrap>#suz-count{
    margin:0 0 18px;
    color:#646b70;
    font:400 12px/1.4 "Open Sans",Arial,sans-serif;
}
@media(max-width:1100px){
    .suz-gallery-page .suz-filters{
        grid-template-columns:repeat(3,1fr);
    }
    .suz-gallery-page .suz-filters #suz-search{grid-column:span 3;}
    .suz-gallery-page .suz-grid-gallery{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:800px){
    .suz-gallery-page .suz-filters{grid-template-columns:1fr 1fr;}
    .suz-gallery-page .suz-filters #suz-search{grid-column:span 2;}
    .suz-gallery-page .suz-grid-gallery{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
    .suz-gallery-page .suz-filters{grid-template-columns:1fr;}
    .suz-gallery-page .suz-filters #suz-search{grid-column:auto;}
    .suz-gallery-page .suz-filters button{width:100%;}
    .suz-gallery-page .suz-grid-gallery{grid-template-columns:1fr;}
}


/* v1.1.3 — cleaner homepage hero/header and panel headings */
.suz-header{background:var(--paper);}
.suz-header-inner{min-height:96px;padding:10px 4vw 10px;gap:32px;}
.suz-logo-image{display:block;width:min(360px,31vw);height:auto;max-height:82px;object-fit:contain;object-position:left center;}
.suz-hero-overlay{display:none!important;}
.suz-hero{min-height:610px;}
.suz-home-panel h2{margin-top:0;}
@media(max-width:720px){
    .suz-header-inner{padding:10px 5vw;}
    .suz-logo-image{width:300px;max-width:78vw;max-height:68px;}
    .suz-hero{min-height:620px;}
}

/* v1.1.5 — interactive hero photographs */
.suz-hero-slide{
    display:block;
    text-decoration:none!important;
    cursor:pointer;
}
.suz-hero-info{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:16px 22px 18px;
    background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,0));
    color:#fff;
    opacity:0;
    transform:translateY(8px);
    transition:opacity .25s ease,transform .25s ease;
    pointer-events:none;
}
.suz-hero-slide:hover .suz-hero-info,
.suz-hero-slide:focus-visible .suz-hero-info{
    opacity:1;
    transform:translateY(0);
}
.suz-hero-info strong,
.suz-hero-info small{
    display:block;
    color:#fff;
}
.suz-hero-info strong{
    font:500 16px/1.35 "Open Sans",Arial,sans-serif;
    letter-spacing:.02em;
}
.suz-hero-info small{
    margin-top:4px;
    font:400 11px/1.4 "Open Sans",Arial,sans-serif;
    letter-spacing:.08em;
    text-transform:uppercase;
    opacity:.92;
}
@media(max-width:720px){
    .suz-hero-info{
        opacity:1;
        transform:none;
        padding:12px 16px 14px;
        background:linear-gradient(to top,rgba(0,0,0,.58),rgba(0,0,0,0));
    }
    .suz-hero-info strong{font-size:14px;}
}


/* v1.1.6 — ten hero images with subtle navigation */
.suz-hero-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:42px;
    height:64px;
    padding:0;
    border:0;
    background:rgba(0,0,0,.16);
    color:#fff;
    font:300 42px/58px Arial,sans-serif;
    cursor:pointer;
    opacity:.72;
    transition:opacity .2s ease,background .2s ease;
}
.suz-hero-nav:hover,.suz-hero-nav:focus-visible{opacity:1;background:rgba(0,0,0,.28);outline:none;}
.suz-hero-prev{left:18px;}
.suz-hero-next{right:18px;}
@media(max-width:720px){
    .suz-hero-nav{width:34px;height:52px;font-size:34px;line-height:48px;background:rgba(0,0,0,.13);}
    .suz-hero-prev{left:10px;}
    .suz-hero-next{right:10px;}
}


/* v1.1.8 — compact intro spacing and clean hero slides */
.suz-intro{padding:28px 20px 30px;}
.suz-intro h2{margin:0 0 12px;line-height:1.15;font-size:clamp(28px,3vw,40px);}
.suz-intro p{line-height:1.55;}
.suz-collections{padding-top:0;}
.suz-hero-slide{transition:none!important;}



/* v1.2.4 — wordmark proportions refined to match approved mock-up */
.suz-brand{
    display:block;
    width:max-content;
    max-width:42vw;
    line-height:1;
    color:var(--navy);
    text-decoration:none;
}
.suz-wordmark{
    width:max-content;
    display:flex;
    align-items:baseline;
    justify-content:flex-start;
    white-space:nowrap;
    font-family:"Julius Sans One",Arial,sans-serif;
    color:var(--navy);
    font-weight:400;
    letter-spacing:.035em;
}
.suz-wordmark .suz-cap{
    display:inline-block;
    font-size:clamp(42px,3.7vw,58px);
    line-height:1;
}
.suz-wordmark .suz-small{
    display:inline-block;
    font-size:clamp(29px,2.55vw,42px);
    line-height:1;
    letter-spacing:.055em;
    margin-left:-1px;
}
.suz-wordmark-sub{
    width:100%;
    margin-top:8px;
    display:flex;
    align-items:center;
    gap:16px;
    color:var(--navy);
}
.suz-wordmark-photography{
    flex:0 0 auto;
    font-family:"Julius Sans One",Arial,sans-serif;
    font-size:clamp(11px,1vw,15px);
    line-height:1;
    letter-spacing:.24em;
    text-transform:uppercase;
    white-space:nowrap;
}
.suz-rule-line{
    height:2px;
    flex:1 1 auto;
    background:var(--navy);
}
.suz-logo-image{display:block!important;}
@media(max-width:1000px){
    .suz-brand{max-width:48vw;}
    .suz-wordmark .suz-cap{font-size:46px;}
    .suz-wordmark .suz-small{font-size:32px;}
    .suz-wordmark-photography{font-size:12px;}
}
@media(max-width:720px){
    .suz-header-inner{padding:14px 5vw 12px;}
    .suz-brand{max-width:82vw;}
    .suz-wordmark .suz-cap{font-size:38px;}
    .suz-wordmark .suz-small{font-size:26px;}
    .suz-wordmark-sub{margin-top:7px;gap:11px;}
    .suz-wordmark-photography{font-size:10px;letter-spacing:.20em;}
}


/* v1.2.6 — supplied Canva logo and reliable hero titles */
.suz-logo-image{width:min(360px,31vw);height:auto;max-height:82px;object-fit:contain;object-position:left center;}
.suz-hero-info strong{display:block!important;}
@media(max-width:720px){.suz-logo-image{width:300px;max-width:78vw;max-height:68px;}}


/* v1.2.9 — reliable hover titles for all carousel images */
.suz-hero-info{display:block!important;}
.suz-hero-slide:hover .suz-hero-info,.suz-hero-slide:focus-visible .suz-hero-info{opacity:1!important;transform:translateY(0)!important;}


/* Gallery page collections */
.suz-gallery-page-inner{padding-top:8px;}
.suz-gallery-collections{width:100%;margin:0 auto 46px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;}
.suz-gallery-collections .suz-collection-card{aspect-ratio:.82/1;}
@media(max-width:900px){.suz-gallery-collections{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}}
@media(max-width:700px){.suz-gallery-collections{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:34px;}}

/* v1.3.1 — carousel titles are always visible */
.suz-hero-info{
    display:block!important;
    opacity:1!important;
    transform:none!important;
    visibility:visible!important;
    bottom:0;
    padding:18px 24px 20px;
    background:linear-gradient(to top,rgba(0,0,0,.68),rgba(0,0,0,0) 100%);
}
.suz-hero-info strong{display:block!important;color:#fff!important;}
.suz-hero-info small{display:block!important;color:#fff!important;}

/* v1.3.1 — Gallery collections heading and spacing */
.suz-gallery-collections-heading{
    margin:0 0 16px;
    color:var(--navy);
    font:400 28px/1.2 "Julius Sans One",Arial,sans-serif;
    letter-spacing:.035em;
    text-align:left;
}
.suz-gallery-collections{margin-bottom:40px;}


/* v1.4.3 — compact Gallery search/filter row */
.suz-gallery-page .suz-filters{
    width:fit-content!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:300px 180px 180px 180px 88px 78px!important;
    gap:6px!important;
    padding:6px!important;
    margin:0 0 18px!important;
    align-items:center!important;
}
.suz-gallery-page .suz-filters input,
.suz-gallery-page .suz-filters select,
.suz-gallery-page .suz-filters button{
    width:100%!important;
    height:28px!important;
    min-height:28px!important;
    max-height:28px!important;
    box-sizing:border-box!important;
}
.suz-gallery-page .suz-filters input,
.suz-gallery-page .suz-filters select{
    padding:0 9px!important;
    line-height:28px!important;
    font-size:11px!important;
}
.suz-gallery-page .suz-filters button{
    padding:0 8px!important;
    line-height:28px!important;
    font-size:10px!important;
}
@media(max-width:1100px){
    .suz-gallery-page .suz-filters{
        width:100%!important;
        grid-template-columns:2fr 1.2fr 1.2fr 1.2fr 88px 78px!important;
    }
}
@media(max-width:800px){
    .suz-gallery-page .suz-filters{
        width:100%!important;
        grid-template-columns:1fr 1fr!important;
    }
    .suz-gallery-page .suz-filters #suz-search{grid-column:span 2;}
}
@media(max-width:560px){
    .suz-gallery-page .suz-filters{
        grid-template-columns:1fr!important;
        width:100%!important;
    }
    .suz-gallery-page .suz-filters #suz-search{grid-column:auto;}
    .suz-gallery-page .suz-filters button{width:100%!important;}
}


/* v1.4.8 — compact collection captions, show image bottom */
.suz-collection-card{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    aspect-ratio:auto!important;
    height:auto!important;
    overflow:hidden!important;
    border-radius:5px!important;
    background:#173b63!important;
}
.suz-collection-card img,
.suz-collection-card .suz-collection-placeholder{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:1.45 / 1!important;
    object-fit:cover!important;
    object-position:center bottom!important;
    flex:0 0 auto!important;
}
.suz-collection-card:hover img{transform:none!important;}
.suz-collection-shade{display:none!important;}
.suz-collection-content{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:28px!important;
    min-height:28px!important;
    padding:0 4px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 28px!important;
    background:#173b63!important;
    color:#fff!important;
    text-align:center!important;
}
.suz-collection-title{
    color:#fff!important;
    font-family:"Julius Sans One",Arial,sans-serif!important;
    font-size:14px!important;
    line-height:1!important;
    letter-spacing:.035em!important;
    text-transform:uppercase!important;
    margin:0!important;
}
.suz-collection-icon{display:none!important;}
.suz-collections .suz-collection-card,
.suz-gallery-collections .suz-collection-card{aspect-ratio:auto!important;}
@media(max-width:900px){
    .suz-collection-title{font-size:14px!important;}
    .suz-collection-content{height:28px!important;min-height:28px!important;flex-basis:28px!important;}
}
@media(max-width:560px){
    .suz-collection-title{font-size:13px!important;}
}

/* v1.5.1 — restore v1.4.8 visual baseline; compact Gallery filters */
.suz-gallery-page .suz-gallery-wrap .suz-filters{
    display:grid!important;
    grid-template-columns:repeat(6,140px)!important;
    width:max-content!important;
    max-width:100%!important;
    gap:6px!important;
    padding:0!important;
    margin:0 0 30px!important;
    align-items:center!important;
}
.suz-gallery-page .suz-gallery-wrap .suz-filters > #suz-search,
.suz-gallery-page .suz-gallery-wrap .suz-filters > select,
.suz-gallery-page .suz-gallery-wrap .suz-filters > button{
    width:140px!important;
    min-width:140px!important;
    max-width:140px!important;
    height:28px!important;
    min-height:28px!important;
    max-height:28px!important;
    margin:0!important;
    box-sizing:border-box!important;
}
.suz-gallery-page .suz-gallery-wrap .suz-filters > #suz-search,
.suz-gallery-page .suz-gallery-wrap .suz-filters > select{
    padding:0 9px!important;
    font-size:11px!important;
    line-height:28px!important;
}
.suz-gallery-page .suz-gallery-wrap .suz-filters > button{
    padding:0 8px!important;
    font-size:10px!important;
    line-height:28px!important;
}
@media(max-width:920px){
    .suz-gallery-page .suz-gallery-wrap .suz-filters{
        width:100%!important;
        grid-template-columns:repeat(3,140px)!important;
    }
}
@media(max-width:500px){
    .suz-gallery-page .suz-gallery-wrap .suz-filters{
        grid-template-columns:repeat(2,140px)!important;
    }
}


/* v1.5.2 — show the complete collection photographs */
.suz-collections .suz-collection-card img,
.suz-gallery-collections .suz-collection-card img,
.suz-collections .suz-collection-card .suz-collection-placeholder,
.suz-gallery-collections .suz-collection-card .suz-collection-placeholder{
    width:100%!important;
    height:auto!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
}


/* v1.5.3 — stable final layout: compact filters, intact collection cards */
.suz-collections,
.suz-gallery-collections{
    align-items:start!important;
}
.suz-collections .suz-collection-card,
.suz-gallery-collections .suz-collection-card{
    align-self:start!important;
    display:flex!important;
    flex-direction:column!important;
    height:auto!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    background:var(--navy)!important;
}
.suz-collections .suz-collection-card img,
.suz-gallery-collections .suz-collection-card img,
.suz-collections .suz-collection-card .suz-collection-placeholder,
.suz-gallery-collections .suz-collection-card .suz-collection-placeholder{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:1.45/1!important;
    object-fit:cover!important;
    object-position:center bottom!important;
    flex:0 0 auto!important;
}
.suz-collections .suz-collection-content,
.suz-gallery-collections .suz-collection-content{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:28px!important;
    min-height:28px!important;
    flex:0 0 28px!important;
    margin:0!important;
    padding:0 4px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:var(--navy)!important;
    color:#fff!important;
    text-align:center!important;
}
.suz-collections .suz-collection-title,
.suz-gallery-collections .suz-collection-title{
    margin:0!important;
    color:#fff!important;
    font-family:"Julius Sans One",Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:1!important;
    letter-spacing:.035em!important;
    text-transform:uppercase!important;
}
.suz-collections .suz-collection-icon,
.suz-gallery-collections .suz-collection-icon,
.suz-collections .suz-collection-shade,
.suz-gallery-collections .suz-collection-shade{display:none!important;}

/* Gallery filters: every field and button the same compact width */
.suz-gallery-page .suz-gallery-wrap .suz-filters{
    display:grid!important;
    grid-template-columns:repeat(6,140px)!important;
    width:max-content!important;
    max-width:100%!important;
    gap:6px!important;
    padding:0!important;
    margin:0 0 30px!important;
    align-items:center!important;
}
.suz-gallery-page .suz-gallery-wrap .suz-filters > #suz-search,
.suz-gallery-page .suz-gallery-wrap .suz-filters > select,
.suz-gallery-page .suz-gallery-wrap .suz-filters > button{
    width:140px!important;
    min-width:140px!important;
    max-width:140px!important;
    height:28px!important;
    min-height:28px!important;
    max-height:28px!important;
    margin:0!important;
    box-sizing:border-box!important;
}
.suz-gallery-page .suz-gallery-wrap .suz-filters > #suz-search,
.suz-gallery-page .suz-gallery-wrap .suz-filters > select{
    padding:0 9px!important;
    font-size:11px!important;
    line-height:28px!important;
}
.suz-gallery-page .suz-gallery-wrap .suz-filters > button{
    padding:0 8px!important;
    font-size:10px!important;
    line-height:28px!important;
}
.suz-gallery-page .suz-gallery-wrap .suz-filters > #suz-search-submit{
    background:var(--gold)!important;
    border-color:var(--gold)!important;
    color:#fff!important;
}
@media(max-width:920px){
    .suz-gallery-page .suz-gallery-wrap .suz-filters{
        width:100%!important;
        grid-template-columns:repeat(3,140px)!important;
    }
}
@media(max-width:500px){
    .suz-gallery-page .suz-gallery-wrap .suz-filters{
        grid-template-columns:repeat(2,140px)!important;
    }
}

/* Keep the Gallery collections before the gallery itself */
.suz-gallery-page-inner{
    display:flex!important;
    flex-direction:column!important;
}
.suz-gallery-page-inner > .suz-gallery-collections-heading{order:1!important;}
.suz-gallery-page-inner > .suz-gallery-collections{order:2!important;}
.suz-gallery-page-inner > .suz-gallery-wrap{order:3!important;}

/* Homepage search uses the same four useful filters as the Gallery */
.suz-home-search-form{
    display:grid!important;
    grid-template-columns:repeat(6,140px)!important;
    gap:6px!important;
    width:max-content!important;
    max-width:100%!important;
    margin:0 auto!important;
}
.suz-home-search-form input,
.suz-home-search-form select,
.suz-home-search-form button{
    width:140px!important;
    min-width:140px!important;
    max-width:140px!important;
    height:28px!important;
    min-height:28px!important;
    max-height:28px!important;
    box-sizing:border-box!important;
    margin:0!important;
}
.suz-home-search-form input,
.suz-home-search-form select{
    padding:0 9px!important;
    font-size:11px!important;
    line-height:28px!important;
}
.suz-home-search-form button{
    padding:0 8px!important;
    font-size:10px!important;
    line-height:28px!important;
}
.suz-home-search-form .suz-button-gold{
    background:var(--gold)!important;
    color:#fff!important;
}
@media(max-width:920px){
    .suz-home-search-form{grid-template-columns:repeat(3,140px)!important;}
}
@media(max-width:500px){
    .suz-home-search-form{grid-template-columns:repeat(2,140px)!important;}
}


/* v1.5.6 — equal collection cards; preserve photograph tops */
.suz-hero-info strong{
    font-family:"Julius Sans One",Arial,sans-serif!important;
    font-weight:400!important;
    letter-spacing:.035em!important;
}

/* All collection cards are exactly the same size. The photograph fills the
   identical image window; cropping is anchored to the bottom so the top of
   every photograph is preserved. */
.suz-collections .suz-collection-card,
.suz-gallery-collections .suz-collection-card{
    height:253px!important;
    aspect-ratio:auto!important;
}
.suz-collections .suz-collection-card img,
.suz-gallery-collections .suz-collection-card img,
.suz-collections .suz-collection-card .suz-collection-placeholder,
.suz-gallery-collections .suz-collection-card .suz-collection-placeholder{
    width:100%!important;
    height:225px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center top!important;
    display:block!important;
    flex:0 0 225px!important;
    background:var(--paper)!important;
}

/* The caption is flush to the image and completes the identical card height. */
.suz-collections .suz-collection-content,
.suz-gallery-collections .suz-collection-content{
    height:28px!important;
    min-height:28px!important;
    flex:0 0 28px!important;
}

/* Homepage search starts at the left edge of the content area. */
.suz-home-search-form{
    margin-left:0!important;
    margin-right:0!important;
}

@media(max-width:720px){
    .suz-collections .suz-collection-card,
    .suz-gallery-collections .suz-collection-card{height:203px!important;}
    .suz-collections .suz-collection-card img,
    .suz-gallery-collections .suz-collection-card img,
    .suz-collections .suz-collection-card .suz-collection-placeholder,
    .suz-gallery-collections .suz-collection-card .suz-collection-placeholder{
        height:175px!important;
        flex-basis:175px!important;
    }
}

/* v1.5.9 — native Gallery filters/results.  The theme now renders the
   gallery directly so filtering does not depend on the old shortcode. */
.suz-gallery-search-section{margin:0 0 30px;}
.suz-gallery-search-heading{margin:0 0 16px;color:var(--navy);font:400 22px/1.25 "Julius Sans One",Arial,sans-serif;letter-spacing:.05em;text-transform:uppercase;}
.suz-gallery-native-filters{display:grid;grid-template-columns:minmax(240px,1.5fr) repeat(3,minmax(150px,1fr)) 140px 100px;gap:6px;align-items:center;margin:0 0 28px;}
.suz-gallery-native-filters input,.suz-gallery-native-filters select,.suz-gallery-native-filters button,.suz-gallery-native-filters .suz-gallery-clear{height:36px;box-sizing:border-box;border:1px solid #c7ced5;border-radius:4px;background:#fff;color:#30363b;font:400 12px/34px "Open Sans",Arial,sans-serif;padding:0 10px;}
.suz-gallery-native-filters input,.suz-gallery-native-filters select{width:100%;}
.suz-gallery-native-filters button{border-color:var(--gold);background:var(--gold);color:#fff;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;text-align:center;}
.suz-gallery-native-filters .suz-gallery-clear{text-align:center;text-decoration:none;color:var(--navy);}
.suz-gallery-native-filters .suz-gallery-clear:hover{text-decoration:underline;}
.suz-native-gallery{margin-top:4px;}
.suz-gallery-count{margin:0 0 16px;color:#646b70;font:400 12px/1.4 "Open Sans",Arial,sans-serif;}
.suz-native-gallery .suz-grid-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px;}
.suz-native-gallery .suz-card{min-width:0;}
.suz-native-gallery .suz-card a{display:block;text-decoration:none;}
.suz-native-gallery .suz-card img{display:block;width:100%;height:auto;border-radius:4px;}
.suz-native-gallery .suz-card .body{padding-top:9px;}
.suz-native-gallery .suz-card .body strong{display:block;color:var(--navy);font:400 14px/1.35 "Open Sans",Arial,sans-serif;}
.suz-native-gallery .suz-card .body span{display:block;margin-top:3px;color:#70777c;font:400 11px/1.35 "Open Sans",Arial,sans-serif;}
@media(max-width:1100px){.suz-gallery-native-filters{grid-template-columns:repeat(3,minmax(0,1fr));}.suz-gallery-native-filters input{grid-column:span 3;}.suz-native-gallery .suz-grid-gallery{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:800px){.suz-gallery-native-filters{grid-template-columns:1fr 1fr;}.suz-gallery-native-filters input{grid-column:span 2;}.suz-native-gallery .suz-grid-gallery{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:560px){.suz-gallery-native-filters{grid-template-columns:1fr;}.suz-gallery-native-filters input{grid-column:auto;}.suz-native-gallery .suz-grid-gallery{grid-template-columns:1fr;}}

/* v1.5.26: About information is presented on Say hi */
.suz-sayhi-intro{max-width:760px;margin:0 auto 52px;padding-bottom:38px;border-bottom:1px solid var(--line)}.suz-sayhi-intro h2{margin:0 0 16px;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:clamp(24px,3vw,34px);font-weight:400;letter-spacing:.035em}.suz-sayhi-intro p{margin:0;color:#51585d;font-size:16px}


/* v1.5.29 — collection images with title bar below, joined to image */
.suz-collections .suz-collection-card{
    display:flex;
    flex-direction:column;
    aspect-ratio:auto;
    overflow:hidden;
    border-radius:6px;
    background:#173b63;
}
.suz-collections .suz-collection-card img,
.suz-collections .suz-collection-placeholder{
    position:relative;
    inset:auto;
    width:100%;
    height:auto;
    aspect-ratio:3/2;
    object-fit:cover;
    flex:0 0 auto;
}
.suz-collections .suz-collection-placeholder{background:#d0d2ce;}
.suz-collections .suz-collection-shade{display:none;}
.suz-collections .suz-collection-content{
    position:relative;
    inset:auto;
    min-height:68px;
    box-sizing:border-box;
    padding:14px 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    background:#173b63;
}
.suz-collections .suz-collection-title{
    color:#fff;
    font-family:"Julius Sans One",Arial,sans-serif;
    font-size:17px;
    line-height:1.2;
    letter-spacing:.04em;
}

/* v1.5.35 — make the photograph close control reliably clickable on every detail view */
.suz-photo-page .suz-detail-close{position:fixed!important;right:24px!important;top:10px!important;z-index:2147483647!important;pointer-events:auto!important;display:block!important;cursor:pointer!important;}
@media(max-width:700px){.suz-photo-page .suz-detail-close{right:8px!important;top:5px!important;}}


/* v1.5.37 — only the visible homepage carousel slide receives clicks */
.suz-hero-slide{pointer-events:none!important;}
.suz-hero-slide.is-active{pointer-events:auto!important;}

/* v1.5.37 — keep the close control above the photograph and overlays */
.suz-photo-page .suz-detail-close{position:fixed!important;right:24px!important;top:10px!important;z-index:2147483647!important;pointer-events:auto!important;display:block!important;cursor:pointer!important;}
@media(max-width:700px){.suz-photo-page .suz-detail-close{right:8px!important;top:5px!important;}}


/* 1.5.38: reliable direct link back to Home */
.suz-photo-page .suz-photo-back-home{position:fixed;left:24px;top:18px;z-index:2147483647;display:block;padding:8px 12px;text-decoration:none;cursor:pointer;}
@media(max-width:700px){.suz-photo-page .suz-photo-back-home{left:8px;top:8px;}}


/* v1.5.39 — Say hello + Find my work page designs */
.suz-page-showcase{background:var(--paper);}
.suz-page-showcase-hero{padding:72px 0 42px;text-align:center;background:linear-gradient(180deg,rgba(23,59,99,.10),rgba(248,247,243,.96));}
.suz-page-showcase-hero h1{margin:0;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:clamp(38px,5vw,62px);font-weight:400;line-height:1.1;letter-spacing:.025em;}
.suz-page-showcase-hero p{max-width:700px;margin:18px auto 0;color:#5d656b;font-size:16px;line-height:1.7;}
.suz-showcase-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:72px;align-items:center;padding:68px 0 88px;}
.suz-showcase-media{position:relative;min-height:420px;background:#e4e7e3;border-radius:4px;overflow:hidden;}
.suz-showcase-media img{display:block;width:100%;height:100%;min-height:420px;object-fit:cover;}
.suz-showcase-media-empty{min-height:420px;display:flex;align-items:center;justify-content:center;color:rgba(23,59,99,.45);font-family:"Julius Sans One",Arial,sans-serif;font-size:13px;letter-spacing:.08em;text-transform:uppercase;}
.suz-showcase-copy{max-width:560px;}
.suz-showcase-kicker{margin:0 0 13px;color:#9a6a22;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;}
.suz-showcase-copy h2{margin:0 0 20px;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:clamp(27px,3vw,39px);font-weight:400;line-height:1.2;letter-spacing:.02em;}
.suz-showcase-copy h2:after{content:"";display:block;width:46px;height:2px;background:var(--gold);margin-top:18px;}
.suz-showcase-copy p{color:#50585e;font-size:16px;line-height:1.75;}
.suz-showcase-copy .suz-about-copy{margin-bottom:28px;}
.suz-showcase-content{margin-top:30px;padding-top:27px;border-top:1px solid var(--line);}
.suz-showcase-content h3{margin:0 0 13px;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:22px;font-weight:400;}
.suz-showcase-content p{margin:0 0 15px;}
.suz-showcase-content a{color:var(--navy);font-weight:600;}
.suz-showcase-content a:hover{color:#9a6a22;}
.suz-showcase-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px;}
.suz-showcase-button{display:inline-block;padding:13px 21px;border:1px solid var(--navy);border-radius:3px;color:#fff!important;background:var(--deep);font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;}
.suz-showcase-button:hover{background:var(--navy);}
.suz-showcase-button-light{background:transparent;color:var(--navy)!important;}
.suz-showcase-button-light:hover{background:rgba(23,59,99,.06);}
.suz-work-band{background:var(--grey);border-top:1px solid rgba(23,59,99,.08);border-bottom:1px solid rgba(23,59,99,.08);}
.suz-work-band-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:42px 0;}
.suz-work-point{padding:8px 34px;border-left:1px solid var(--line);}
.suz-work-point:first-child{border-left:0;padding-left:0;}
.suz-work-point:last-child{padding-right:0;}
.suz-work-point h3{margin:0 0 9px;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:20px;font-weight:400;}
.suz-work-point p{margin:0;color:#596168;font-size:14px;line-height:1.65;}
.suz-contact-details{margin-top:24px;padding:22px 24px;background:rgba(23,59,99,.055);border-left:3px solid var(--gold);}
.suz-contact-details p{margin:0;}
.suz-contact-details strong{color:var(--navy);}
@media(max-width:850px){.suz-showcase-grid{grid-template-columns:1fr;gap:38px;padding:52px 0 68px}.suz-showcase-copy{max-width:none}.suz-showcase-media,.suz-showcase-media img,.suz-showcase-media-empty{min-height:360px}.suz-work-band-inner{grid-template-columns:1fr;gap:0}.suz-work-point,.suz-work-point:first-child,.suz-work-point:last-child{padding:24px 0;border-left:0;border-top:1px solid var(--line)}.suz-work-point:first-child{border-top:0;padding-top:0}}
@media(max-width:560px){.suz-page-showcase-hero{padding:52px 0 30px}.suz-showcase-grid{padding:40px 0 55px}.suz-showcase-media,.suz-showcase-media img,.suz-showcase-media-empty{min-height:280px}.suz-showcase-actions{display:block}.suz-showcase-button{display:block;text-align:center;margin-bottom:10px}}

/* v1.5.44 — page text is fully editable in the WordPress editor. */
.suz-page-editor-content{margin-top:0;padding-top:0;border-top:0;max-width:620px;}
.suz-page-editor-content > :first-child{margin-top:0;}
.suz-page-editor-content h2{margin:0 0 20px;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:clamp(27px,3vw,39px);font-weight:400;line-height:1.2;letter-spacing:.02em;}
.suz-page-editor-content h2:after{content:"";display:block;width:46px;height:2px;background:var(--gold);margin-top:18px;}
.suz-page-editor-content h3{margin:28px 0 13px;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:22px;font-weight:400;}
.suz-page-editor-content p,.suz-page-editor-content li{color:#50585e;font-size:16px;line-height:1.75;}
.suz-page-editor-content p{margin:0 0 18px;}
.suz-page-editor-content ul,.suz-page-editor-content ol{margin:0 0 22px;padding-left:24px;}
.suz-page-editor-content a{color:var(--navy);font-weight:600;}
.suz-page-editor-content a:hover{color:#9a6a22;}

/* v1.5.45 — page content is fully editor-controlled. */
.suz-editable-content{max-width:1000px;margin:0 auto;padding:52px 0 82px;}
.suz-editable-content > *:first-child{margin-top:0;}
.suz-editable-content img{max-width:100%;height:auto;}
.suz-editable-content .wp-block-image{margin-left:0;margin-right:0;}
.suz-editable-content h2,.suz-editable-content h3,.suz-editable-content h4{color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-weight:400;letter-spacing:.035em;line-height:1.2;}
.suz-editable-content h2{font-size:clamp(25px,3vw,34px);}
.suz-editable-content h3{font-size:24px;}
.suz-editable-content p,.suz-editable-content li{color:#50585e;font-size:16px;line-height:1.75;}
.suz-editable-content a{color:var(--navy);font-weight:600;}
.suz-editable-content .wp-block-columns{gap:48px;}
.suz-editable-content .wp-block-button__link{background:var(--deep);color:#fff;border-radius:3px;font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;}
.suz-editable-content .wp-block-separator{border-color:var(--line);}
@media(max-width:700px){.suz-editable-content{padding:40px 0 60px}.suz-editable-content .wp-block-columns{gap:20px;}}

/* Keep the Gallery heading visually consistent with the other page headings, but smaller. */
.suz-gallery-page .suz-page-header{padding:46px 0 28px;}
.suz-gallery-page .suz-page-header h1{font-size:30px;}


/* v1.5.53 — homepage browse links only */
.suz-home-browse-heading{
    text-align:center!important;
    margin:58px auto 14px!important;
    padding:0!important;
}
.suz-home-browse-heading h2{
    margin:0!important;
    padding:0!important;
    font-family:"Julius Sans One",Arial,sans-serif!important;
    font-size:18px!important;
    font-weight:400!important;
    line-height:1.25!important;
    letter-spacing:.035em!important;
    text-transform:none!important;
    color:var(--navy)!important;
}
.suz-home-gallery-callout{
    display:block!important;
    text-align:center!important;
    margin:0!important;
    padding:18px 20px 24px!important;
    background:transparent!important;
    border:0!important;
}
.suz-home-gallery-callout h2{
    margin:0!important;
    padding:0!important;
    line-height:1.25!important;
}
.suz-home-gallery-callout h2 a{
    display:inline-block!important;
    font-family:"Julius Sans One",Arial,sans-serif!important;
    font-size:18px!important;
    font-weight:400!important;
    line-height:1.25!important;
    letter-spacing:.035em!important;
    text-transform:none!important;
    text-decoration:none!important;
    color:var(--navy)!important;
}
.suz-home-gallery-callout h2 a:hover,.suz-home-gallery-callout h2 a:focus{color:var(--deep)!important;}

/* v1.5.54 — only the two homepage browse links: centred Open Sans, matching size/style */
.suz-home-browse-heading{width:100%!important;text-align:center!important;}
.suz-home-browse-heading h2{font-family:"Julius Sans One",Arial,sans-serif!important;font-size:18px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important;color:var(--navy)!important;text-align:center!important;}
.suz-home-gallery-callout{width:100%!important;text-align:center!important;}
.suz-home-gallery-callout h2,.suz-home-gallery-callout h2 a{font-family:"Julius Sans One",Arial,sans-serif!important;font-size:18px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important;text-align:center!important;color:var(--navy)!important;}
.suz-home-gallery-callout h2 a{display:inline!important;}


/* v1.5.55 — small spacing adjustment for the two homepage browse links only */
.suz-home-browse-heading{margin:68px auto 28px!important;}
.suz-home-gallery-callout{padding:30px 20px 40px!important;}

/* v1.5.60 — keep every Gallery thumbnail image in an identical frame */
.suz-native-gallery .suz-card img{
    width:100%!important;
    aspect-ratio:5 / 4!important;
    height:auto!important;
    object-fit:cover!important;
}

/* v1.5.61 — enforce identical Gallery thumbnail frames */
.suz-native-gallery .suz-grid-gallery .suz-card > a{display:block!important;aspect-ratio:5 / 4!important;overflow:hidden!important;}
.suz-native-gallery .suz-grid-gallery .suz-card > a > img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important;}

/* v1.5.62 — fixed gallery thumbnail frame height */
.suz-native-gallery .suz-grid-gallery .suz-card > a{
    width:100%!important;
    height:220px!important;
    aspect-ratio:auto!important;
    display:block!important;
    overflow:hidden!important;
    border-radius:4px!important;
}
.suz-native-gallery .suz-grid-gallery .suz-card > a > img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    border-radius:4px!important;
}
@media(max-width:800px){
    .suz-native-gallery .suz-grid-gallery .suz-card > a{height:190px!important;}
}
@media(max-width:560px){
    .suz-native-gallery .suz-grid-gallery .suz-card > a{height:220px!important;}
}


/* v1.5.64 — align homepage Collections and Instagram content with the main wide sections */
.suz-collections{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:12px max(4vw,32px) 10px!important;
    box-sizing:border-box!important;
}

/* v1.5.64 — make the Instagram feed use the same wide content area */
.suz-instagram-feed{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:max(4vw,32px)!important;
    padding-right:max(4vw,32px)!important;
    box-sizing:border-box!important;
}


/* v1.5.72 — final homepage collection tiles */
.suz-home .suz-collections{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:start!important;
}
.suz-home .suz-collections .suz-collection-card{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    padding:0!important;
    margin:0!important;
    border-radius:5px!important;
    background:var(--navy)!important;
}
.suz-home .suz-collections .suz-collection-card img,
.suz-home .suz-collections .suz-collection-placeholder{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    width:100%!important;
    height:225px!important;
    min-height:225px!important;
    max-width:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center!important;
    flex:0 0 225px!important;
    margin:0!important;
}
.suz-home .suz-collections .suz-collection-content{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    z-index:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:28px!important;
    min-height:28px!important;
    flex:0 0 28px!important;
    box-sizing:border-box!important;
    padding:0 6px!important;
    margin:0!important;
    background:var(--navy)!important;
    color:#fff!important;
}
.suz-home .suz-collections .suz-collection-title{
    display:block!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:"Julius Sans One",Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:400!important;
    line-height:1!important;
    letter-spacing:.035em!important;
    text-align:center!important;
    text-transform:uppercase!important;
}
.suz-home .suz-collections .suz-collection-shade,
.suz-home .suz-collections .suz-collection-icon{display:none!important;}
@media(max-width:900px){
 .suz-home .suz-collections{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
 .suz-home .suz-collections .suz-collection-card img,
 .suz-home .suz-collections .suz-collection-placeholder{height:190px!important;min-height:190px!important;flex-basis:190px!important;}
}
@media(max-width:600px){
 .suz-home .suz-collections{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
 .suz-home .suz-collections .suz-collection-card img,
 .suz-home .suz-collections .suz-collection-placeholder{height:160px!important;min-height:160px!important;flex-basis:160px!important;}
}


/* v1.5.80 — Find My Work page */
.suz-find-work{background:var(--paper);}
.suz-find-work-carousel{position:relative;width:100%;height:min(68vw,640px);min-height:430px;overflow:hidden;background:var(--grey);}
.suz-find-work-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;background-position:center;background-size:cover;background-repeat:no-repeat;}
.suz-find-work-slide.is-active{opacity:1;}
.suz-find-work-slide:focus-visible{outline:3px solid var(--gold);outline-offset:-3px;}
.suz-find-work-nav{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:48px;height:64px;border:0;background:rgba(23,59,99,.34);color:#fff;font-size:42px;line-height:1;cursor:pointer;padding:0;}
.suz-find-work-nav:hover,.suz-find-work-nav:focus{background:rgba(23,59,99,.58);}
.suz-find-work-prev{left:18px}.suz-find-work-next{right:18px}
.suz-find-work-body{padding:74px 0 82px;}
.suz-find-work-stockists{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:72px;align-items:start;}
.suz-find-work-copy{max-width:680px;}
.suz-find-work-copy p,.suz-find-work-copy li{font-size:17px;line-height:1.7;color:#50585e;}
.suz-find-work-copy p{margin:0 0 22px;}
.suz-find-work-copy ul{margin:0 0 22px;padding-left:23px;}
.suz-find-work-copy h2,.suz-find-work-events h2{margin:0 0 25px;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:clamp(29px,3.2vw,42px);font-weight:400;line-height:1.2;letter-spacing:.025em;}
.suz-find-work-copy h2{display:none;}
.suz-find-work-photo{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:var(--grey);}
.suz-find-work-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;}
.suz-find-work-photo-grid .suz-find-work-photo{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:var(--grey);}

.suz-find-work-placeholder{width:100%;aspect-ratio:4/3;background:var(--grey);display:flex;align-items:center;justify-content:center;color:rgba(23,59,99,.42);font-family:"Julius Sans One",Arial,sans-serif;font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.suz-find-work-events{margin-top:76px;padding-top:0;border-top:0;}
.suz-find-work-events-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:72px;align-items:start;}
.suz-find-work-events h2{display:block;font-size:clamp(30px,3.4vw,46px);margin:0 0 25px;}
.suz-find-work-events-copy p{font-size:17px;line-height:1.7;color:#50585e;margin:0 0 20px;}
.suz-find-work-footerless .suz-footer{display:none!important;}
@media(max-width:850px){
 .suz-find-work-carousel{height:62vw;min-height:300px;}
 .suz-find-work-stockists,.suz-find-work-events-grid{grid-template-columns:1fr;gap:34px;}
 .suz-find-work-body{padding:52px 0 62px;}
 .suz-find-work-events{margin-top:54px;padding-top:50px;}
 .suz-find-work-copy{max-width:none;}
 .suz-find-work-photo,.suz-find-work-placeholder{aspect-ratio:4/3;}
}
@media(max-width:560px){
 .suz-find-work-carousel{height:70vw;min-height:245px;}
 .suz-find-work-nav{width:38px;height:50px;font-size:34px;}
 .suz-find-work-prev{left:8px}.suz-find-work-next{right:8px}
 .suz-find-work-copy p,.suz-find-work-copy li,.suz-find-work-events-copy p{font-size:15px;}
}

.suz-find-my-work-page .suz-footer{display:none!important;}
.suz-find-work-copy ul.suz-tight-list{margin-top:-20px;margin-bottom:18px;}
.suz-find-work-events{background:var(--grey);border-radius:6px;padding:44px 40px;margin-top:76px;}
.suz-find-work-events h2{font-size:30px;margin:0 0 14px;}
.suz-find-work-photo-grid button{border:0;background:none;padding:0;cursor:zoom-in;display:block;}
.suz-find-work-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:999999;display:flex;align-items:center;justify-content:center;padding:30px;box-sizing:border-box;}
.suz-find-work-lightbox-img{max-width:92vw;max-height:92vh;object-fit:contain;display:block;}
.suz-find-work-lightbox-close{position:absolute;top:18px;right:24px;background:none;border:0;color:#fff;font-size:38px;line-height:1;cursor:pointer;}
@media(max-width:850px){
  .suz-find-work-events{padding:32px 24px;}
}
.suz-find-work-lightbox[hidden]{display:none;}
.suz-find-work-lightbox-media{position:relative;display:flex;flex-direction:column;align-items:center;max-width:92vw;max-height:92vh;}
.suz-find-work-lightbox-media .suz-find-work-lightbox-img{max-width:92vw;max-height:92vh;object-fit:contain;display:block;}
.suz-find-work-lightbox-caption{position:static;margin-top:18px;color:#fff;font:400 17px/1.35 "Julius Sans One",Arial,sans-serif;letter-spacing:.05em;text-align:center;}
.suz-town-heading{font-family:"Julius Sans One",Arial,sans-serif;letter-spacing:.05em;font-size:20px;}
.suz-find-work-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:64px;border:0;background:rgba(255,255,255,.14);color:#fff;font-size:42px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.suz-find-work-lightbox-nav:hover{background:rgba(255,255,255,.24);}
.suz-find-work-lightbox-prev{left:16px;}
.suz-find-work-lightbox-next{right:16px;}
@media(max-width:600px){
  .suz-find-work-lightbox-nav{width:38px;height:52px;font-size:32px;}
}

.suz-sayhi-follow{margin:0 0 12px;color:var(--navy);font-family:"Julius Sans One",Arial,sans-serif;font-size:16px;letter-spacing:.04em;}
.suz-sayhi-social-color{display:flex;gap:14px;}
.suz-sayhi-social-color a{width:44px;height:44px;display:block;}
.suz-sayhi-social-color svg{width:100%;height:100%;display:block;}
.suz-sayhi-panel{background:var(--grey);border-radius:8px;padding:48px 56px;}
.suz-sayhi-grid{align-items:start!important;gap:44px!important;}
@media(max-width:850px){
  .suz-sayhi-panel{padding:34px 26px;}
}

/* ============================================================
   REVERSED NAVIGATION BAR — added for testing a dark navy header.
   Toggle on/off via Appearance > Customize > Navigation Bar Style.
   To remove this feature completely, delete everything from this
   comment down to the matching "END REVERSED NAVIGATION BAR" line.
   ============================================================ */
.suz-header-reversed{background:linear-gradient(180deg,#0d2740 0%,#3d7cb0 100%)!important;}.suz-header-reversed .suz-nav a{color:#fff!important;}
.suz-header-reversed .suz-nav a:after{background:var(--gold)!important;}
.suz-header-reversed .suz-brand{color:#fff!important;}
/* ============================================================
   END REVERSED NAVIGATION BAR
   ============================================================ */

/* ============================================================
   CAROUSEL HEIGHT — slightly taller carousel to better balance
   against the solid navy header banner. To revert to the
   original height, delete this block (or change 680px to 610px).
   ============================================================ */
.suz-hero{min-height:680px!important;}
.suz-hero-overlay{min-height:680px!important;}
/* ============================================================
   END CAROUSEL HEIGHT
   ============================================================ */

.suz-gallery-intro-text{max-width:820px;margin:0 auto 14px!important;text-align:center;color:#4e555b;font-size:16px!important;line-height:1.55;}
a{transition:color .2s ease;}
.suz-editable-content a,
.suz-page-editor-content a,
.suz-showcase-content a,
.suz-work-point a,
.suz-gallery-intro-text a{
    font-weight:700;
}
.suz-editable-content a:hover,
.suz-page-editor-content a:hover,
.suz-showcase-content a:hover,
.suz-work-point a:hover,
.suz-gallery-intro-text a:hover{
    color:var(--gold);
}
.suz-find-work-events-copy a{
    font-weight:700;
}
.suz-find-work-events-copy a:hover{
    color:var(--gold);
}
.suz-find-work-stockists a,
.suz-find-work-events a{
    color:var(--deep);
}
.suz-find-work-stockists a:hover,
.suz-find-work-events a:hover{
    color:var(--gold);
}
.suz-sayhi-copy-wrap{max-width:1050px;}.suz-sayhi-copy-wrap:after{content:"";display:block;clear:both;}
.suz-sayhi-photo{float:right;width:280px;max-width:42%;margin:0 0 20px 28px;border-radius:6px;overflow:hidden;}
.suz-sayhi-photo img{display:block;width:100%;height:auto;border-radius:6px;}
@media(max-width:700px){.suz-sayhi-photo{float:none;width:100%;max-width:320px;margin:0 auto 20px;}}
.suz-sayhi-photo{float:right;clear:right;}
.suz-sayhi-photo figcaption{margin-top:6px;color:#70777c;font-size:12px;text-align:center;}
.suz-about-copy p:first-of-type strong{
    font-family:"Julius Sans One",Arial,sans-serif;
    font-weight:400;
    font-size:26px;
    display:block;
    margin-bottom:6px;
}
.suz-find-work-events-copy li{
    font-size:17px;
    line-height:1.7;
    color:#50585e;
}
.suz-find-work-events-copy li a{
    font-weight:400;
}
.suz-find-work-stockists h2{display:block;font-size:30px;margin:0 0 14px;}