/*
Theme Name: 欧陆匠作·森境
Theme URI: https://portal.example.com/templates/artisan-atelier-mobile
Author: 平台设计部
Description: 面向高端家居、手工制造与设计工作室的移动优先企业门户主题
Version: 1.0.0
Requires at least: 7.0
Requires PHP: 8.1
Text Domain: artisan-atelier-mobile
*/

:root {
    --forest: #1d3b2f;
    --forest-deep: #10281f;
    --forest-soft: #e3ebe5;
    --walnut: #6b3f2a;
    --walnut-deep: #3d2419;
    --brass: #b08d57;
    --brass-light: #d7bf99;
    --ivory: #f6f3ec;
    --paper: #fbfaf6;
    --white: #fff;
    --charcoal: #333;
    --muted: #746f66;
    --line: #ded9cf;
    --line-dark: rgba(255, 255, 255, 0.18);
    --serif: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
    --sans: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
    --shadow-sm: 0 8px 26px rgba(48, 38, 30, 0.08);
    --shadow-lg: 0 24px 70px rgba(32, 24, 18, 0.15);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --page: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--ivory);
    color: var(--charcoal);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.is-locked {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

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

button,
input,
textarea {
    color: inherit;
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-family: var(--serif);
    font-weight: 600;
    line-height: 1.25;
}

h1 {
    font-size: clamp(38px, 5vw, 68px);
    letter-spacing: -0.035em;
}

h2 {
    font-size: clamp(27px, 3vw, 40px);
    letter-spacing: -0.025em;
}

h3 {
    font-size: 21px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.skip-link {
    background: var(--forest);
    color: var(--white);
    left: 12px;
    padding: 10px 16px;
    position: fixed;
    top: -100px;
    z-index: 200;
}

.skip-link:focus {
    top: 12px;
}

.page-shell {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--page);
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
}

.site-main {
    min-height: 65vh;
}

.eyebrow {
    color: var(--brass);
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.icon {
    display: block;
    flex: 0 0 auto;
}

.icon-button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    transition: background 160ms ease, color 160ms ease;
    width: 42px;
}

.icon-button:hover {
    background: var(--forest-soft);
    color: var(--forest);
}

.button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 9px;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    transition: transform 160ms ease, background 160ms ease, border 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button--primary {
    background: var(--forest);
    color: var(--white);
}

.button--primary:hover {
    background: var(--forest-deep);
}

.button--outline {
    background: transparent;
    border-color: #a49d90;
    color: var(--charcoal);
}

.button--outline:hover {
    border-color: var(--forest);
    color: var(--forest);
}

.button--light {
    background: var(--paper);
    color: var(--forest-deep);
}

.button--ghost-light {
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--white);
}

.text-link {
    align-items: center;
    color: var(--forest);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
}

.media-placeholder {
    background:
        radial-gradient(circle at 74% 28%, rgba(176, 141, 87, 0.38), transparent 28%),
        linear-gradient(145deg, var(--forest-deep), var(--walnut));
    display: block;
    height: 100%;
    min-height: 180px;
    width: 100%;
}

/* Header */
.site-header {
    backdrop-filter: blur(16px);
    background: rgba(246, 243, 236, 0.92);
    border-bottom: 1px solid rgba(110, 98, 82, 0.14);
    position: sticky;
    top: 0;
    z-index: 80;
}

.site-header__inner {
    align-items: center;
    display: flex;
    gap: 28px;
    height: 76px;
    margin: 0 auto;
    max-width: var(--page);
    padding: 0 28px;
}

.brand {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 11px;
}

