/* Add padding above the Origin line in the featured product section */
.feature-origin {
    padding-top: 2.2em;
    display: block;
}
@media (max-width: 600px) {
    .pickup-info-details {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .pickup-info-details > * {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
    .pickup-signup-form {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0.7rem 0 !important;
        max-width: 100% !important;
    }
    .pickup-signup-form label,
    .pickup-signup-form input,
    .pickup-signup-form button {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
    .pickup-signup-cta {
        font-size: 1rem !important;
        padding-top: 1.5rem !important;
        margin-bottom: 0.2rem !important;
    }
}
@media (max-width: 600px) {
    .pickup-info-details {
        grid-template-columns: 1fr;
        width: 100vw;
        max-width: 100vw;
        min-width: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .pickup-info-details p,
    .pickup-info-details form,
    .pickup-info-details .pickup-signup-cta {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        margin: 0 auto 0.7rem auto;
        text-align: left;
        font-size: 1rem !important;
        word-break: break-word;
    }
    .pickup-info-details {
        font-size: 1rem !important;
    }
}
.pickup-info-details {
    display: grid;
    gap: 0.55rem;
    width: min(640px, 100%);
    margin: 2.4rem auto 1rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .pickup-info-details {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 1rem 0.5rem;
    }
    .pickup-slider {
        padding: 0;
    }
    .pickup-slider-button {
        top: auto;
        bottom: -0.25rem;
        transform: none;
    }
    .pickup-info-details p,
    .pickup-info-details form,
    .pickup-info-details .pickup-signup-cta {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        margin: 0 auto 0.7rem auto;
        text-align: left;
    }
    .pickup-signup-form {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0.7rem 0 !important;
        max-width: 100% !important;
    }
    .pickup-signup-form label,
    .pickup-signup-form input,
    .pickup-signup-form button {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }
    .pickup-signup-cta {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
}
.pickup-signup-form {
    justify-content: center !important;
    align-items: flex-end !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.karikari-section {
    margin-top: 3.5rem !important;
    padding-top: 4.5rem !important;
}

/* Minimal inline pickup signup form */
.pickup-signup-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem 1.5rem;
    align-items: flex-end;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 1.2rem 0 0 0 !important;
    max-width: 100% !important;
    border-radius: 0 !important;
}
.pickup-signup-form h3 {
    display: none;
}
.pickup-signup-form label {
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-size: 1rem;
}
.pickup-signup-input {
    width: 180px;
    padding: 0.5rem 0.8rem;
    border-radius: 6px;
    border: 1px solid #d8d0c2;
    font-size: 1rem;
    background: #fff;
}
.pickup-signup-input[type="tel"] {
    width: 140px;
}
.pickup-signup-submit {
    width: auto;
    min-width: 110px;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    background: #b43924;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    margin-top: 0;
}
#signup-status {
    flex-basis: 100%;
    margin-top: 0.7rem;
    font-size: 1.05rem;
    font-weight: 600;
}
:root {
    --ink: #172026;
    --muted: #5d666f;
    --paper: #f7f4eb;
    --white: #ffffff;
    --line: #d8d0c2;
    --red: #b43924;
    --red-dark: #812716;
    --blue: #1f5a6b;
    --gold: #c49346;
    --shadow: 0 18px 40px rgba(23, 32, 38, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Work Sans", Arial, sans-serif;
    line-height: 1.6;
}

body:has(.floating-cart-link) {
    padding-bottom: 5.5rem;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.skip-link,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
    z-index: 100;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    clip: auto;
    color: var(--white);
    background: var(--ink);
}

.site-header {
    position: relative;
    z-index: 20;
    overflow: visible;
    border-top: 3px solid #7fd4df;
    background: var(--white);
}

/* Mobile menu open state */
body.mobile-menu-open .site-header .brand img {
    filter: brightness(0) invert(1);
}

body.mobile-menu-open .header-net,
body.mobile-menu-open .header-rope {
    display: none;
}

/* Header font improvements */
.site-header h1,
.site-header .brand,
.site-header .nav-links a {
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    font-size: 3.5rem !important;
    font-stretch: 100%; /* Remove condensed look */
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.15;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.site-header .nav-links a {
    font-size: 1rem !important;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-shadow: none;
}


.site-nav {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(1220px, calc(100% - 32px));
    min-height: 354px;
    margin: 0 auto;
    padding: 3rem 0 4.3rem;
}

.brand img {
    width: min(520px, 72vw);
    height: auto;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 4rem 0 0;
    list-style: none;
}

.nav-links a {
    color: #000;
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-decoration: none;
    text-transform: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
    color: #000;
}

.header-net {
    position: absolute;
    z-index: 1;
    top: -2px;
    width: min(26vw, 310px);
    pointer-events: none;
}

.header-net-left {
    left: -8px;
}

.header-net-right {
    right: -8px;
}

.header-rope {
    position: absolute;
    right: 0;
    bottom: -26px;
    left: 0;
    z-index: 25;
    height: 52px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    pointer-events: none;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--white);
}

.nav-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--ink);
}

.floating-cart-link {
    display: inline-flex;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 60;
    gap: 0.6rem;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.85rem 1.2rem;
    border: 1px solid rgba(23, 32, 38, 0.12);
    border-radius: 999px;
    color: var(--white);
    background: rgba(23, 32, 38, 0.94);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.floating-cart-link:hover {
    background: var(--red);
}

.floating-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.7rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    color: var(--ink);
    background: var(--paper);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
}

.current-catch-hero {
    position: relative;
    overflow: visible;
    padding: 5rem 0 6rem;
    color: var(--white);
    background: #000;
    text-align: center;
}

.current-catch-hero::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    height: 52px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
}

.current-catch-hero::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 52px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    transform: translateY(50%);
    pointer-events: none;
}

.catch-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.82;
    background:
        linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04)),
        url("../../images/mits_fish_boat_bg.webp") center 18% / cover no-repeat;
    filter: contrast(1.02);
}

