:root {
    --nhk-navy: #164361;
    --nhk-ink: #173b50;
    --nhk-body: #385d72;
    --nhk-light-blue: #8fb6d4;
    --nhk-sea-green: #93bebb;
    --nhk-green: #51882e;
    --nhk-line: #d9e5e9;
    --nhk-mist: #f4f8f9;
    --nhk-pale-green: #f1f6f3;
    --nhk-white: #ffffff;
}

.nhk-page {
    overflow: clip;
    color: var(--nhk-body);
    background: var(--nhk-white);
    font-family: "Avenir Next", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.68;
}

.nhk-container {
    width: min(calc(100% - 4.8rem), 124rem);
    margin: 0 auto;
}

.nhk-page h1,
.nhk-page h2,
.nhk-page h3,
.nhk-page p {
    margin: 0;
}

.nhk-page h1,
.nhk-page h2,
.nhk-page h3 {
    color: var(--nhk-navy);
    letter-spacing: -0.035em;
}

.nhk-page h1 {
    max-width: 68rem;
    font-size: clamp(4.6rem, 4.3vw, 6.2rem);
    font-weight: 600;
    line-height: 1.04;
}

.nhk-page h2 {
    font-size: clamp(3.4rem, 3.1vw, 4.8rem);
    font-weight: 600;
    line-height: 1.12;
}

.nhk-page h3 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.15;
}

.nhk-eyebrow {
    margin-bottom: 1.8rem !important;
    color: #426f67;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.nhk-section {
    padding: clamp(8.8rem, 8vw, 12.8rem) 0;
}

.nhk-section-copy p + p,
.nhk-process__intro p + p {
    margin-top: 2rem;
}

.nhk-section-copy h2 {
    margin-bottom: 3rem;
}

.nhk-section-heading {
    max-width: 78rem;
    margin-bottom: 5.2rem;
}

.nhk-section-heading h2 {
    margin-bottom: 2.2rem;
}

.nhk-section-heading > p:last-child {
    max-width: 72rem;
}

.nhk-hero {
    position: relative;
    padding: clamp(7.2rem, 7vw, 10.4rem) 0 0;
    background:
        radial-gradient(circle at 84% 14%, rgba(143, 182, 212, 0.19), transparent 31%),
        linear-gradient(180deg, #f8fbfc 0%, #ffffff 83%);
}

.nhk-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(38vw, 62rem);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--nhk-sea-green));
}

.nhk-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(44rem, 0.98fr);
    column-gap: clamp(5rem, 6.2vw, 9.6rem);
    align-items: center;
}

.nhk-hero__content {
    position: relative;
    z-index: 2;
    padding-bottom: 4.8rem;
}

.nhk-hero__intro {
    max-width: 65rem;
    margin-top: 3rem !important;
    color: var(--nhk-body);
    font-size: 1.85rem;
    line-height: 1.7;
}

.nhk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 4.2rem;
}

.nhk-button {
    display: inline-flex;
    min-height: 5.2rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.3rem 2.4rem;
    border: 1px solid var(--nhk-navy);
    border-radius: 999px;
    font-family: "Avenir Next", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    transition: color var(--motion-duration-fast) var(--motion-ease-out), background var(--motion-duration-fast) var(--motion-ease-out), border-color var(--motion-duration-fast) var(--motion-ease-out), transform var(--motion-duration-fast) var(--motion-ease-out);
}

.nhk-button--primary {
    color: #fff;
    background: var(--nhk-navy);
    box-shadow: 0 1.2rem 2.8rem rgba(22, 67, 97, 0.14);
}

.nhk-button--primary:hover {
    border-color: #315f75;
    background: #315f75;
    transform: translateY(-1px);
}

.nhk-button--secondary {
    color: var(--nhk-navy);
    background: transparent;
}

.nhk-button--secondary:hover {
    border-color: var(--nhk-sea-green);
    background: #eef5f4;
}

.nhk-hero__visual {
    position: relative;
    min-height: 55rem;
}

.nhk-product-photo {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(22, 67, 97, 0.13);
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 2.4rem 6rem rgba(16, 47, 67, 0.14);
}

