:root {
	--ink: #302519;
	--wood: #59412b;
	--wood-deep: #2d2117;
	--leaf: #657158;
	--moss: #858b6a;
	--sand: #d6bd96;
	--paper: #e9e2d6;
	--paper-light: #f6f1e7;
	--white: #fffdf8;
	--line: rgba(76, 57, 35, 0.22);
	--serif: "Noto Serif SC", "Songti SC", serif;
	--sans: "Noto Sans SC", "Microsoft YaHei", sans-serif;
	--content: 1220px;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
body, button, input, textarea { letter-spacing: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--leaf); outline-offset: 4px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; white-space: nowrap; }
.skip-link { background: var(--wood); color: var(--white); left: 12px; padding: 8px 14px; position: absolute; top: -50px; z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header { background: linear-gradient(180deg, rgba(46, 34, 21, 0.32), transparent); color: var(--white); left: 0; position: absolute; right: 0; top: 0; z-index: 10; }
.site-header.is-scrolled { background: rgba(68, 50, 31, 0.62); backdrop-filter: blur(12px); position: fixed; }
.site-header__inner { align-items: center; display: flex; justify-content: center; margin: 0 auto; max-width: var(--content); min-height: 104px; padding: 27px 32px; position: relative; }
.site-branding { position: relative; z-index: 2; }
.wordmark { align-items: baseline; display: inline-flex; flex-direction: column; font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1; }
.wordmark small { font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: 0.16em; margin-top: 7px; opacity: 0.84; }
.custom-logo-link { display: block; }
.custom-logo { max-height: 54px; width: auto; }
.primary-nav { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); inset: 0; pointer-events: none; position: absolute; }
.primary-nav__group { align-items: center; display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; pointer-events: auto; }
.primary-nav__group--left { justify-content: flex-end; padding-right: 154px; }
.primary-nav__group--right { justify-content: flex-start; padding-left: 154px; }
.primary-nav a { font-size: 13px; font-weight: 600; position: relative; }
.primary-nav a::after { background: currentColor; bottom: -9px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform 240ms var(--ease); width: 100%; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { background: transparent; border: 0; color: inherit; cursor: pointer; display: none; height: 40px; padding: 8px 0 8px 16px; position: absolute; right: 22px; width: 44px; z-index: 3; }
.menu-toggle span:not(.screen-reader-text) { background: currentColor; display: block; height: 1px; margin: 5px 0; transition: transform 180ms var(--ease); width: 25px; }

.hero-panorama { background: var(--wood-deep); color: var(--white); min-height: 100svh; overflow: hidden; position: relative; }
.hero-panorama__slides, .hero-panorama__slide { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero-panorama__slide { margin: 0; opacity: 0; pointer-events: none; transition: opacity 700ms var(--ease); }
.hero-panorama__slide.is-active { opacity: 1; pointer-events: auto; }
.hero-panorama__slide img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero-panorama__controls { inset: 0; pointer-events: none; position: absolute; z-index: 2; }
.carousel-button, .carousel-dot { background: transparent; border: 0; color: var(--white); cursor: pointer; padding: 10px; }
.carousel-button { align-items: center; background: rgba(76, 56, 34, 0.42); display: flex; height: 56px; justify-content: center; pointer-events: auto; position: absolute; top: 50%; transform: translateY(-50%); transition: background 180ms var(--ease); width: 48px; }
.carousel-button:hover { background: rgba(76, 56, 34, 0.76); }
.carousel-button--previous { left: 0; }
.carousel-button--next { right: 0; }
.carousel-button span { border-bottom: 1px solid currentColor; border-left: 1px solid currentColor; display: block; height: 9px; transform: rotate(45deg); width: 9px; }
.carousel-button--next span { transform: rotate(225deg); }
.carousel-dots { align-items: center; bottom: 26px; display: flex; gap: 7px; left: 50%; pointer-events: auto; position: absolute; transform: translateX(-50%); }
.carousel-dot { border: 1px solid rgba(255, 255, 255, 0.75); border-radius: 50%; height: 9px; padding: 0; transition: background 180ms var(--ease), transform 180ms var(--ease); width: 9px; }
.carousel-dot.is-active { background: var(--white); transform: scale(1.22); }
.section-kicker, .product-card__type { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; margin: 0 0 14px; text-transform: uppercase; }
.text-link { align-items: center; display: inline-flex; font-size: 13px; font-weight: 700; gap: 12px; }
.text-link span, .button span { font-size: 19px; line-height: 1; transition: transform 180ms var(--ease); }
.text-link:hover span, .button:hover span { transform: translate(3px, -3px); }
.text-link::after { background: currentColor; content: ""; height: 1px; margin-left: -100%; transform: translateY(11px) scaleX(0); transform-origin: right; transition: transform 180ms var(--ease); width: 100%; }
.text-link:hover::after { transform: translateY(11px) scaleX(1); transform-origin: left; }
.text-link--light { color: var(--white); }
.hero-panorama__meta { bottom: 32px; display: flex; font-size: 11px; justify-content: space-between; left: max(32px, calc((100vw - var(--content)) / 2 + 32px)); letter-spacing: 0.12em; position: absolute; right: max(32px, calc((100vw - var(--content)) / 2 + 32px)); text-transform: uppercase; z-index: 1; }

.section-shell { margin: 0 auto; max-width: var(--content); padding-left: 32px; padding-right: 32px; }
.intro-band, .product-section, .portfolio-section { background-color: rgba(246, 241, 231, 0.75); background-position: center; background-size: cover; border-bottom: 1px solid rgba(89, 65, 43, 0.16); border-top: 1px solid rgba(255, 253, 248, 0.7); isolation: isolate; position: relative; }
.intro-band { background-image: linear-gradient(90deg, rgba(246, 241, 231, 0.88), rgba(246, 241, 231, 0.72)), url("../images/hero-3.png"); display: grid; gap: 12%; grid-template-columns: 1.1fr 0.9fr; margin-top: 46px; padding-bottom: 150px; padding-top: 150px; }
.section-heading h2, .archive-header h1, .entry h1 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 600; line-height: 1.2; margin: 0; }
.section-kicker { color: var(--leaf); }
.intro-band__copy { align-self: end; background: rgba(255, 252, 244, 0.42); max-width: 440px; padding: 26px; }
.intro-band__copy p { margin: 0 0 28px; }
.section-heading--row { align-items: end; display: flex; justify-content: space-between; }
.product-section { background-image: linear-gradient(90deg, rgba(233, 226, 214, 0.88), rgba(233, 226, 214, 0.66)), url("../images/hero-4.png"); margin-top: 70px; padding-bottom: 150px; padding-top: 104px; }
.portfolio-section { background-image: linear-gradient(90deg, rgba(241, 237, 226, 0.9), rgba(241, 237, 226, 0.68)), url("../images/hero-2.png"); margin-top: 70px; padding-bottom: 150px; padding-top: 104px; }
.product-grid { display: grid; gap: 25px; grid-template-columns: repeat(4, 1fr); margin-top: 54px; }
.product-card__image { align-items: center; background: rgba(234, 221, 198, 0.78); display: flex; justify-content: center; min-height: 290px; overflow: hidden; }
.product-card__image img { height: 100%; object-fit: cover; transition: transform 800ms var(--ease); width: 100%; }
.product-card:hover .product-card__image img { transform: scale(1.045); }
.product-card__image span, .portfolio-card__image span { color: rgba(27, 27, 27, 0.6); font-size: 12px; padding: 22px; }
.product-card__body { padding-top: 18px; }
.product-card__type { color: var(--leaf); font-size: 10px; margin-bottom: 7px; }
.product-card h2, .product-card h3 { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; line-height: 1.35; margin: 0 0 15px; }
.portfolio-grid { display: grid; gap: 25px; grid-template-columns: 1.15fr 0.85fr 1fr; margin-top: 54px; }
.portfolio-card:nth-child(2) { margin-top: 78px; }
.portfolio-card__image { align-items: center; background: rgba(213, 197, 168, 0.72); display: flex; min-height: 380px; overflow: hidden; }
.portfolio-card__image img { height: 100%; object-fit: cover; transition: transform 800ms var(--ease); width: 100%; }
.portfolio-card:hover .portfolio-card__image img { transform: scale(1.04); }
.portfolio-card__caption { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 15px 0; }
.portfolio-card__caption h2, .portfolio-card__caption h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; margin: 0; }
.portfolio-card__caption span { color: var(--leaf); font-size: 19px; }
.enquiry-band { background-color: var(--wood-deep); background-image: linear-gradient(90deg, rgba(43, 31, 20, 0.88), rgba(43, 31, 20, 0.58)), url("../images/hero-1.png"); background-position: center; background-size: cover; color: var(--white); padding: 110px 0; }
.enquiry-band .section-kicker { color: #d9c59f; }
.enquiry-band__inner { align-items: end; display: flex; justify-content: space-between; }
.button { align-items: center; background: var(--wood); border: 1px solid var(--wood); color: var(--white); cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 700; gap: 15px; justify-content: center; padding: 15px 22px; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.button:hover { background: transparent; color: var(--wood); }
.button--light { background: rgba(255, 253, 248, 0.88); border-color: rgba(255, 253, 248, 0.88); color: var(--wood-deep); }
.button--light:hover { background: transparent; color: var(--white); }
.site-footer { background-color: var(--wood-deep); background-image: linear-gradient(90deg, rgba(36, 27, 18, 0.9), rgba(36, 27, 18, 0.72)), url("../images/hero-2.png"); background-position: center; background-size: cover; color: var(--white); display: grid; gap: 40px; grid-template-columns: 1.3fr 1fr 0.8fr; padding: 64px max(32px, calc((100vw - var(--content)) / 2 + 32px)) 28px; }
.wordmark--footer { font-size: 21px; }
.site-footer__brand p, .site-footer__contact p { color: rgba(255, 255, 255, 0.68); font-size: 13px; margin: 16px 0 0; }
.site-footer__contact { display: flex; flex-direction: column; font-size: 13px; gap: 8px; }
.site-footer__contact p { margin: 0; }
.footer-nav ul { display: flex; flex-direction: column; gap: 7px; list-style: none; margin: 0; padding: 0; }
.footer-nav a { color: rgba(255, 255, 255, 0.76); font-size: 13px; }
.site-footer__legal { border-top: 1px solid rgba(255, 255, 255, 0.22); color: rgba(255, 255, 255, 0.5); font-size: 11px; grid-column: 1 / -1; margin: 18px 0 0; padding-top: 18px; }

.archive-shell, .content-shell, .contact-page { padding-bottom: 150px; padding-top: 190px; }
.archive-header { max-width: 720px; padding-bottom: 75px; }
.archive-header p:not(.section-kicker) { max-width: 530px; }
.portfolio-grid--archive, .product-grid--archive { margin-top: 0; }
.portfolio-entry__header { margin-bottom: 65px; max-width: 700px; }
.portfolio-entry__excerpt { font-family: var(--serif); font-size: 1.3rem; margin-top: 26px; }
.portfolio-entry__image { margin-bottom: 62px; }
.entry__copy { max-width: 690px; }
.entry__copy p { margin: 0 0 22px; }
.entry h1 { margin-bottom: 34px; }
.entry__image { margin-bottom: 55px; }
.product-detail { padding-bottom: 150px; padding-top: 150px; }
.product-detail__layout { display: grid; gap: 9%; grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); }
.product-detail__gallery .woocommerce-product-gallery { width: 100% !important; }
.product-detail__gallery img { width: 100%; }
.product-detail__summary { padding-top: 46px; }
.product-detail__summary h1 { font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 5rem); line-height: 1.2; margin: 0 0 26px; }
.product-detail__lead { font-family: var(--serif); font-size: 1.25rem; margin-bottom: 32px; }
.product-detail__summary .price, .product-detail__summary .cart { display: none !important; }
.contact-layout { display: grid; gap: 12%; grid-template-columns: 0.7fr 1.3fr; }
.contact-layout__details h2 { font-family: var(--serif); font-size: 2rem; margin: 0 0 24px; }
.contact-layout__details p { margin: 0 0 6px; }
.enquiry-form { display: grid; gap: 24px; }
.enquiry-form label { display: grid; font-size: 12px; font-weight: 700; gap: 7px; }
.enquiry-form input, .enquiry-form textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); font: inherit; padding: 10px 0; resize: vertical; width: 100%; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-bottom-color: var(--leaf); outline: 0; }
.form-notice { margin: -30px 0 50px; padding: 14px 18px; }
.form-notice--success { background: #e5eee8; color: #1d5138; }
.form-notice--error { background: #f6e3e3; color: #8f2428; }
.empty-state { background: rgba(255, 252, 244, 0.38); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin-top: 54px; padding: 25px 0; }

@media (max-width: 900px) {
	.primary-nav__group { gap: 18px; }
	.primary-nav__group--left { padding-right: 130px; }
	.primary-nav__group--right { padding-left: 130px; }
	.product-grid { grid-template-columns: repeat(2, 1fr); }
	.site-footer { grid-template-columns: 1fr 1fr; }
	.site-footer__legal { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
	.site-header__inner { padding: 20px 22px; }
	.wordmark { font-size: 20px; }
	.menu-toggle { display: block; }
	.primary-nav { background: rgba(67, 49, 30, 0.94); backdrop-filter: blur(12px); display: none; grid-template-columns: 1fr; inset: auto 0 auto; padding: 22px; pointer-events: auto; top: 74px; }
	.primary-nav.is-open { display: grid; }
	.primary-nav__group { align-items: flex-start; flex-direction: column; gap: 18px; padding: 0; }
	.primary-nav__group--right { margin-top: 18px; }
	.primary-nav a { font-size: 14px; }
	.hero-panorama { min-height: 72svh; }
	.carousel-button { height: 48px; width: 38px; }
	.carousel-dots { bottom: 14px; }
	.section-shell { padding-left: 22px; padding-right: 22px; }
	.intro-band { display: block; padding-bottom: 90px; padding-top: 90px; }
	.intro-band__copy { margin-top: 42px; }
	.product-section, .portfolio-section { padding-bottom: 90px; }
	.section-heading--row { align-items: flex-start; flex-direction: column; gap: 18px; }
	.product-grid { gap: 18px; grid-template-columns: 1fr 1fr; margin-top: 38px; }
	.product-card__image { min-height: 190px; }
	.portfolio-grid { display: block; margin-top: 38px; }
	.portfolio-card, .portfolio-card:nth-child(2) { display: block; margin: 0 0 38px; }
	.portfolio-card__image { min-height: 310px; }
	.enquiry-band { padding: 80px 0; }
	.enquiry-band__inner { align-items: flex-start; flex-direction: column; gap: 30px; }
	.site-footer { display: block; padding: 50px 22px 22px; }
	.site-footer__contact, .footer-nav { margin-top: 38px; }
	.site-footer__legal { margin-top: 40px; }
	.archive-shell, .content-shell, .contact-page { padding-bottom: 90px; padding-top: 130px; }
	.product-detail { padding-bottom: 90px; padding-top: 100px; }
	.product-detail__layout, .contact-layout { display: block; }
	.product-detail__summary { padding-top: 42px; }
	.contact-layout__details { margin-bottom: 55px; }
}

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