.catch-inner {
    position: relative;
    z-index: 3;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    max-width: 100%;
    overflow-x: hidden;
}

.eyebrow {
    margin: 0 0 0.7rem;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.current-catch-hero h1,
.section h2 {
    margin: 0;
    font-family: "Source Serif 4", Georgia, serif;
    line-height: 1.04;
}

.catch-intro {
    width: min(860px, 100%);
    margin: 0 auto 1.1rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
}

.current-catch-hero h1,
.section h2.catch-display-title {
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    font-size: 2.85rem;
    font-weight: 400;
}

.catch-values {
    margin: 0.55rem 0 3rem;
    color: var(--white);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.15;
}

.catch-values span {
    color: var(--red);
}

.product-scroller {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
    padding: 0 0.75rem 1.1rem;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    width: 100%;
}

.product-image-link {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 16px 16px 0 0;
    background: #151515;
    cursor: zoom-in;
    text-align: left;
}

.product-card img {
    width: 100%;
    aspect-ratio: 1 / 1.34;
    object-fit: cover;
}

.product-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    min-height: 300px;
    padding: 1.1rem 1.15rem 1.55rem;
    background: rgba(0, 0, 0, 0.72);
}

.product-copy h2 {
    min-height: 2.1em;
    margin: 0 0 1.2rem;
    color: var(--white);
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.08;
    text-wrap: balance;
    overflow-wrap: anywhere;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.72);
    word-break: break-word;
    hyphens: auto;
}

.product-copy h2 a {
    text-decoration: none;
}

.product-price {
    margin: 0 0 1rem;
    color: var(--red);
    font-size: 1.6rem;
    font-weight: 900;
}