.nhk-product-photo picture,
.nhk-product-photo img {
    display: block;
    width: 100%;
    height: 100%;
}

.nhk-product-photo img {
    object-fit: cover;
}

.nhk-product-photo--premium {
    top: 0;
    left: 0;
    width: 83%;
    height: 43rem;
}

.nhk-product-photo--standard {
    right: 0;
    bottom: 0;
    width: 56%;
    height: 28rem;
}

.nhk-product-photo figcaption {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0.8rem;
    color: var(--nhk-navy);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 0.8rem 2rem rgba(16, 47, 67, 0.11);
    font-size: 1.2rem;
    line-height: 1.35;
    backdrop-filter: blur(8px);
}

.nhk-product-photo figcaption strong {
    font-weight: 600;
}

.nhk-product-photo figcaption span {
    color: #527183;
    text-align: right;
}

.nhk-proof-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 7rem;
    border-top: 1px solid var(--nhk-line);
    border-bottom: 1px solid var(--nhk-line);
}

.nhk-proof-row > a,
.nhk-proof-row > span {
    display: flex;
    min-height: 8.8rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.2rem;
    padding: 1.6rem 2.2rem;
    color: var(--nhk-body);
    font-size: 1.38rem;
    line-height: 1.35;
}

.nhk-proof-row > * + * {
    border-left: 1px solid var(--nhk-line);
}

.nhk-proof-row > a:hover {
    background: var(--nhk-mist);
}

.nhk-proof-row > a > span,
.nhk-proof-row > span > span {
    color: var(--nhk-navy);
    font-size: 1.18rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nhk-variety__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(34rem, 0.78fr);
    gap: clamp(5.6rem, 7vw, 10rem);
    align-items: center;
}

.nhk-editorial-image {
    overflow: hidden;
    border-radius: 1.2rem;
    background: var(--nhk-mist);
}

.nhk-editorial-image picture,
.nhk-editorial-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.nhk-editorial-image--orchard {
    aspect-ratio: 16 / 9;
}

.nhk-editorial-image--orchard img {
    object-fit: cover;
    object-position: center 48%;
}

.nhk-quality {
    background: var(--nhk-mist);
}

.nhk-quality-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem;
}

.nhk-quality-panel {
    position: relative;
    display: flex;
    min-height: 48rem;
    flex-direction: column;
    padding: clamp(3.2rem, 4vw, 5.2rem);
    border: 1px solid var(--nhk-line);
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 1.8rem 5rem rgba(16, 47, 67, 0.06);
}

.nhk-quality-panel::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 3rem;
    left: 3rem;
    height: 3px;
    border-radius: 999px;
}

.nhk-quality-panel--premium::before {
    background: var(--nhk-sea-green);
}

.nhk-quality-panel--standard::before {
    background: var(--nhk-light-blue);
}

.nhk-quality-panel__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5.2rem;
    color: #6a8492;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.nhk-quality-panel h3 {
    margin-bottom: 1.2rem;
}

.nhk-quality-panel__spec {
    margin-bottom: 2rem !important;
    color: #426f67;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.3;
}

.nhk-quality-panel > p:not(.nhk-quality-panel__spec) {
    max-width: 52rem;
}

.nhk-caliber-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 3rem 0;
}

.nhk-caliber-row span {
    padding: 0.7rem 1.1rem;
    border: 1px solid #cbdde3;
    border-radius: 999px;
    color: var(--nhk-navy);
    background: #f8fbfc;
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.25;
}

.nhk-text-link,
.nhk-text-button {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.9rem;
    color: var(--nhk-navy);
    background: transparent;
    font-family: "Avenir Next", sans-serif;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.35;
}

.nhk-quality-panel .nhk-text-link {
    margin-top: auto;
}

.nhk-text-link:hover,
.nhk-text-button:hover {
    color: #426f67;
}

.nhk-text-link svg,
.nhk-text-button svg {
    transition: transform 180ms ease;
}

.nhk-text-link:hover svg,
.nhk-text-button:hover svg {
    transform: translateX(3px);
}

.nhk-process__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(38rem, 0.72fr);
    gap: clamp(4.8rem, 8vw, 12rem);
    align-items: end;
    margin-bottom: 5.2rem;
}