.brand__mark {
    align-items: center;
    background: var(--forest);
    border: 1px solid var(--forest);
    border-radius: 50%;
    color: var(--ivory);
    display: inline-flex;
    font-family: var(--serif);
    font-size: 19px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.brand__copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand__copy strong {
    font-family: var(--serif);
    font-size: 18px;
    letter-spacing: 0.05em;
}

.brand__copy small {
    color: var(--muted);
    font-family: Georgia, serif;
    font-size: 8px;
    letter-spacing: 0.16em;
    margin-top: 5px;
}

.desktop-nav {
    margin-left: auto;
}

.desktop-nav .menu,
.mobile-drawer .menu {
    display: flex;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop-nav .menu a {
    border-radius: 4px;
    display: block;
    font-size: 14px;
    padding: 9px 14px;
}

.desktop-nav .menu a:hover,
.desktop-nav .current-menu-item > a {
    background: rgba(29, 59, 47, 0.08);
    color: var(--forest);
}

.header-actions {
    align-items: center;
    display: flex;
    gap: 6px;
}

.header-inquiry {
    background: var(--forest);
    border-radius: 4px;
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    margin-left: 4px;
    padding: 10px 16px;
}

.mobile-menu-toggle {
    display: none;
}

.mobile-drawer,
.search-sheet {
    inset: 0;
    pointer-events: none;
    position: fixed;
    visibility: hidden;
    z-index: 120;
}

.mobile-drawer.is-open,
.search-sheet.is-open {
    pointer-events: auto;
    visibility: visible;
}

.mobile-drawer__backdrop,
.search-sheet__backdrop {
    background: rgba(13, 22, 18, 0.48);
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 220ms ease;
}

.mobile-drawer.is-open .mobile-drawer__backdrop,
.search-sheet.is-open .search-sheet__backdrop {
    opacity: 1;
}

.mobile-drawer__panel {
    background: var(--paper);
    height: 100%;
    margin-left: auto;
    max-width: 360px;
    padding: 22px;
    position: relative;
    transform: translateX(100%);
    transition: transform 240ms ease;
    width: 86%;
}

.mobile-drawer.is-open .mobile-drawer__panel {
    transform: translateX(0);
}

.mobile-drawer__head,
.search-sheet__head {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}

.mobile-drawer__head > span {
    font-family: var(--serif);
    font-size: 22px;
}

.mobile-drawer .menu {
    display: block;
    margin-top: 18px;
}

.mobile-drawer .menu a {
    border-bottom: 1px solid var(--line);
    display: block;
    font-family: var(--serif);
    font-size: 22px;
    padding: 15px 2px;
}

.mobile-drawer__contact {
    bottom: 26px;
    display: flex;
    flex-direction: column;
    left: 22px;
    position: absolute;
    right: 22px;
}

.mobile-drawer__contact a {
    font-family: var(--serif);
    font-size: 24px;
    margin: 6px 0 2px;
}

.mobile-drawer__contact small {
    color: var(--muted);
}

.search-sheet__panel {
    background: var(--paper);
    left: 50%;
    max-width: 680px;
    padding: 28px;
    position: absolute;
    top: 12vh;
    transform: translate(-50%, -22px);
    transition: transform 220ms ease, opacity 220ms ease;
    width: calc(100% - 40px);
}

.search-sheet.is-open .search-sheet__panel {
    transform: translate(-50%, 0);
}

.search-sheet__head h2 {
    font-size: 27px;
    margin: 3px 0 0;
}

.search-form,
.home-search {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 5px;
    display: flex;
    gap: 10px;
    padding-left: 14px;
}

.search-form {
    margin-top: 24px;
}

.search-form input,
.home-search input {
    background: transparent;
    border: 0;
    min-width: 0;
    outline: 0;
    padding: 14px 0;
    width: 100%;
}

.search-form button,
.home-search button {
    align-self: stretch;
    background: var(--forest);
    border: 0;
    color: var(--white);
    min-width: 72px;
}

.search-sheet__tips {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    margin-top: 18px;
}

.search-sheet__tips a {
    background: var(--ivory);
    border-radius: 999px;
    color: var(--forest);
    padding: 5px 11px;
}

/* Footer */
.site-footer {
    background: var(--forest-deep);
    color: rgba(255, 255, 255, 0.8);
    margin-top: 90px;
}

.site-footer__inner {
    margin: 0 auto;
    max-width: var(--page);
    padding: 64px 28px 28px;
}

.footer-brand {
    align-items: flex-start;
    display: flex;
    gap: 16px;
}

.brand__mark--light {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.55);
}

.footer-brand strong {
    color: var(--white);
    font-family: var(--serif);
    font-size: 24px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.6);
    margin: 5px 0 0;
}

.footer-links {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1.6fr;
    margin-left: auto;
    max-width: 570px;
}

.footer-links > div {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.footer-links span {
    color: var(--brass-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.footer-links a,
.footer-links p {
    font-size: 13px;
    margin: 3px 0;
}

.footer-bottom {
    border-top: 1px solid var(--line-dark);
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    margin-top: 46px;
    padding-top: 18px;
}

.bottom-nav {
    display: none;
}

/* Home */
.home-discovery {
    padding-bottom: 12px;
    padding-top: 18px;
}

.home-search {
    display: none;
}

.category-tabs,
.filter-bar__scroll {
    align-items: center;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar,
.filter-bar__scroll::-webkit-scrollbar {
    display: none;
}

.category-tabs a,
.filter-bar__scroll a {
    border-bottom: 2px solid transparent;
    color: var(--muted);
    flex: 0 0 auto;
    font-size: 13px;
    padding: 8px 12px;
}

.category-tabs a.is-active,
.filter-bar__scroll a.is-active {
    border-color: var(--forest);
    color: var(--forest);
    font-weight: 700;
}

.hero__media {
    background:
        radial-gradient(circle at 70% 30%, rgba(176, 141, 87, 0.22), transparent 30%),
        linear-gradient(135deg, var(--walnut), var(--forest-deep));
    background-position: center;
    background-size: cover;
    border-radius: var(--radius-md);
    color: var(--white);
    height: min(58vw, 610px);
    min-height: 480px;
    overflow: hidden;
    position: relative;
}

.hero__shade {
    background: linear-gradient(90deg, rgba(12, 18, 14, 0.72) 0%, rgba(12, 18, 14, 0.28) 58%, rgba(12, 18, 14, 0.08) 100%);
    inset: 0;
    position: absolute;
}

.hero__topline {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 42px;
    position: absolute;
    right: 42px;
    top: 32px;
}

.hero__topline span {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    font-size: 12px;
    padding: 5px 12px;
}

.hero__topline small,
.hero__edition {
    font-family: Georgia, serif;
    letter-spacing: 0.15em;
}

.hero__content {
    bottom: 50px;
    left: 48px;
    max-width: 570px;
    position: absolute;
}

.hero__edition {
    color: var(--brass-light);
    display: block;
    font-size: 11px;
    margin-bottom: 12px;
}

.hero__content h1 {
    font-size: clamp(40px, 5vw, 66px);
    margin-bottom: 14px;
}

.hero__content p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 22px;
}

.hero__pager {
    bottom: 22px;
    display: flex;
    gap: 6px;
    position: absolute;
    right: 30px;
}

.hero__pager span {
    background: rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    height: 4px;
    width: 18px;
}

.hero__pager span:first-child {
    background: var(--white);
    width: 34px;
}

.trust-strip {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 18px;
}

.trust-strip > div {
    align-items: center;
    border-right: 1px solid var(--line);
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 9px 20px;
}

.trust-strip > div:last-child {
    border-right: 0;
}

.trust-strip svg {
    color: var(--forest);
}

.trust-strip span {
    display: flex;
    flex-direction: column;
}

.trust-strip strong {
    font-family: var(--serif);
    font-size: 14px;
}

.trust-strip small {
    color: var(--muted);
    font-size: 10px;
}

.home-section {
    padding-bottom: 42px;
    padding-top: 64px;
}

.home-section--tinted {
    background: #eeebe3;
    margin-top: 28px;
}

.section-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.section-heading h2 {
    margin: 4px 0 0;
}

.section-heading > a {
    align-items: center;
    color: var(--forest);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    padding-bottom: 7px;
}

.maker-row {
    display: flex;
    gap: 26px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scrollbar-width: none;
}

.maker-row::-webkit-scrollbar {
    display: none;
}

.maker-chip {
    align-items: center;
    display: flex;
    flex: 0 0 110px;
    flex-direction: column;
    text-align: center;
}

.maker-chip__photo {
    background: #e7e0d6;
    border: 2px solid var(--paper);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--line);
    height: 78px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 78px;
}

.maker-chip__photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.maker-chip__photo > span,
.maker-chip--all .maker-chip__photo {
    align-items: center;
    display: flex;
    font-family: var(--serif);
    font-size: 22px;
    justify-content: center;
}

.maker-chip strong {
    font-family: var(--serif);
    font-size: 15px;
}

.maker-chip small {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.4;
    margin-top: 2px;
}

.maker-chip--all .maker-chip__photo {
    background: var(--forest);
    color: var(--white);
}

.product-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-card {
    min-width: 0;
}

.content-card__media {
    background: #ded8ce;
    border-radius: var(--radius-sm);
    display: block;
    overflow: hidden;
    position: relative;
}

.content-card--grid .content-card__media {
    aspect-ratio: 4 / 4.7;
}

.content-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
    width: 100%;
}

.content-card:hover .content-card__media img {
    transform: scale(1.035);
}

.content-card__body {
    padding-top: 12px;
}

.content-card__body h3 {
    font-size: 18px;
    margin: 3px 0 8px;
}

.content-card__body p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
    margin: 5px 0 0;
}