.product-description {
    display: -webkit-box;
    min-height: 5.8em;
    margin: 0 auto 1.6rem;
    overflow: hidden;
    color: var(--white);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.product-copy form {
    margin: 0;
    margin-top: auto;
}

.cart-status {
    min-height: 1.2em;
    margin: 0.65rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
    font-weight: 600;
}

.product-copy button,
.product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    min-height: 52px;
    padding: 0.75rem 1.1rem;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.product-button {
    margin-top: auto;
}

.product-copy button:hover,
.product-button:hover {
    background: var(--red);
    border-color: var(--red);
    color: var(--white);
}

.pickup-info {
    width: min(1040px, calc(100% - 24px));
    margin: 3rem auto 0;
    padding: 2.2rem 1.5rem 0;
    text-align: center;
}

.pickup-info--light {
    width: min(980px, 100%);
    margin-top: 0;
    padding: 0;
}

.pickup-info h2 {
    margin: 0 auto 1rem;
    max-width: 100%;
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    font-size: 2.85rem !important;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.18;
    text-wrap: balance;
    padding: 0 0.5rem;
    word-break: break-word;
    hyphens: auto;
}

.pickup-info p {
    margin: 0.35rem auto;
    color: var(--white);
    font-size: 1em;
    font-weight: 500;
    line-height: 1.6;
}

.pickup-info-lead {
    margin-top: 1.4rem;
    font-weight: 600;
}

.pickup-info-note {
    margin-top: 2.2rem;
    max-width: 960px;
}

.pickup-info-details {
    display: grid;
    gap: 1.2rem;
    width: min(720px, 100%);
    margin: 3rem auto 2rem;
    padding: 2rem 2.5rem;
    border: 3px solid var(--red);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(180, 57, 36, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow: 0 8px 32px rgba(180, 57, 36, 0.3);
}

.pickup-info-details p {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1.2rem;
    margin: 0 0 0.4rem 0;
    text-align: left;
    font-size: 1.15rem;
}

.pickup-info-details p:last-child {
    margin-bottom: 0;
}

.pickup-info-details span {
    color: var(--red);
    font-size: 1.05em;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.section {
    padding: 5rem 0;
}

.section-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.feature-product {
    position: relative;
    background: var(--white);
}

.feature-product::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    height: 52px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
}

.feature-product--hero {
    width: min(1180px, calc(100% - 24px));
    margin: 3rem auto 0;
    background: transparent;
}

.feature-product--hero .feature-product-copy {
    margin: 0 auto;
    text-align: center;
}

.feature-product-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
    gap: 3rem;
    align-items: center;
}

.section h2 {
    font-size: 3.5rem;
}

.feature-product-copy {
    max-width: 520px;
}

.feature-origin,
.product-lightbox-origin {
    margin: 0 0 0.75rem;
    color: #000;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.section h2.feature-product-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.02;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.feature-product--hero h2.feature-product-title {
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    font-size: 2.85rem;
    line-height: 1.08;
}

.feature-product-title a {
    color: #000;
    text-decoration: none;
}

.feature-product-title-main,
.feature-product-title-detail {
    display: block;
}

.feature-product-title-detail {
    margin-top: 0.45rem;
    font-size: 0.58em;
    line-height: 1.1;
}

.feature-product-description {
    color: var(--muted);
    font-size: 1.05rem;
}

.feature-product-description {
    margin: 1rem 0 0;
    color: #111;
    font-size: 1.1rem;
    line-height: 1.5;
}

.feature-product-price {
    margin: 1.1rem 0 0;
    color: var(--red);
    font-size: 2rem;
    font-weight: 900;
}

.feature-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    margin-top: 1.2rem;
}

.feature-product--hero .feature-product-actions {
    justify-content: center;
}

.feature-product-form {
    margin: 0;
}

.feature-product--hero .feature-product-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-product-form button.feature-product-link {
    cursor: pointer;
}

.feature-product-form .cart-status {
    color: var(--muted);
}

.feature-product-link,
.product-lightbox-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    min-height: 52px;
    padding: 0.75rem 1.1rem;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    font-family: Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
}