.nhk-process__intro > div:last-child {
    padding-bottom: 0.6rem;
}

.nhk-process-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(28rem, 0.72fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
    min-height: 72rem;
}

.nhk-process-gallery figure {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background: var(--nhk-mist);
}

.nhk-process-gallery__main {
    grid-row: 1 / 3;
}

.nhk-process-gallery picture,
.nhk-process-gallery img {
    display: block;
    width: 100%;
    height: 100%;
}

.nhk-process-gallery img {
    object-fit: cover;
}

.nhk-process-gallery__main img {
    object-position: 56% center;
}

.nhk-process-gallery__manual img {
    object-position: 50% 72%;
}

.nhk-process-gallery__quality img {
    object-position: center;
}

.nhk-process-gallery figcaption {
    position: absolute;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
    padding: 1rem 1.2rem;
    border-radius: 0.6rem;
    color: #fff;
    background: rgba(16, 47, 67, 0.82);
    font-size: 1.28rem;
    line-height: 1.35;
    backdrop-filter: blur(5px);
}

.nhk-formats {
    background: var(--nhk-mist);
}

.nhk-formats__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(40rem, 0.76fr);
    gap: clamp(6rem, 8vw, 12rem);
    align-items: center;
}

.nhk-formats__content h2 {
    margin-bottom: 4.4rem;
}

.nhk-spec-list {
    border-top: 1px solid #cddde2;
}

.nhk-spec-list > div {
    display: grid;
    grid-template-columns: 13rem minmax(0, 1fr);
    gap: 2rem;
    padding: 2.5rem 0;
    border-bottom: 1px solid #cddde2;
}

.nhk-spec-list dt {
    color: var(--nhk-navy);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nhk-spec-list dd {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 0.7rem 1.8rem;
    color: var(--nhk-body);
    font-size: 1.52rem;
    line-height: 1.55;
}

.nhk-spec-list dd span {
    display: inline-block;
}

.nhk-formats__media {
    position: relative;
    min-height: 62rem;
}

.nhk-formats__media figure {
    position: absolute;
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 2rem 5rem rgba(16, 47, 67, 0.13);
}

.nhk-formats__media picture,
.nhk-formats__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.nhk-formats__media img {
    object-fit: cover;
}

.nhk-formats__big-bags {
    top: 0;
    left: 0;
    width: 74%;
    height: 56rem;
}

.nhk-formats__big-bags img {
    object-position: center 63%;
}

.nhk-formats__vacuum {
    right: 0;
    bottom: 0;
    width: 43%;
    height: 34rem;
    border: 0.8rem solid #fff;
}

.nhk-formats__media figcaption {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 0.8rem 1rem;
    border-radius: 0.5rem;
    color: var(--nhk-navy);
    background: rgba(255, 255, 255, 0.92);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
}

.nhk-delivery__grid {
    display: grid;
    grid-template-columns: minmax(38rem, 0.82fr) minmax(0, 1fr);
    gap: clamp(6rem, 8vw, 12rem);
    align-items: center;
}

.nhk-delivery figure {
    overflow: hidden;
    aspect-ratio: 5 / 4;
    border-radius: 1rem;
    background: var(--nhk-mist);
}

.nhk-delivery figure picture,
.nhk-delivery figure img {
    display: block;
    width: 100%;
    height: 100%;
}

.nhk-delivery figure img {
    object-fit: cover;
    object-position: 50% 59%;
}

.nhk-delivery-terms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin: 3rem 0;
}

.nhk-delivery-terms div {
    display: flex;
    min-height: 8.4rem;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 1.8rem;
    border-left: 3px solid var(--nhk-sea-green);
    background: var(--nhk-mist);
}

.nhk-delivery-terms strong {
    color: var(--nhk-navy);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
}

.nhk-delivery-terms span {
    margin-top: 0.5rem;
    color: var(--nhk-body);
    font-size: 1.32rem;
    line-height: 1.35;
}

.nhk-samples {
    padding-top: 0;
}