.content-card__meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.content-card__meta strong {
    color: var(--walnut-deep);
    font-family: var(--serif);
    font-size: 16px;
}

.content-card__meta span {
    color: var(--forest);
}

.content-card--row {
    align-items: stretch;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 18px;
    grid-template-columns: 210px 1fr;
    padding: 16px 0;
}

.content-card--row .content-card__media {
    aspect-ratio: 16 / 10;
}

.content-card--row .content-card__body {
    align-self: center;
    padding: 0;
}

.content-card--row .content-card__body h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.play-badge {
    align-items: center;
    backdrop-filter: blur(8px);
    background: rgba(15, 31, 25, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    left: 12px;
    position: absolute;
    top: 12px;
}

.play-badge--large {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.duration-badge {
    background: rgba(17, 22, 19, 0.74);
    bottom: 8px;
    color: var(--white);
    font-size: 10px;
    padding: 3px 7px;
    position: absolute;
    right: 8px;
}

.feature-story {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    overflow: hidden;
}

.feature-story__media {
    min-height: 390px;
    overflow: hidden;
    position: relative;
}

.feature-story__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.feature-story__body {
    align-self: center;
    padding: 42px;
}

.feature-story__body h2 {
    margin: 7px 0 14px;
}

.feature-story__body p {
    color: var(--muted);
    margin-bottom: 22px;
}

.story-feed {
    display: grid;
}

.inquiry-banner {
    background:
        linear-gradient(120deg, rgba(20, 52, 39, 0.95), rgba(42, 39, 26, 0.88)),
        repeating-linear-gradient(120deg, transparent, transparent 18px, rgba(255, 255, 255, 0.03) 18px, rgba(255, 255, 255, 0.03) 19px);
    border-radius: var(--radius-md);
    color: var(--white);
    overflow: hidden;
    padding: 54px;
    position: relative;
}

.inquiry-banner::after {
    border: 1px solid rgba(176, 141, 87, 0.4);
    border-radius: 50%;
    content: "森";
    font-family: var(--serif);
    font-size: 92px;
    height: 190px;
    line-height: 190px;
    opacity: 0.22;
    position: absolute;
    right: 52px;
    text-align: center;
    top: -30px;
    transform: rotate(-12deg);
    width: 190px;
}

.inquiry-banner h2 {
    max-width: 650px;
    margin: 7px 0 10px;
    position: relative;
    z-index: 1;
}

.inquiry-banner p {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
}

.inquiry-banner > div {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    position: relative;
    z-index: 1;
}

/* List pages */
.page-intro {
    padding-bottom: 38px;
    padding-top: 74px;
}

.page-intro h1 {
    margin: 5px 0 12px;
}

.page-intro p {
    color: var(--muted);
    margin-bottom: 0;
    max-width: 600px;
}

.page-intro--split {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr 1fr;
}

.filter-bar {
    align-items: center;
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.filter-bar__scroll a {
    padding-bottom: 13px;
    padding-top: 13px;
}

.filter-bar__scroll small {
    color: #9a9489;
    font-size: 9px;
    margin-left: 3px;
}

.filter-count {
    align-items: center;
    color: var(--muted);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    gap: 6px;
    margin-left: 18px;
}

.product-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pagination {
    margin: 48px 0 20px;
    text-align: center;
}

.pagination .page-numbers {
    align-items: center;
    border: 1px solid var(--line);
    display: inline-flex;
    font-size: 12px;
    height: 38px;
    justify-content: center;
    margin: 0 2px;
    min-width: 38px;
    padding: 0 10px;
}

.pagination .current,
.pagination .page-numbers:hover {
    background: var(--forest);
    border-color: var(--forest);
    color: var(--white);
}

.empty-state {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    padding: 70px 20px;
    text-align: center;
}

.empty-state__mark {
    align-items: center;
    border: 1px solid var(--brass);
    border-radius: 50%;
    color: var(--forest);
    display: flex;
    font-family: var(--serif);
    font-size: 36px;
    height: 84px;
    justify-content: center;
    margin-bottom: 18px;
    width: 84px;
}

.empty-state h2 {
    margin-bottom: 8px;
}

.empty-state p {
    color: var(--muted);
    margin-bottom: 24px;
}

/* Masters */
.masters-hero {
    background: var(--forest-deep);
    color: var(--white);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}

.masters-hero::after {
    border: 1px solid rgba(176, 141, 87, 0.35);
    border-radius: 50%;
    content: "匠";
    font-family: var(--serif);
    font-size: 160px;
    height: 330px;
    line-height: 330px;
    opacity: 0.25;
    position: absolute;
    right: 7vw;
    text-align: center;
    top: -40px;
    width: 330px;
}

.masters-hero h1 {
    margin: 8px 0 20px;
    max-width: 720px;
}

.masters-hero p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    max-width: 570px;
}

.masters-grid {
    display: grid;
    gap: 48px 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.master-card__media {
    aspect-ratio: 4 / 5;
    background: #d8d1c7;
    border-radius: var(--radius-sm);
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

.master-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
    width: 100%;
}

.master-card:hover img {
    transform: scale(1.025);
}

.master-card__arrow {
    align-items: center;
    background: var(--paper);
    border-radius: 50%;
    bottom: 14px;
    color: var(--forest);
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 14px;
    width: 42px;
}

.master-card h2 {
    font-size: 27px;
    margin: 5px 0 8px;
}

.master-card p {
    color: var(--muted);
    font-size: 13px;
}

.craft-values {
    background: #eae6dd;
    margin-top: 38px;
    padding: 70px 0;
}

.value-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.value-grid article {
    background: var(--paper);
    min-height: 250px;
    padding: 34px;
}

.value-grid article > span {
    color: var(--brass);
    font-family: Georgia, serif;
}

.value-grid h3 {
    margin: 42px 0 8px;
}

.value-grid p {
    color: var(--muted);
    font-size: 13px;
    margin: 0;
}

/* Journal */
.journal-list {
    display: grid;
}

.journal-feature {
    background: var(--paper);
    border: 1px solid var(--line);
    display: grid;
    gap: 0;
    grid-template-columns: 1.35fr 1fr;
    margin-bottom: 26px;
}

.journal-feature__media {
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

.journal-feature__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.journal-feature > div {
    align-self: center;
    padding: 44px;
}

.journal-feature h2 {
    margin: 8px 0 16px;
}

.journal-feature p {
    color: var(--muted);
    margin-bottom: 22px;
}

/* Contact */
.contact-hero {
    background: var(--forest-deep);
    color: var(--white);
    overflow: hidden;
    padding: 84px 0;
}

.contact-hero .page-shell {
    align-items: center;
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
}

.contact-hero h1 {
    margin: 7px 0 18px;
}

.contact-hero p {
    color: rgba(255, 255, 255, 0.68);
    margin: 0;
    max-width: 590px;
}

.contact-hero__mark {
    align-items: center;
    border: 1px solid rgba(176, 141, 87, 0.6);
    border-radius: 50%;
    color: var(--brass-light);
    display: flex;
    font-family: var(--serif);
    font-size: 82px;
    height: 210px;
    justify-content: center;
    justify-self: end;
    width: 210px;
}

.contact-content {
    display: grid;
    gap: 70px;
    grid-template-columns: 0.85fr 1.15fr;
    padding-top: 72px;
}

.contact-info h2,
.inquiry-panel h2 {
    margin: 6px 0 8px;
}

.inquiry-panel > p {
    color: var(--muted);
    margin-bottom: 26px;
}

.contact-list {
    border-top: 1px solid var(--line);
    margin-top: 25px;
}

.contact-list > a,
.contact-list > div {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 12px;
    grid-template-columns: 40px 1fr auto;
    padding: 17px 0;
}

.contact-list > a > span,
.contact-list > div > span {
    align-items: center;
    background: var(--forest-soft);
    border-radius: 50%;
    color: var(--forest);
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.contact-list div > div {
    display: flex;
    flex-direction: column;
}

.contact-list small {
    color: var(--muted);
    font-size: 10px;
}

.contact-list strong {
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 500;
}

.visit-note {
    background: #ebe5db;
    border-left: 3px solid var(--brass);
    margin-top: 24px;
    padding: 17px 18px;
}

.visit-note strong {
    font-family: var(--serif);
}

.visit-note p {
    color: var(--muted);
    font-size: 12px;
    margin: 4px 0 0;
}

.inquiry-panel {
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    padding: 38px;
}

.inquiry-form {
    display: grid;
    gap: 17px;
}

.form-row {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.inquiry-form label {
    display: flex;
    flex-direction: column;
}

.inquiry-form label > span {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.inquiry-form label b {
    color: #9c3e2b;
}

.inquiry-form input,
.inquiry-form textarea {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 3px;
    outline: 0;
    padding: 12px 13px;
    resize: vertical;
    transition: border 160ms ease, box-shadow 160ms ease;
    width: 100%;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
    border-color: var(--forest);
    box-shadow: 0 0 0 3px rgba(29, 59, 47, 0.08);
}

.inquiry-form input.is-invalid,
.inquiry-form textarea.is-invalid {
    border-color: #a84838;
}

.field-error {
    color: #a84838;
    font-size: 10px;
    min-height: 0;
}

.form-honeypot {
    left: -9999px !important;
    position: absolute !important;
}

.form-consent {
    align-items: flex-start;
    display: flex !important;
    flex-direction: row !important;
    gap: 8px;
}

.form-consent input {
    accent-color: var(--forest);
    margin-top: 4px;
    width: auto;
}

.form-consent span {
    color: var(--muted);
    font-size: 11px !important;
    font-weight: 400 !important;
}

.form-submit {
    border: 0;
    margin-top: 2px;
    width: 100%;
}

.form-submit:disabled {
    cursor: wait;
    opacity: 0.62;
}

.form-status {
    display: none;
    font-size: 12px;
    padding: 10px 12px;
}

.form-status.is-visible {
    display: block;
}

.form-status.is-success {
    background: #e2eee6;
    color: var(--forest);
}

.form-status.is-error {
    background: #f3e5df;
    color: #873829;
}

/* About */
.about-hero {
    background:
        radial-gradient(circle at 70% 30%, rgba(176, 141, 87, 0.2), transparent 30%),
        var(--walnut-deep);
    background-position: center;
    background-size: cover;
    color: var(--white);
    min-height: 660px;
    position: relative;
}

.about-hero__shade {
    background: linear-gradient(90deg, rgba(13, 22, 17, 0.78), rgba(13, 22, 17, 0.13));
    inset: 0;
    position: absolute;
}

.about-hero__content {
    bottom: 78px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.about-hero h1 {
    margin: 9px 0 20px;
}

.about-hero p {
    color: rgba(255, 255, 255, 0.76);
    max-width: 620px;
}

.about-intro {
    align-items: start;
    display: grid;
    gap: 80px;
    grid-template-columns: 0.45fr 1fr;
    padding-bottom: 80px;
    padding-top: 90px;
}

.about-intro__number {
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

.about-intro__number strong {
    color: var(--forest);
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: 1;
}

.about-intro__number span {
    color: var(--muted);
    margin-top: 8px;
}

.about-intro h2 {
    margin: 9px 0 18px;
}

.about-intro p {
    color: var(--muted);
    max-width: 700px;
}

.timeline-section {
    background: #ebe7de;
    padding: 76px 0;
}

.timeline {
    border-top: 1px solid #cfc7bb;
}

.timeline article {
    border-bottom: 1px solid #cfc7bb;
    display: grid;
    gap: 60px;
    grid-template-columns: 150px 1fr;
    padding: 25px 0;
}

.timeline article > span {
    color: var(--forest);
    font-family: Georgia, serif;
    font-size: 28px;
}

.timeline h3 {
    margin: 0 0 5px;
}

.timeline p {
    color: var(--muted);
    margin: 0;
}

/* Product detail */
.product-detail__layout {
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    padding-bottom: 70px;
    padding-top: 36px;
}

.product-gallery__main {
    aspect-ratio: 1 / 1.03;
    background: #ded8ce;
    overflow: hidden;
    position: relative;
}

.product-gallery__main figure {
    height: 100%;
    inset: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 220ms ease;
}

.product-gallery__main figure.is-active {
    opacity: 1;
    pointer-events: auto;
}

.product-gallery__main img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-gallery__count {
    background: rgba(20, 24, 21, 0.72);
    bottom: 12px;
    color: var(--white);
    font-size: 11px;
    padding: 5px 10px;
    position: absolute;
    right: 12px;
    z-index: 2;
}

.product-gallery__thumbs {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 10px;
}

.product-gallery__thumbs button {
    aspect-ratio: 1;
    background: transparent;
    border: 1px solid transparent;
    overflow: hidden;
    padding: 2px;
}

.product-gallery__thumbs button.is-active {
    border-color: var(--forest);
}

.product-gallery__thumbs img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-summary {
    align-self: start;
    position: sticky;
    top: 104px;
}

.product-summary__top {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.product-summary h1 {
    font-size: clamp(36px, 4vw, 52px);
    margin: 5px 0 0;
}

.favorite-button {
    border: 1px solid var(--line);
}

.favorite-button.is-active,
.favorite-action.is-active {
    color: #8e3b2d;
}

.favorite-button.is-active svg,
.favorite-action.is-active svg {
    fill: currentColor;
}

.product-price {
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    margin: 24px 0 20px;
    padding: 18px 0;
}

.product-price strong {
    color: var(--walnut-deep);
    font-family: var(--serif);
    font-size: 28px;
}

.product-price small {
    color: var(--muted);
    font-size: 10px;
    margin-top: 3px;
}

.highlight-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.highlight-row span {
    align-items: center;
    background: var(--forest-soft);
    color: var(--forest);
    display: inline-flex;
    font-size: 11px;
    gap: 5px;
    padding: 6px 9px;
}

.product-intro {
    color: var(--muted);
    margin: 23px 0;
}

.product-intro p:last-child {
    margin-bottom: 0;
}

.desktop-actions {
    display: grid;
    gap: 9px;
    grid-template-columns: 0.8fr 1.2fr;
}

.assurance-list {
    border-top: 1px solid var(--line);
    margin-top: 25px;
    padding-top: 12px;
}

.assurance-list > div {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    padding: 8px 0;
}

.assurance-list > div > span {
    color: var(--forest);
    margin-top: 2px;
}

.assurance-list div > div {
    display: flex;
    flex-direction: column;
}

.assurance-list strong {
    font-family: var(--serif);
    font-size: 13px;
}

.assurance-list small {
    color: var(--muted);
    font-size: 10px;
}

.product-specs {
    background: #e9e5dc;
    padding: 66px 0;
}

.spec-grid {
    border-left: 1px solid #ccc4b8;
    border-top: 1px solid #ccc4b8;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.spec-grid > div {
    border-bottom: 1px solid #ccc4b8;
    border-right: 1px solid #ccc4b8;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.spec-grid span {
    color: var(--muted);
    font-size: 10px;
}

.spec-grid strong {
    font-family: var(--serif);
    font-size: 15px;
    margin-top: 4px;
}

.product-grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-action-bar {
    display: none;
}

/* Master detail */
.master-detail__hero {
    background-position: center;
    background-size: cover;
    color: var(--white);
    min-height: 690px;
    position: relative;
}

.master-detail__shade {
    background: linear-gradient(90deg, rgba(14, 23, 18, 0.7), rgba(14, 23, 18, 0.05));
    inset: 0;
    position: absolute;
}

.master-detail__hero-content {
    bottom: 70px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.master-detail__hero h1 {
    font-size: clamp(58px, 7vw, 90px);
    margin: 5px 0 4px;
}

.master-detail__hero p {
    color: rgba(255, 255, 255, 0.8);
}

.master-detail__tags {
    display: flex;
    gap: 8px;
    margin-top: 22px;
}

.master-detail__tags span {
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 11px;
    padding: 5px 10px;
}

.master-stats {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}

.master-stats .page-shell {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.master-stats .page-shell > div {
    align-items: center;
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    padding: 26px;
}

.master-stats .page-shell > div:first-child {
    border-left: 1px solid var(--line);
}

.master-stats strong {
    color: var(--forest);
    font-family: Georgia, serif;
    font-size: 34px;
}

.master-stats sup {
    font-size: 15px;
}

.master-stats span {
    color: var(--muted);
    font-size: 10px;
}

.master-story {
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 90px;
    padding-top: 90px;
}

.master-story h2 {
    margin-top: 8px;
}

/* Story detail */
.story-detail__header {
    max-width: 930px;
    padding-bottom: 42px;
    padding-top: 74px;
    text-align: center;
}

.story-detail__header h1 {
    margin: 9px 0 18px;
}

.story-detail__meta {
    color: var(--muted);
    display: flex;
    font-size: 11px;
    gap: 20px;
    justify-content: center;
}

.story-detail__meta span + span {
    position: relative;
}

.story-detail__meta span + span::before {
    content: "·";
    left: -12px;
    position: absolute;
}

.story-detail__hero {
    margin: 0 auto;
    position: relative;
}

.story-detail__hero img {
    max-height: 700px;
    object-fit: cover;
    width: 100%;
}

.story-detail__body {
    margin: 0 auto;
    max-width: 780px;
    padding: 58px 28px;
}

.prose-content {
    color: #4d4943;
    font-family: var(--serif);
    font-size: 17px;
    line-height: 2;
}

.prose-content h2,
.prose-content h3 {
    color: var(--charcoal);
    margin-top: 1.6em;
}

.prose-content img {
    height: auto;
}

.result-card {
    background: #e8e5dc;
    border-left: 3px solid var(--brass);
    margin-top: 38px;
    padding: 28px;
}

.result-card h2 {
    font-size: 25px;
    margin: 5px 0 10px;
}

.result-card p {
    color: var(--muted);
    margin: 0;
}

.story-next {
    align-items: center;
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: grid;
    gap: 15px 30px;
    grid-template-columns: 1fr auto;
    padding: 30px 0;
}

.story-next > span {
    color: var(--muted);
    font-size: 11px;
    grid-column: 1;
}

.story-next h2 {
    font-size: 27px;
    grid-column: 1;
    margin: 0;
}

.story-next .button {
    grid-column: 2;
    grid-row: 1 / 3;
}

/* Plain page */
.prose-page {
    margin: 0 auto;
    max-width: 860px;
}

.prose-page__cover {
    margin-bottom: 42px;
}

.prose-page__cover img {
    width: 100%;
}

/* Responsive */
@media (max-width: 960px) {
    .desktop-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: inline-flex;
    }

    .site-header__inner {
        gap: 12px;
    }

    .header-actions {
        margin-left: auto;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-grid--related {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .masters-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-content {
        gap: 35px;
    }

    .product-detail__layout {
        gap: 34px;
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        padding-bottom: calc(66px + env(safe-area-inset-bottom));
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 27px;
    }

    .page-shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-header__inner {
        height: 62px;
        padding: 0 14px;
    }

    .brand {
        gap: 8px;
    }

    .brand__mark {
        font-size: 16px;
        height: 34px;
        width: 34px;
    }

    .brand__copy strong {
        font-size: 17px;
    }

    .brand__copy small {
        font-size: 7px;
        margin-top: 3px;
    }

    .header-inquiry {
        display: none;
    }

    .header-actions {
        gap: 0;
    }

    .icon-button {
        height: 38px;
        width: 38px;
    }

    .search-sheet__panel {
        padding: 20px;
        top: 7vh;
        width: calc(100% - 24px);
    }

    .search-form button {
        min-width: 58px;
    }

    .site-footer {
        margin-top: 55px;
    }

    .site-footer__inner {
        padding: 38px 20px 25px;
    }

    .footer-links {
        gap: 28px;
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        margin-top: 30px;
    }

    .bottom-nav {
        background: rgba(251, 250, 246, 0.97);
        border-top: 1px solid var(--line);
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        left: 0;
        padding: 7px 5px calc(6px + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 90;
    }

    .bottom-nav a {
        align-items: center;
        color: #79756e;
        display: flex;
        flex-direction: column;
        font-size: 9px;
        gap: 2px;
    }

    .bottom-nav a.is-active {
        color: var(--forest);
        font-weight: 700;
    }

    .bottom-nav svg {
        height: 20px;
        width: 20px;
    }

    .home-discovery {
        padding-bottom: 7px;
        padding-top: 12px;
    }

    .home-search {
        display: flex;
        margin-bottom: 7px;
        padding-left: 11px;
    }

    .home-search input {
        font-size: 12px;
        padding: 10px 0;
    }

    .home-search button {
        align-items: center;
        display: flex;
        justify-content: center;
        min-width: 44px;
    }

    .category-tabs {
        gap: 2px;
    }

    .category-tabs a {
        font-size: 12px;
        padding: 7px 11px;
    }

    .hero__media {
        border-radius: 8px;
        height: 330px;
        min-height: 0;
    }

    .hero__shade {
        background: linear-gradient(90deg, rgba(13, 20, 16, 0.75), rgba(13, 20, 16, 0.14));
    }

    .hero__topline {
        left: 17px;
        right: 17px;
        top: 15px;
    }

    .hero__topline span {
        font-size: 9px;
        padding: 3px 8px;
    }

    .hero__topline small {
        font-size: 8px;
    }

    .hero__content {
        bottom: 23px;
        left: 19px;
        max-width: 75%;
    }

    .hero__edition {
        font-size: 8px;
        margin-bottom: 8px;
    }

    .hero__content h1 {
        font-size: 29px;
        line-height: 1.22;
        margin-bottom: 8px;
    }

    .hero__content p {
        font-size: 10px;
        margin-bottom: 14px;
    }

    .hero__content .button {
        font-size: 11px;
        min-height: 38px;
        padding: 8px 13px;
    }

    .hero__pager {
        bottom: 12px;
        right: 12px;
    }

    .hero__pager span {
        height: 3px;
        width: 11px;
    }

    .hero__pager span:first-child {
        width: 20px;
    }

    .trust-strip {
        padding-top: 11px;
    }

    .trust-strip > div {
        gap: 5px;
        padding: 5px 3px;
    }

    .trust-strip svg {
        height: 16px;
        width: 16px;
    }

    .trust-strip strong {
        font-size: 10px;
    }

    .trust-strip small {
        display: none;
    }

    .home-section {
        padding-bottom: 26px;
        padding-top: 38px;
    }

    .home-section--tinted {
        margin-top: 12px;
    }

    .section-heading {
        margin-bottom: 16px;
    }

    .section-heading h2 {
        font-size: 24px;
    }

    .section-heading > a {
        font-size: 10px;
    }

    .maker-row {
        gap: 16px;
    }

    .maker-chip {
        flex-basis: 74px;
    }

    .maker-chip__photo {
        height: 57px;
        margin-bottom: 7px;
        width: 57px;
    }

    .maker-chip strong {
        font-size: 12px;
    }

    .maker-chip small {
        font-size: 8px;
    }

    .product-grid,
    .product-grid--catalog,
    .product-grid--related {
        gap: 20px 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-card--grid .content-card__media {
        aspect-ratio: 1 / 1.15;
    }

    .content-card__body {
        padding-top: 8px;
    }

    .content-card__body .eyebrow {
        font-size: 8px;
    }

    .content-card__body h3 {
        font-size: 14px;
        margin: 2px 0 4px;
    }

    .content-card__meta strong {
        font-size: 13px;
    }

    .content-card--row {
        gap: 12px;
        grid-template-columns: 126px 1fr;
        padding: 12px 0;
    }

    .content-card--row .content-card__body h3 {
        font-size: 14px;
        margin: 2px 0 3px;
    }

    .content-card--row .content-card__body p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-size: 10px;
        line-height: 1.5;
        overflow: hidden;
    }

    .play-badge {
        left: 7px;
        top: 7px;
    }

    .play-badge svg {
        height: 27px;
        width: 27px;
    }

    .feature-story {
        display: block;
    }

    .feature-story__media {
        aspect-ratio: 16 / 10;
        min-height: 0;
    }

    .feature-story__body {
        padding: 18px;
    }

    .feature-story__body h2 {
        font-size: 24px;
    }

    .feature-story__body p {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .inquiry-banner {
        padding: 27px 22px;
    }

    .inquiry-banner::after {
        font-size: 56px;
        height: 120px;
        line-height: 120px;
        right: -15px;
        top: -20px;
        width: 120px;
    }

    .inquiry-banner h2 {
        font-size: 24px;
        max-width: 85%;
    }

    .inquiry-banner p {
        font-size: 11px;
        max-width: 80%;
    }

    .inquiry-banner > div {
        flex-wrap: wrap;
    }

    .inquiry-banner .button {
        font-size: 11px;
        min-height: 40px;
        padding: 8px 13px;
    }

    .page-intro {
        padding-bottom: 24px;
        padding-top: 36px;
    }

    .page-intro h1 {
        margin-bottom: 7px;
    }

    .page-intro p {
        font-size: 12px;
    }

    .page-intro--split {
        display: block;
    }

    .page-intro--split > p {
        margin-top: 10px;
    }

    .filter-bar {
        align-items: stretch;
        display: block;
        margin-bottom: 20px;
    }

    .filter-bar__scroll a {
        font-size: 11px;
        padding: 10px;
    }

    .filter-count {
        border-top: 1px solid var(--line);
        margin: 0;
        padding: 8px 2px;
    }

    .pagination {
        margin-top: 32px;
    }

    .masters-hero {
        padding: 52px 0;
    }

    .masters-hero::after {
        font-size: 80px;
        height: 180px;
        line-height: 180px;
        right: -42px;
        width: 180px;
    }

    .masters-hero h1 {
        font-size: 36px;
        max-width: 85%;
    }

    .masters-hero p {
        font-size: 12px;
        max-width: 78%;
    }

    .masters-grid {
        gap: 34px 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .master-card__media {
        margin-bottom: 11px;
    }

    .master-card__arrow {
        bottom: 8px;
        height: 34px;
        right: 8px;
        width: 34px;
    }

    .master-card h2 {
        font-size: 21px;
    }

    .master-card p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        font-size: 11px;
        overflow: hidden;
    }

    .craft-values {
        padding: 45px 0;
    }

    .value-grid {
        grid-template-columns: 1fr;
    }

    .value-grid article {
        min-height: auto;
        padding: 23px;
    }

    .value-grid h3 {
        margin: 20px 0 6px;
    }

    .journal-feature {
        display: block;
    }

    .journal-feature__media {
        min-height: 230px;
    }

    .journal-feature > div {
        padding: 20px;
    }

    .journal-feature h2 {
        font-size: 25px;
    }

    .contact-hero {
        padding: 54px 0;
    }

    .contact-hero .page-shell {
        display: block;
    }

    .contact-hero h1 {
        font-size: 35px;
    }

    .contact-hero p {
        font-size: 12px;
        max-width: 80%;
    }

    .contact-hero__mark {
        display: none;
    }

    .contact-content {
        display: block;
        padding-top: 38px;
    }

    .inquiry-panel {
        margin-top: 42px;
        padding: 22px 17px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .about-hero {
        min-height: 540px;
    }

    .about-hero__content {
        bottom: 42px;
    }

    .about-hero h1 {
        font-size: 39px;
    }

    .about-hero p {
        font-size: 12px;
        max-width: 86%;
    }

    .about-intro {
        display: block;
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .about-intro__number {
        border-bottom: 1px solid var(--line);
        border-right: 0;
        min-height: 0;
        padding-bottom: 24px;
    }

    .about-intro__number strong {
        font-size: 54px;
    }

    .about-intro > div:last-child {
        padding-top: 28px;
    }

    .about-intro h2 {
        font-size: 27px;
    }

    .timeline-section {
        padding: 45px 0;
    }

    .timeline article {
        gap: 20px;
        grid-template-columns: 76px 1fr;
        padding: 19px 0;
    }

    .timeline article > span {
        font-size: 20px;
    }

    .timeline h3 {
        font-size: 17px;
    }

    .timeline p {
        font-size: 11px;
    }

    .product-detail__layout {
        display: block;
        padding: 0 0 24px;
    }

    .product-gallery__main {
        aspect-ratio: 1 / 1.02;
    }

    .product-gallery__thumbs {
        display: none;
    }

    .product-summary {
        padding: 23px 16px 0;
        position: static;
    }

    .product-summary h1 {
        font-size: 30px;
    }

    .product-price {
        margin: 17px 0;
        padding: 14px 0;
    }

    .product-price strong {
        font-size: 23px;
    }

    .product-intro {
        font-size: 12px;
        margin: 17px 0;
    }

    .desktop-actions {
        display: none;
    }

    .product-specs {
        padding: 42px 0;
    }

    .spec-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .spec-grid > div {
        padding: 15px;
    }

    .product-action-bar {
        align-items: stretch;
        background: rgba(251, 250, 246, 0.98);
        border-top: 1px solid var(--line);
        bottom: calc(65px + env(safe-area-inset-bottom));
        display: grid;
        gap: 7px;
        grid-template-columns: 50px 0.9fr 1.1fr;
        left: 0;
        padding: 8px 10px;
        position: fixed;
        right: 0;
        z-index: 85;
    }

    .product-action-bar .button {
        font-size: 12px;
        min-height: 43px;
        padding: 8px 10px;
    }

    .favorite-action {
        align-items: center;
        background: transparent;
        border: 0;
        display: flex;
        flex-direction: column;
        font-size: 9px;
        justify-content: center;
    }

    .master-detail__hero {
        background-position: 44% center;
        min-height: 530px;
    }

    .master-detail__shade {
        background: linear-gradient(0deg, rgba(14, 23, 18, 0.78), rgba(14, 23, 18, 0.02) 65%);
    }

    .master-detail__hero-content {
        bottom: 35px;
    }

    .master-detail__hero h1 {
        font-size: 58px;
    }

    .master-detail__tags {
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .master-stats .page-shell {
        padding: 0;
    }

    .master-stats .page-shell > div {
        padding: 17px 5px;
    }

    .master-stats strong {
        font-size: 25px;
    }

    .master-story {
        display: block;
        padding-bottom: 55px;
        padding-top: 50px;
    }

    .master-story .prose-content {
        margin-top: 25px;
    }

    .story-detail__header {
        padding-bottom: 26px;
        padding-top: 43px;
    }

    .story-detail__header h1 {
        font-size: 34px;
    }

    .story-detail__hero {
        padding: 0;
    }

    .story-detail__hero img {
        min-height: 280px;
        object-fit: cover;
    }

    .story-detail__body {
        padding: 35px 18px;
    }

    .prose-content {
        font-size: 15px;
    }

    .story-next {
        display: block;
    }

    .story-next h2 {
        font-size: 23px;
        margin: 7px 0 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