.feature-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    text-decoration: none;
}

.feature-product-image img {
    width: min(100%, 540px);
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 28px 32px rgba(0, 0, 0, 0.2));
}

.feature-product--hero .feature-origin,
.feature-product--hero .feature-product-title a,
.feature-product--hero .feature-product-description {
    color: var(--white);
}

.feature-product--hero .feature-product-description {
    color: rgba(255, 255, 255, 0.88);
}

.feature-product--hero .feature-product-price {
    color: var(--red);
    font-size: 2.9rem;
}

.feature-product--hero .feature-product-link {
    border-color: rgba(255, 255, 255, 0.72);
    color: var(--white);
}

.feature-product--hero .feature-product-link:hover {
    background: var(--red);
    border-color: var(--red);
    color: var(--white);
}

/* KariKari special section */
.karikari-section {
    position: relative;
    background: linear-gradient(180deg, #f7f4eb 0%, #fff 100%);
    padding: 5rem 0 6rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 2rem;
    overflow: visible;
}

.karikari-section::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    height: 52px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
}

.karikari-section .section-inner {
    max-width: 1100px;
}

.karikari-section .feature-product-description {
    color: var(--muted);
    font-size: 1.15rem;
    line-height: 1.6;
}

.karikari-section .feature-product-size {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.karikari-section .feature-product-price {
    color: var(--red);
}

.karikari-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.karikari-title {
    margin: 0 0 0.5rem;
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.08;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.karikari-subtitle {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.feature-product--hero .feature-product-form .cart-status {
    color: rgba(255, 255, 255, 0.82);
}

.pickup-info--light h2,
.pickup-info--light p {
    color: var(--ink);
}

.pickup-info--light .pickup-info-details {
    border: 3px solid var(--red);
    background: linear-gradient(135deg, rgba(180, 57, 36, 0.08) 0%, rgba(23, 32, 38, 0.03) 100%);
}

.pickup-info--light .pickup-info-details span {
    color: var(--red-dark);
}

.pickup-slider {
    position: relative;
    width: min(820px, 100%);
    margin: 3rem auto 2rem;
    padding: 0 3rem;
}

.pickup-slider-track {
    position: relative;
}

.pickup-slider .pickup-info-details {
    display: none;
    margin: 0 auto;
}

.pickup-slider .pickup-info-details.is-active {
    display: grid;
}

.pickup-slider-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 2px solid var(--red);
    border-radius: 50%;
    background: var(--white);
    color: var(--red);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.pickup-slider-button--prev {
    left: 0;
}

.pickup-slider-button--next {
    right: 0;
}

.pickup-slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 1rem;
}

.pickup-slider-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid var(--red);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.pickup-slider-dots button.is-active {
    background: var(--red);
}

.pickup-info--light p {
    color: var(--ink);
    word-break: normal;
    overflow-wrap: normal;
}

/* Date row styling */
.pickup-date-row strong {
    color: var(--red);
    font-size: 1.1em;
}

.date-with-calendar {
    position: relative;
    display: inline-block;
}

/* Calendar link */

.calendar-inline-icon {
    position: absolute;
    top: -0.5em;
    right: -1.5em;
    background: none;
    border: none;
    padding: 0.3em 0.4em;
    margin: 0;
    color: var(--red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transition: color 0.2s;
    border-radius: 4px;
    text-decoration: none;
}
.calendar-inline-icon:hover {
    color: var(--red-dark);
    background: rgba(180, 57, 36, 0.08);
}

.calendar-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.calendar-dropdown {
    position: absolute;
    bottom: calc(100% + 0.4rem);
    right: 0;
    left: auto;
    display: none;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 170px;
    padding: 0.6rem;
    background: var(--white);
    border: 2px solid var(--ink);
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

/* Show dropdown when hovering wrapper or when hovering dropdown itself */
.calendar-inline-wrapper:hover .calendar-dropdown {
    display: flex;
    animation: calendarFadeIn 0.2s ease;
}

@keyframes calendarFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calendar-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.85rem;
    border-radius: 5px;
    color: var(--ink);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.calendar-link:hover {
    background: var(--paper);
    color: var(--red);
}

.calendar-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    overflow: auto;
}

.product-lightbox[hidden] {
    display: none;
}

.product-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.74);
    backdrop-filter: blur(4px);
}

.product-lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(1060px, 100%);
    max-height: min(88vh, 920px);
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 18px;
    background: #f8f5ee;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.product-lightbox-close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    color: #000;
    background: rgba(0, 0, 0, 0.08);
    font-size: 1.7rem;
    cursor: pointer;
}