.nhk-samples__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(38rem, 0.72fr);
    gap: clamp(5rem, 8vw, 11rem);
    align-items: center;
    padding: clamp(4rem, 5vw, 7rem);
    border: 1px solid #d5e3dd;
    border-radius: 1.2rem;
    background: var(--nhk-pale-green);
}

.nhk-samples__inner .nhk-text-button {
    margin-top: 2.4rem;
}

.nhk-faq {
    border-top: 1px solid #e2ebee;
}

.nhk-faq__grid {
    display: grid;
    grid-template-columns: minmax(28rem, 0.66fr) minmax(0, 1.1fr);
    gap: clamp(6rem, 10vw, 14rem);
    align-items: start;
}

.nhk-faq__heading {
    position: sticky;
    top: 12rem;
}

.nhk-faq__heading h2 {
    margin-bottom: 2.2rem;
}

.nhk-faq-item {
    border-top: 1px solid var(--nhk-line);
}

.nhk-faq-item:last-child {
    border-bottom: 1px solid var(--nhk-line);
}

.nhk-faq-item__heading {
    margin: 0;
}

.nhk-faq-trigger {
    display: flex;
    width: 100%;
    min-height: 7.8rem;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.9rem 0;
    border: 0;
    background: transparent;
    color: var(--nhk-navy);
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.nhk-faq-icon {
    position: relative;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    flex: 0 0 3.2rem;
    border: 1px solid #cbdde3;
    border-radius: 50%;
    color: var(--nhk-navy);
}

.nhk-faq-icon > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: transform var(--motion-duration-fast) var(--motion-ease-out),
        opacity var(--motion-duration-fast) var(--motion-ease-out);
}

.nhk-faq-icon > span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.nhk-faq-item.is-open .nhk-faq-icon > span:last-child {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.nhk-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    visibility: hidden;
    transition: grid-template-rows var(--motion-duration-standard) var(--motion-ease-out),
        opacity var(--motion-duration-fast) var(--motion-ease-out),
        visibility 0s linear var(--motion-duration-standard);
}

.nhk-faq-answer.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    transition: grid-template-rows var(--motion-duration-standard) var(--motion-ease-out),
        opacity var(--motion-duration-fast) var(--motion-ease-out),
        visibility 0s;
}

.nhk-faq-answer > div {
    min-height: 0;
    overflow: hidden;
}

.nhk-faq-item p {
    max-width: 68rem;
    padding: 0 5rem 2.6rem 0;
}

.nhk-inquiry {
    scroll-margin-top: 9rem;
    background:
        linear-gradient(135deg, rgba(143, 182, 212, 0.11), transparent 44%),
        #eef5f4;
}

.nhk-inquiry__heading {
    max-width: 70rem;
}

.nhk-form {
    padding: clamp(3.2rem, 5vw, 6rem);
    border: 1px solid #d4e2e0;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 2.4rem 6rem rgba(16, 47, 67, 0.07);
}

.nhk-form-status {
    display: grid;
    gap: 0.3rem;
    margin-bottom: 3rem;
    padding: 1.5rem 1.8rem;
    border-radius: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.5;
}

.nhk-form-status--error {
    border: 1px solid #cf8f83;
    color: #7f2e25;
    background: #fff5f2;
}

.nhk-form-status--success {
    grid-template-columns: 3.2rem minmax(0, 1fr);
    align-items: center;
    border: 1px solid #7aa285;
    color: #225b36;
    background: #f0f8f2;
}

.nhk-form-status__check {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #4d766d;
    font-weight: 700;
    animation: nhk-status-check 420ms var(--motion-ease-out) both;
}

.nhk-form-status:focus-visible {
    outline: 3px solid #f0a53a;
    outline-offset: 3px;
}

@keyframes nhk-status-check {
    from { opacity: 0; transform: translateY(0.6rem) scale(0.92); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .nhk-form-status__check {
        animation: none;
    }
}

.nhk-form-status strong {
    font-weight: 600;
}

.nhk-form-status a {
    color: currentColor;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.nhk-form-purpose {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin: 0 0 4rem;
    padding: 0;
    border: 0;
}

.nhk-form-field label > span[aria-hidden],
.nhk-form-consent + .nhk-field-error {
    color: #9a352d;
}

.nhk-form-purpose button {
    display: flex;
    min-height: 8.8rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.7rem 2rem;
    border: 1px solid #c8dade;
    border-radius: 0.7rem;
    color: var(--nhk-body);
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color var(--motion-duration-fast) var(--motion-ease-out), background var(--motion-duration-fast) var(--motion-ease-out), box-shadow var(--motion-duration-fast) var(--motion-ease-out);
}

.nhk-form-purpose button[aria-selected="true"] {
    border-color: var(--nhk-sea-green);
    background: #f2f7f5;
    box-shadow: inset 0 0 0 1px var(--nhk-sea-green);
}

.nhk-form-purpose strong {
    color: var(--nhk-navy);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.35;
}

.nhk-form-purpose small {
    margin-top: 0.4rem;
    color: #64808e;
    font-size: 1.25rem;
    line-height: 1.35;
}

.nhk-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.3rem 2.6rem;
}

.nhk-form-field {
    min-width: 0;
}

.nhk-form-field--wide {
    grid-column: 1 / -1;
}

.nhk-form-field label {
    display: block;
    margin-bottom: 0.7rem;
    color: var(--nhk-navy);
    font-size: 1.36rem;
    font-weight: 600;
    line-height: 1.4;
}

.nhk-form-field input,
.nhk-form-field select,
.nhk-form-field textarea {
    display: block;
    width: 100%;
    min-height: 5.1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #aebfc6;
    border-radius: 0.55rem;
    outline: none;
    color: #18394b;
    background: #fff;
    font-family: "Avenir Next", sans-serif;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.4;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nhk-form-field select {
    padding-right: 4.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23164361' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.6rem center;
}

.nhk-form-field textarea {
    min-height: 13rem;
    resize: vertical;
}

.nhk-form-field input::placeholder,
.nhk-form-field textarea::placeholder {
    color: #8398a3;
}

.nhk-form-field input[aria-invalid="true"],
.nhk-form-field select[aria-invalid="true"],
.nhk-form-field textarea[aria-invalid="true"] {
    border-color: #b74f44;
    background: #fffaf9;
}

.nhk-field-error {
    display: block;
    margin-top: 0.6rem;
    color: #9a352d;
    font-size: 1.22rem;
    line-height: 1.4;
}

.nhk-field-help {
    display: block;
    margin-top: 0.65rem;
    color: #687f8b;
    font-size: 1.18rem;
    line-height: 1.45;
}

.nhk-optional {
    margin-left: 0.7rem;
    color: #708894;
    font-size: 1.16rem;
    font-weight: 400;
}

.nhk-form-consent {
    margin-top: 3rem;
}

.nhk-form-consent label {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    color: var(--nhk-body);
    font-size: 1.32rem;
    line-height: 1.55;
    cursor: pointer;
}

.nhk-form-consent input {
    width: 1.8rem;
    height: 1.8rem;
    flex: 0 0 1.8rem;
    margin-top: 0.2rem;
    accent-color: var(--nhk-navy);
}

.nhk-form-consent a {
    color: var(--nhk-navy);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.nhk-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 3.8rem;
    padding-top: 3rem;
    border-top: 1px solid var(--nhk-line);
}

.nhk-form-footer p {
    max-width: 50rem;
    color: #687f8b;
    font-size: 1.22rem;
    line-height: 1.5;
}

.nhk-form-footer a {
    color: var(--nhk-navy);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.nhk-page a:focus-visible,
.nhk-page button:focus-visible,
.nhk-page summary:focus-visible,
.nhk-page input:focus-visible,
.nhk-page select:focus-visible,
.nhk-page textarea:focus-visible {
    outline: 3px solid var(--nhk-light-blue);
    outline-offset: 3px;
}

.nhk-form-purpose button:focus-visible {
    outline: 3px solid var(--nhk-light-blue);
    outline-offset: 3px;
}

.nhk-form-field input:focus-visible,
.nhk-form-field select:focus-visible,
.nhk-form-field textarea:focus-visible {
    border-color: var(--nhk-navy);
    box-shadow: 0 0 0 3px rgba(143, 182, 212, 0.34);
}

@media (max-width: 1199px) {
    .nhk-container {
        width: min(calc(100% - 4rem), 112rem);
    }

    .nhk-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(38rem, 0.86fr);
        column-gap: 4.5rem;
    }

    .nhk-hero__visual {
        min-height: 49rem;
    }

    .nhk-product-photo--premium {
        height: 38rem;
    }

    .nhk-product-photo--standard {
        height: 25rem;
    }

    .nhk-process-gallery {
        min-height: 64rem;
    }

    .nhk-formats__grid,
    .nhk-delivery__grid {
        gap: 5rem;
    }
}

@media (max-width: 899px) {
    .nhk-section {
        padding: 9.2rem 0;
    }

    .nhk-hero__grid,
    .nhk-variety__grid,
    .nhk-formats__grid,
    .nhk-delivery__grid,
    .nhk-samples__inner,
    .nhk-faq__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .nhk-hero__content {
        max-width: 72rem;
        padding-bottom: 5.2rem;
    }

    .nhk-hero__intro {
        max-width: 68rem;
    }

    .nhk-hero__visual {
        width: min(100%, 68rem);
        min-height: 55rem;
        margin: 0 auto;
    }

    .nhk-product-photo--premium {
        width: 80%;
        height: 44rem;
    }

    .nhk-product-photo--standard {
        width: 52%;
        height: 28rem;
    }

    .nhk-proof-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 6rem;
    }

    .nhk-proof-row > *:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--nhk-line);
    }

    .nhk-proof-row > *:nth-child(4) {
        border-top: 1px solid var(--nhk-line);
    }

    .nhk-variety__grid,
    .nhk-formats__grid,
    .nhk-delivery__grid {
        gap: 5.2rem;
    }

    .nhk-variety__grid .nhk-section-copy {
        max-width: 72rem;
    }

    .nhk-quality-grid {
        gap: 1.8rem;
    }

    .nhk-quality-panel {
        min-height: 47rem;
        padding: 3.4rem;
    }

    .nhk-process__intro {
        grid-template-columns: minmax(0, 1fr);
        gap: 3rem;
    }

    .nhk-process__intro > div:last-child {
        max-width: 72rem;
    }

    .nhk-process-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 48rem 34rem;
        min-height: 0;
    }

    .nhk-process-gallery__main {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .nhk-formats__content {
        max-width: 76rem;
    }

    .nhk-formats__media {
        width: min(100%, 66rem);
        min-height: 60rem;
        margin: 0 auto;
    }

    .nhk-delivery figure {
        width: min(100%, 68rem);
    }

    .nhk-delivery .nhk-section-copy {
        max-width: 74rem;
    }

    .nhk-samples__inner {
        gap: 2.8rem;
    }

    .nhk-faq__grid {
        gap: 4.5rem;
    }

    .nhk-faq__heading {
        position: static;
        max-width: 65rem;
    }
}