.product-lightbox-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.1fr) minmax(280px, 0.9fr);
    gap: 1.6rem;
    align-items: center;
}

.product-lightbox-media {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.product-lightbox-image {
    display: block;
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

.product-lightbox-title {
    margin: 0;
    color: #000;
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    font-size: 1.75rem;
    line-height: 1.08;
    text-wrap: balance;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.product-lightbox-price {
    margin: 1rem 0 0;
    color: var(--red);
    font-size: 1.65rem;
    font-weight: 900;
}

.product-lightbox-description {
    margin: 1rem 0 0;
    color: #222;
    font-size: 1.02rem;
    line-height: 1.55;
}

.product-lightbox-form {
    margin: 1.25rem 0 0;
}

.product-lightbox-form .cart-status {
    color: var(--muted);
}

.product-lightbox-link {
    margin-top: 0.9rem;
}

.contact-drawer {
    position: fixed;
    inset: 0;
    z-index: 70;
}

.contact-drawer[hidden] {
    display: none;
}

.contact-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 32, 38, 0.62);
    backdrop-filter: blur(4px);
}

.contact-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: min(520px, 100%);
    height: 100%;
    padding: 2rem 1.5rem 1.6rem;
    overflow-y: auto;
    background: linear-gradient(180deg, #fbf8f0 0%, #f3ede1 100%);
    box-shadow: -18px 0 42px rgba(0, 0, 0, 0.24);
}

.contact-drawer-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 52px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    transform: translateY(-55%);
    pointer-events: none;
}

.contact-drawer-close {
    align-self: flex-end;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    color: var(--ink);
    background: rgba(23, 32, 38, 0.08);
    font-size: 1.8rem;
    cursor: pointer;
}

.contact-drawer-brand {
    display: grid;
    gap: 0.6rem;
    justify-items: center;
}

.contact-drawer-brand img {
    width: 220px;
    height: auto;
}

.contact-drawer-copy {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
}

.contact-drawer-form {
    display: grid;
    gap: 1rem;
}

.contact-drawer-form label {
    display: grid;
    gap: 0.45rem;
}

.contact-drawer-form label span {
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-drawer-form input,
.contact-drawer-form textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(23, 32, 38, 0.18);
    border-radius: 10px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.82);
    font: inherit;
}

.contact-drawer-form textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-drawer-form input:focus,
.contact-drawer-form textarea:focus {
    outline: 2px solid rgba(180, 57, 36, 0.24);
    border-color: var(--red);
}

.contact-drawer-submit {
    width: 100%;
    min-height: 54px;
    padding: 0.85rem 1.25rem;
    border: 1px solid #000;
    border-radius: 999px;
    color: var(--white);
    background: #000;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
}

.contact-drawer-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.contact-drawer-status {
    min-height: 1.4em;
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 600;
}

.contact-drawer-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 2rem;
}

.divider {
    height: 82px;
    background: url("../../images/mits_fish_divider.webp") center / contain no-repeat;
}

.history-banner-section {
    position: relative;
    overflow: visible;
    background: var(--paper);
    padding: 0;
}

.history-banner-section::before,
.history-banner-section::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    height: 52px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    pointer-events: none;
}

.history-banner-section::before {
    top: 0;
    transform: translateY(-55%);
}