@media (max-width: 640px) {
    .nhk-page {
        font-size: 1.62rem;
        line-height: 1.65;
    }

    .nhk-container {
        width: calc(100% - 3.2rem);
    }

    .nhk-section {
        padding: 7.6rem 0;
    }

    .nhk-page h1 {
        font-size: clamp(3.5rem, 10vw, 4.3rem);
        line-height: 1.07;
    }

    .nhk-page h2 {
        font-size: 3.25rem;
        line-height: 1.14;
    }

    .nhk-page h3 {
        font-size: 2.8rem;
    }

    .nhk-eyebrow {
        margin-bottom: 1.4rem !important;
        font-size: 1.12rem;
    }

    .nhk-hero {
        padding-top: 5.8rem;
    }

    .nhk-hero__content {
        padding-bottom: 4.8rem;
    }

    .nhk-hero__intro {
        margin-top: 2.4rem !important;
        font-size: 1.68rem;
    }

    .nhk-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 3.2rem;
    }

    .nhk-button {
        width: 100%;
        min-height: 5.4rem;
    }

    .nhk-hero__visual {
        min-height: 41rem;
    }

    .nhk-product-photo--premium {
        width: 92%;
        height: 31rem;
    }

    .nhk-product-photo--standard {
        width: 62%;
        height: 20rem;
    }

    .nhk-product-photo figcaption {
        right: 0.8rem;
        bottom: 0.8rem;
        left: 0.8rem;
        display: grid;
        justify-content: start;
        gap: 0.1rem;
        padding: 0.7rem 0.9rem;
        font-size: 1rem;
    }

    .nhk-product-photo figcaption span {
        text-align: left;
    }

    .nhk-proof-row {
        margin-top: 4.8rem;
    }

    .nhk-proof-row > a,
    .nhk-proof-row > span {
        min-height: 8.2rem;
        padding: 1.4rem;
        font-size: 1.2rem;
    }

    .nhk-proof-row > a > span,
    .nhk-proof-row > span > span {
        font-size: 1.05rem;
    }

    .nhk-editorial-image--orchard {
        aspect-ratio: 4 / 3;
    }

    .nhk-editorial-image--orchard img {
        object-position: 52% center;
    }

    .nhk-variety__grid,
    .nhk-formats__grid,
    .nhk-delivery__grid {
        gap: 3.8rem;
    }

    .nhk-section-copy h2 {
        margin-bottom: 2.4rem;
    }

    .nhk-section-heading {
        margin-bottom: 3.8rem;
    }

    .nhk-quality-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .nhk-quality-panel {
        min-height: 0;
        padding: 3rem 2.4rem;
    }

    .nhk-quality-panel__topline {
        margin-bottom: 3.8rem;
    }

    .nhk-quality-panel .nhk-text-link {
        margin-top: 1.2rem;
    }

    .nhk-process-gallery {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto;
        gap: 1.2rem;
    }

    .nhk-process-gallery__main,
    .nhk-process-gallery__quality {
        aspect-ratio: 4 / 3;
    }

    .nhk-process-gallery__manual {
        aspect-ratio: 4 / 5;
    }

    .nhk-process-gallery__manual img {
        object-position: 50% 72%;
    }

    .nhk-process-gallery figcaption {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        font-size: 1.15rem;
    }

    .nhk-spec-list > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
        padding: 2.1rem 0;
    }

    .nhk-formats__media {
        min-height: 46rem;
    }

    .nhk-formats__big-bags {
        width: 78%;
        height: 42rem;
    }

    .nhk-formats__vacuum {
        width: 45%;
        height: 25rem;
        border-width: 0.5rem;
    }

    .nhk-delivery figure {
        aspect-ratio: 4 / 5;
    }

    .nhk-delivery figure img {
        object-position: 50% 62%;
    }

    .nhk-delivery-terms {
        gap: 0.9rem;
    }

    .nhk-delivery-terms div {
        min-height: 8rem;
        padding: 1.4rem;
    }

    .nhk-samples {
        padding-top: 0;
    }

    .nhk-samples__inner {
        width: calc(100% - 3.2rem);
        padding: 3.2rem 2.2rem;
    }

    .nhk-faq-trigger {
        min-height: 7.2rem;
        font-size: 1.58rem;
    }

    .nhk-faq-item p {
        padding-right: 2rem;
    }

    .nhk-form {
        padding: 2.6rem 1.8rem;
    }

    .nhk-form-purpose,
    .nhk-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .nhk-form-purpose {
        margin-bottom: 3.2rem;
    }

    .nhk-form-field--wide {
        grid-column: auto;
    }

    .nhk-form-grid {
        gap: 2rem;
    }

    .nhk-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .nhk-form-footer .nhk-button {
        order: -1;
    }
}

@media (max-width: 370px) {
    .nhk-page h1 {
        font-size: 3.25rem;
    }

    .nhk-page h2 {
        font-size: 2.95rem;
    }

    .nhk-hero__visual {
        min-height: 37rem;
    }

    .nhk-product-photo--premium {
        height: 28rem;
    }

    .nhk-product-photo--standard {
        height: 18rem;
    }

    .nhk-proof-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .nhk-proof-row > * + * {
        border-top: 1px solid var(--nhk-line);
        border-left: 0;
    }

    .nhk-proof-row > a,
    .nhk-proof-row > span {
        min-height: 7.2rem;
    }

    .nhk-delivery-terms {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nhk-page *,
    .nhk-page *::before,
    .nhk-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