.history-banner-section::after {
    bottom: 0;
    transform: translateY(55%);
}

.history-banner-image {
    width: 100%;
    height: 620px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),
        url("../../images/mits_fish_history_mit.webp") center center / cover no-repeat;
}

.about-mit-section {
    position: relative;
    overflow: visible;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 5rem 0 6rem;
}

.about-mit-section::before,
.about-mit-section::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    height: 52px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    pointer-events: none;
}

.about-mit-section::before {
    top: 0;
    transform: translateY(-55%);
}

.about-mit-section::after {
    bottom: 0;
    transform: translateY(55%);
}

.about-mit-inner {
    max-width: 1240px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.about-mit-heading-wrap {
    position: relative;
    max-width: 760px;
    margin: 0 auto 2.4rem;
    padding: 2.6rem 0;
}

.about-mit-heading-wrap::before,
.about-mit-heading-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    width: min(520px, 88%);
    height: 20px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    transform: translateX(-50%);
    opacity: 0.58;
}

.about-mit-heading-wrap::before {
    top: 0;
}

.about-mit-heading-wrap::after {
    bottom: 0;
}

.about-mit-title {
    margin: 0;
    color: var(--white);
    text-wrap: balance;
}

.about-mit-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 2.5rem;
    align-items: end;
}

.about-mit-copy {
    max-width: 720px;
    margin: 0;
    text-align: left;
}

.about-mit-copy p {
    margin: 0 0 1.15rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.62;
}

.about-mit-portrait {
    justify-self: end;
    align-self: end;
    margin: 0 calc(-1 * max((100vw - 1180px) / 2, 16px)) -6rem 0;
}

.about-mit-portrait img {
    display: block;
    width: min(100%, 500px);
    margin-left: auto;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.photo-section {
    position: relative;
    background: var(--paper);
    padding: 0;
    overflow: visible;
}

.photo-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 52px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    transform: translateY(55%);
    pointer-events: none;
}

.photo-wall {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    height: 760px;
    overflow: hidden;
}

.photo-wall-mobile {
    display: none;
}

.photo-column {
    overflow: hidden;
}

.photo-column-track {
    display: flex;
    flex-direction: column;
}

.photo-column-1 .photo-column-track {
    animation: photo-wall-up 62s linear infinite;
}

.photo-column-2 .photo-column-track {
    animation: photo-wall-down 70s linear infinite;
}

.photo-column-3 .photo-column-track {
    animation: photo-wall-up 66s linear infinite;
}

.photo-slide {
    margin: 0;
    overflow: hidden;
    background: var(--white);
}

.photo-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.photo-slide:nth-child(4n + 1) img {
    aspect-ratio: 4 / 5;
}

.photo-slide:nth-child(4n + 2) img {
    aspect-ratio: 4 / 3;
}

.photo-slide:nth-child(4n + 3) img {
    aspect-ratio: 4 / 6;
}

.photo-slide:nth-child(4n) img {
    aspect-ratio: 1 / 1;
}

@keyframes photo-wall-up {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

@keyframes photo-wall-down {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0);
    }
}

.logo-section {
    background: var(--white);
    padding: 5rem 0;
    text-align: center;
}

.logo-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.logo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
}

.logo-content img {
    max-width: 100%;
    height: auto;
}

.logo-title {
    margin: 0;
    color: #fff;
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    max-width: 12ch;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    text-transform: uppercase;
    text-wrap: balance;
}

.logo-subtitle {
    margin: 0;
    color: var(--red);
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    font-family: "Diplomata", "Source Serif 4", Georgia, serif;
    display: inline-block;
    max-width: 10ch;
    padding: 0.65rem 0;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    text-transform: uppercase;
    text-wrap: balance;
    position: relative;
}

.logo-subtitle::before,
.logo-subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
}

.logo-subtitle::before {
    top: 0;
}

.logo-subtitle::after {
    bottom: 0;
}

.logo-tagline {
    margin: 0;
    color: #000;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.2;
    font-style: italic;
    opacity: 0.8;
}

.site-footer {
    position: relative;
    overflow: visible;
    color: var(--white);
    background: #000;
}

.footer-rope {
    position: absolute;
    top: -27px;
    right: 0;
    left: 0;
    z-index: 3;
    height: 54px;
    background: url("../../images/rope.png") center / 100% 100% no-repeat;
    pointer-events: none;
}

.footer-inner {
    display: grid;
    justify-items: center;
    gap: 1rem;
    align-items: center;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 5rem 0 3rem;
    text-align: center;
}

.footer-brand img {
    width: 130px;
    filter: invert(1);
}

.footer-credit {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    font-weight: 600;
}

.footer-credit a {
    color: var(--white);
    text-decoration: none;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

@media (max-width: 900px) {
    .product-scroller {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .photo-wall {
        column-count: 3;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        height: 680px;
    }

    .feature-product-grid,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .feature-product-copy {
        max-width: none;
    }

    .feature-product-image {
        min-height: 0;
        order: -1;
    }

    .product-lightbox-grid {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        text-align: center;
    }

    .footer-brand img,
    .footer-nav {
        margin: 0 auto;
    }
}

@media (max-width: 680px) {
    .product-scroller {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 0 0.5rem 1rem;
    }

    .site-nav {
        min-height: 238px;
        padding: 2rem 0 3.4rem;
    }

    .brand img {
        width: min(310px, 64vw);
    }

    /* Mobile header font improvements */
    .site-header h1,
    .site-header .brand,
    .site-header .nav-links a {
        font-stretch: 100% !important;
        letter-spacing: 0.01em !important;
    }

    .nav-toggle {
        display: block;
        position: absolute;
        right: 0;
        bottom: 3.8rem;
    }

    .nav-links {
        position: fixed;
        inset: 0;
        z-index: 100;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        background: #000;
    }

    .nav-links.is-open {
        display: flex;
        gap: 2rem;
    }

    .nav-links a {
        font-size: 1.5rem;
        color: var(--white) !important;
        text-decoration: none;
        text-shadow: none;
    }

    .nav-links a:hover {
        color: var(--white);
        text-decoration: none;
    }

    .nav-toggle {
        position: fixed;
        z-index: 101;
        top: 1rem;
        right: 1rem;
        bottom: auto;
        border-color: var(--white);
        background: transparent;
    }

    .nav-toggle span:not(.sr-only) {
        background: var(--white);
    }

    .header-net {
        width: 150px;
        opacity: 0.72;
    }

    .header-rope {
        height: 38px;
        bottom: -19px;
    }

    .current-catch-hero {
        padding: 3.5rem 0 4.5rem;
    }

    .current-catch-hero::after {
        height: 38px;
    }

    .about-mit-section {
        padding: 3.5rem 0 4.5rem;
    }

    .history-banner-section::before,
    .history-banner-section::after {
        height: 38px;
    }

    .history-banner-image {
        height: 340px;
        background-position: center center;
    }

    .about-mit-section::before,
    .about-mit-section::after {
        height: 38px;
    }

    .photo-section::after {
        height: 38px;
    }

    .footer-rope {
        height: 38px;
        top: -19px;
    }

    .catch-pattern {
        background-size: auto, cover;
        background-position: 0 0, center 24%;
    }

    .catch-intro {
        font-size: 0.98rem;
    }

    .current-catch-hero h1 {
        font-size: 2.2rem;
        line-height: 1.1;
        font-stretch: 100%;
        letter-spacing: 0.01em;
    }

    .catch-values {
        font-size: 1.4rem;
        margin-bottom: 2.4rem;
    }

    .product-scroller {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 0 0.5rem 1rem;
    }

    .product-copy h2 {
        font-size: 1.1rem;
        min-height: auto;
        margin-bottom: 0.9rem;
    }

    .product-price {
        font-size: 1.35rem;
    }

    .product-description {
        font-size: 0.92rem;
        min-height: auto;
        -webkit-line-clamp: 3;
    }

    .product-button {
        min-width: auto;
        width: 100%;
    }

    .pickup-info {
        width: min(100%, calc(100% - 12px));
        margin-top: 2.4rem;
        padding-inline: 0.25rem;
    }

    .pickup-info--light {
        width: 100%;
        margin-top: 0;
        padding-inline: 0;
    }

    .pickup-info h2 {
        max-width: 100%;
        font-size: 1.25rem;
        line-height: 1.16;
        padding: 0 0.25rem;
    }

    .pickup-info p {
        font-size: 0.98rem;
    }

    .pickup-info-details {
        padding: 1.5rem 1.25rem;
        gap: 0.9rem;
    }

    .pickup-info-details p {
        grid-template-columns: 1fr;
        gap: 0.35rem;
        text-align: center;
        font-size: 1rem;
    }

    .pickup-info-details span {
        font-size: 0.95em;
    }

    .section {
        padding: 3.5rem 0;
    }

    .section h2.feature-product-title {
        font-size: 1.6rem;
        line-height: 1.06;
    }

    .about-mit-heading-wrap {
        margin-bottom: 1.8rem;
        padding: 2rem 0;
    }

    .about-mit-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-mit-heading-wrap::before,
    .about-mit-heading-wrap::after {
        height: 14px;
    }

    .about-mit-copy {
        max-width: none;
    }

    .about-mit-copy p {
        font-size: 1rem;
    }

    .about-mit-portrait img {
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .about-mit-portrait {
        justify-self: center;
        margin: 0;
    }

    .logo-section {
        padding: 3.5rem 0;
    }

    .logo-content {
        gap: 0.55rem;
    }

    .logo-title,
    .logo-subtitle {
        max-width: none;
        font-size: 2rem;
        line-height: 1.02;
    }

    .logo-subtitle {
        padding: 0.45rem 0;
    }

    .logo-tagline {
        font-size: 0.88rem;
    }

    .feature-product-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .feature-product-form,
    .feature-product-link,
    .product-lightbox-link,
    .product-lightbox-form button {
        width: 100%;
    }

    .product-lightbox {
        padding: 0.75rem;
    }

    .product-lightbox-dialog {
        padding: 1rem;
    }

    .contact-drawer-panel {
        width: 100%;
        padding: 1.5rem 1rem 1.25rem;
    }

    .contact-drawer-brand img {
        width: 170px;
    }

    .contact-drawer-submit {
        width: 100%;
    }

    .photo-wall {
        display: none;
    }

    .photo-wall-mobile {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .photo-wall-mobile .photo-slide img {
        height: 100%;
        min-height: 180px;
    }

    .photo-wall-mobile .photo-slide:nth-child(5n + 1) {
        grid-column: 1 / -1;
    }

    .photo-wall-mobile .photo-slide:nth-child(5n + 1) img {
        aspect-ratio: 16 / 10;
    }

    .floating-cart-link {
        right: 0.7rem;
        bottom: 0.7rem;
        min-height: 48px;
        padding: 0.78rem 1rem;
        font-size: 0.84rem;
    }

    .footer-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .karikari-section {
        padding: 2.5rem 0;
    }

    .karikari-heading {
        margin-bottom: 2rem;
    }

    .karikari-title {
        font-size: 2.2rem;
    }

    .karikari-subtitle {
        font-size: 1.1rem;
    }

    .karikari-section .feature-product-description {
        font-size: 1rem;
    }

    .karikari-section .feature-product-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .karikari-section .feature-product-image {
        order: -1;
        min-height: 0;
    }

    .karikari-section::before {
        height: 38px;
    }

    .calendar-button {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }

    .calendar-dropdown {
        min-width: 180px;
        right: 0;
        left: auto;
        transform: none;
    }
}
