:root {
  --ink: #28312b;
  --muted: #687169;
  --paper: #f7f6f1;
  --white: #fff;
  --leaf: #536b58;
  --leaf-dark: #34493a;
  --line: #dcded7;
  --accent: #b88b68;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { height: 76px; padding: 0 max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(247,246,241,.95); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(10px); }
.brand { display: flex; gap: 8px; align-items: baseline; font-family: Georgia, serif; font-size: 22px; letter-spacing: .08em; }
.brand-mark { font-size: 30px; color: var(--leaf); }
.desktop-navigation { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.desktop-navigation a { padding-block: 7px; border-bottom: 1px solid transparent; }
.desktop-navigation a:hover { color: var(--leaf); border-color: currentColor; }
.mobile-navigation { display: none; }
.hero { min-height: 590px; display: grid; grid-template-columns: minmax(340px, .95fr) 1.05fr; background: #e8ece5; }
.hero__copy { align-self: center; padding: 56px max(40px, calc((100vw - 1180px) / 2)); padding-right: 5vw; }
.hero h1 { margin: 10px 0 24px; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(38px, 4.2vw, 60px); font-weight: 400; line-height: 1.42; }
.hero h1 span { display: block; white-space: nowrap; }
.hero__copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.hero__image { height: 590px; padding: 22px; object-fit: contain; object-position: center; background: #e4e6e1; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.eyebrow { margin: 0 0 8px; color: var(--leaf); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.button { display: inline-flex; justify-content: center; align-items: center; margin-top: 24px; padding: 13px 28px; color: var(--white); background: var(--leaf-dark); border: 1px solid var(--leaf-dark); border-radius: 2px; font-weight: 600; transition: color .2s ease, background .2s ease, transform .2s ease; }
.button:hover { color: var(--leaf-dark); background: transparent; transform: translateY(-2px); }
.button--outline { color: var(--leaf-dark); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--leaf-dark); }
.button--wide { width: 100%; }
.section { padding-block: 92px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.section-heading h2, .page-heading h1 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(34px, 4vw, 52px); font-weight: 400; }
.section-heading__actions { display: flex; align-items: center; gap: 24px; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 38px; height: 38px; padding: 0; color: var(--leaf-dark); background: transparent; border: 1px solid var(--line); cursor: pointer; font: inherit; transition: color .2s ease, background .2s ease, opacity .2s ease; }
.carousel-controls button:hover:not(:disabled) { color: var(--white); background: var(--leaf-dark); }
.carousel-controls button:disabled { cursor: default; opacity: .3; }
.text-link { color: var(--leaf-dark); font-size: 14px; font-weight: 700; border-bottom: 1px solid currentColor; transition: color .2s ease; }
.text-link:hover { color: var(--accent); }
.text-link--arrow::after { content: "→"; margin-left: 12px; transition: margin-left .2s ease; }
.text-link--arrow:hover::after { margin-left: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 24px; }
.product-carousel { overflow: hidden; }
.product-carousel__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 72px) / 4); gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.product-carousel .product-card { scroll-snap-align: start; }
.product-card { min-width: 0; padding-bottom: 20px; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.product-card__image { display: block; aspect-ratio: 1 / 1.08; overflow: hidden; background: #ecebe5; }
.product-card__image img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card__image:hover img { transform: scale(1.025); }
.product-card__body { padding-top: 18px; display: flex; flex: 1; flex-direction: column; }
.product-card h2 { margin: 5px 0 12px; font-size: 15px; line-height: 1.6; }
.product-card .price { margin-top: auto; }
.product-card .text-link { align-self: flex-start; }
.price { margin-bottom: 12px; display: flex; align-items: baseline; gap: 5px; font-family: inherit; font-variant-numeric: tabular-nums; }
.price > span { font-size: 18px; font-weight: 700; }
.price small, .detail-price small, .variants strong small { color: var(--muted); font-family: sans-serif; font-size: 10px; font-weight: 400; }
.rental-guide { margin-bottom: 104px; padding: clamp(38px, 6vw, 72px); display: grid; grid-template-columns: minmax(330px, .95fr) minmax(0, 1.05fr); gap: clamp(35px, 6vw, 75px); align-items: end; color: #eef3ef; background: var(--leaf-dark); }
.rental-guide .eyebrow { color: #b8c9bb; }
.rental-guide h2 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(30px, 3.2vw, 44px); font-weight: 400; line-height: 1.55; }
.rental-guide h2 span, .rental-guide__body > p span { display: block; }
.rental-guide h2 span { white-space: nowrap; }
.rental-guide__body > p { max-width: 570px; margin: 0 0 25px; color: #d3ddd5; font-size: 14px; }
.rental-guide .text-link { color: var(--white); }
.rental-guide .text-link:hover { color: #d7b89e; }
.page-heading { padding-top: 74px; padding-bottom: 38px; }
.page-heading > p:last-child { color: var(--muted); }
.page-heading__copy > p:last-child { color: var(--muted); }
.page-heading--with-guide { padding-top: 46px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); gap: clamp(36px, 7vw, 96px); align-items: center; }
.category-visual-guide { margin: 0; justify-self: end; width: min(100%, 390px); }
.category-visual-guide img { aspect-ratio: 1; object-fit: contain; border: 1px solid var(--line); background: var(--white); }
.catalog { padding-bottom: 100px; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; padding: 18px 0; border-block: 1px solid var(--line); }
.filters a { padding: 7px 14px; border-radius: 99px; font-size: 13px; }
.filters a:hover, .filters .is-active { color: var(--white); background: var(--leaf); }
.result-count { margin: 26px 0; color: var(--muted); font-size: 13px; }
.scene-switcher { padding-block: 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.scene-switcher a { min-height: 48px; padding: 9px 18px; display: flex; align-items: center; justify-content: center; text-align: center; border-inline-start: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.scene-switcher a:last-child { border-inline-end: 1px solid var(--line); }
.scene-switcher a:hover, .scene-switcher .is-active { color: var(--white); background: var(--leaf-dark); }
.scene-hero { min-height: 500px; display: grid; grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr); background: #e8ece5; }
.scene-hero__copy { align-self: center; padding: 54px max(40px, calc((100vw - 1180px) / 2)); padding-right: clamp(38px, 5vw, 76px); }
.scene-hero h1 { margin: 8px 0 18px; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(34px, 3.5vw, 49px); font-weight: 400; line-height: 1.38; }
.scene-hero__lead { margin: 0 0 15px; color: var(--ink) !important; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.65; }
.scene-hero__lead span { display: block; }
.scene-hero__copy > p:not(.eyebrow, .scene-hero__lead) { max-width: 540px; color: var(--muted); font-size: 14px; }
.scene-hero__image { min-height: 500px; margin: 0; overflow: hidden; background: #d9dfd8; }
.scene-hero__image img { height: 100%; object-fit: cover; }
.scene-uses.section, .scene-gallery-section.section, .scene-products.section { padding-block: 66px; }
.scene-uses .section-heading, .scene-gallery-section .section-heading, .scene-products .section-heading { margin-bottom: 26px; }
.scene-uses .section-heading h2, .scene-gallery-section .section-heading h2, .scene-products .section-heading h2 { font-size: clamp(29px, 3.1vw, 41px); }
.scene-uses__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.scene-uses article { min-height: 168px; padding: 25px 26px; background: var(--white); border: 1px solid var(--line); }
.scene-uses h3 { margin: 0 0 10px; font-family: Georgia, "Yu Mincho", serif; font-size: 19px; font-weight: 400; }
.scene-uses article > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.scene-gallery-section { background: #ebece7; }
.scene-gallery-section__note { max-width: 420px; margin: 0 0 5px; color: var(--muted); font-size: 12px; }
.scene-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; gap: 14px; }
.scene-gallery figure { min-width: 0; margin: 0; padding-bottom: 13px; background: var(--white); }
.scene-gallery figure.scene-gallery__wide { grid-column: span 2; }
.scene-gallery img { aspect-ratio: 4 / 3; object-fit: cover; }
.scene-gallery__wide img { aspect-ratio: 2 / 1; }
.scene-gallery figcaption { padding: 12px 15px 0; color: var(--muted); font-size: 11px; }
.scene-video { margin-top: 54px; padding: clamp(28px, 4vw, 48px); display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: clamp(28px, 5vw, 70px); align-items: center; color: var(--white); background: var(--leaf-dark); }
.scene-video .eyebrow { color: #b8c9bb; }
.scene-video h3 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(25px, 3vw, 36px); font-weight: 400; }
.scene-video p:last-child { color: #d3ddd5; font-size: 13px; }
.scene-motion { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #142119; }
.scene-motion img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035); animation: scene-motion-fade 20s infinite; }
.scene-motion img:nth-child(2) { animation-delay: 4s; }
.scene-motion img:nth-child(3) { animation-delay: 8s; }
.scene-motion img:nth-child(4) { animation-delay: 12s; }
.scene-motion img:nth-child(5) { animation-delay: 16s; }
.scene-motion figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; padding: 8px 12px; color: var(--white); background: rgb(20 33 25 / 76%); font-size: 11px; letter-spacing: .08em; }
@keyframes scene-motion-fade {
  0% { opacity: 0; transform: scale(1.035); }
  5%, 20% { opacity: 1; }
  25%, 100% { opacity: 0; transform: scale(1.095); }
}
@media (prefers-reduced-motion: reduce) {
  .scene-motion img { display: none; animation: none; }
  .scene-motion img:first-child { display: block; opacity: 1; transform: none; }
}
.scene-products__pending { padding: clamp(34px, 5vw, 60px); text-align: center; background: var(--white); border: 1px solid var(--line); }
.scene-products__pending p { max-width: 680px; margin: 8px auto; color: var(--muted); }
.scene-products__pending strong { color: var(--ink); font-family: Georgia, "Yu Mincho", serif; font-size: 22px; font-weight: 400; }
.scene-cta { padding-block: 76px; text-align: center; color: var(--ink); background: #e5ddd0; border-top: 1px solid #d1c4b3; }
.scene-cta .eyebrow { color: #78634e; }
.scene-cta h2 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(30px, 4vw, 47px); font-weight: 400; line-height: 1.5; }
.scene-cta p:not(.eyebrow) { color: #665d52; font-size: 13px; }
.scene-cta .button { color: var(--white); background: var(--leaf-dark); border-color: var(--leaf-dark); }
.scene-cta .button:hover { color: var(--leaf-dark); background: transparent; }
.breadcrumb { display: flex; gap: 10px; padding: 26px 0; color: var(--muted); font-size: 12px; }
.detail { padding-bottom: 100px; }
.detail__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 60px; align-items: start; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery figure { margin: 0; aspect-ratio: 1; overflow: hidden; background: #ecebe5; }
.gallery figure.gallery__main { grid-column: 1 / -1; aspect-ratio: 1.15; }
.gallery img { height: 100%; object-fit: cover; }
.detail__summary { position: sticky; top: 105px; }
.detail__summary h1 { margin: 8px 0 20px; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(24px, 2.25vw, 32px); font-weight: 400; line-height: 1.55; overflow-wrap: anywhere; }
.lead { color: var(--muted); }
.detail-price { margin: 26px 0 5px; display: flex; align-items: baseline; gap: 6px; font-family: inherit; font-variant-numeric: tabular-nums; }
.detail-price > span { font-size: 27px; font-weight: 700; }
.product-code, .external-note { color: var(--muted); font-size: 12px; }
.variants { margin-top: 28px; }
.variants h2, .description h2 { font-size: 15px; }
.variants a { display: flex; justify-content: space-between; gap: 14px; margin-top: 8px; padding: 12px 14px; background: var(--white); border: 1px solid var(--line); }
.variants a:hover { border-color: var(--leaf); }
.variants strong { display: flex; align-items: baseline; gap: 4px; white-space: nowrap; }
.description { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.description > h2 { margin-bottom: 16px; }
.description-list { margin: 0; }
.description-list > div { padding: 13px 0; display: grid; grid-template-columns: minmax(90px, .35fr) minmax(0, 1fr); gap: 18px; border-top: 1px solid var(--line); }
.description-list > div:last-child { border-bottom: 1px solid var(--line); }
.description-list dt { color: var(--ink); font-size: 12px; font-weight: 700; }
.description-list dd { min-width: 0; margin: 0; color: var(--muted); font-size: 13px; }
.description-list dd p { margin: 0; overflow-wrap: anywhere; }
.description-list dd p + p { margin-top: 5px; }
.contact-heading { padding-bottom: 25px; }
.contact-page { padding: 20px 0 105px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.contact-card { min-width: 0; padding: clamp(30px, 4vw, 48px); background: var(--white); border: 1px solid var(--line); }
.contact-card--primary { background: #e8ece5; }
.contact-card--rental { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr); gap: 22px 65px; align-items: start; }
.contact-card--rental .eyebrow, .contact-card--rental h2 { grid-column: 1; }
.contact-card--rental > p:not(.eyebrow), .contact-card--rental .button { grid-column: 2; }
.contact-card h2 { margin: 0 0 18px; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(25px, 3vw, 37px); font-weight: 400; line-height: 1.45; }
.contact-card > p:not(.eyebrow, .contact-person) { color: var(--muted); font-size: 14px; }
.contact-person { margin: 8px 0 0; font-size: 16px; font-weight: 700; }
.contact-phone { display: block; margin-top: 4px; color: var(--leaf-dark); font-family: Georgia, serif; font-size: clamp(28px, 3.3vw, 42px); line-height: 1.4; }
.contact-phone:hover { color: var(--accent); }
.contact-page--form { display: block; }
.contact-notice { margin-bottom: 42px; padding: clamp(28px, 4vw, 48px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 35px 70px; align-items: center; background: #e8ece5; border-left: 4px solid var(--leaf); }
.contact-notice h2, .contact-product-guide h2 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(23px, 2.6vw, 34px); font-weight: 400; line-height: 1.5; }
.contact-notice p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.contact-notice__warning { margin: 0; padding: 20px 22px; background: rgba(255,255,255,.58); border: 1px solid rgba(83,107,88,.2); }
.contact-notice__warning strong { color: #7c452d; }
.lacomtz-contact-form-section { padding: clamp(32px, 5vw, 58px); background: var(--white); border: 1px solid var(--line); }
.section-heading--contact { gap: 35px; }
.section-heading--contact > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 12px; }
.required-mark { color: #a85335; font-size: 10px; font-weight: 700; }
.form-alert, .field-error { color: #963d28; }
.form-alert { padding: 14px 18px; background: #fff1eb; border: 1px solid #dfb5a7; font-size: 13px; }
.lacomtz-contact-form { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 28px; }
.contact-form__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > label, .form-field legend { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field select, .form-field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid #bfc7bf; border-radius: 0; font: inherit; font-size: 14px; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid var(--leaf); outline-offset: 2px; }
.form-options { min-height: 52px; padding: 13px 15px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; background: #fafaf7; border: 1px solid #c9cec8; font-size: 13px; }
.form-options--cards label { min-width: 145px; }
.field-error { margin: 6px 0 0; font-size: 11px; }
.form-hint { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.form-consent { padding: 18px 20px; background: #eef1ec; }
.form-consent > label { margin: 0; font-weight: 500; }
.lacomtz-contact-form button { margin-top: 0; cursor: pointer; }
.lacomtz-conditional { padding: 25px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 28px; background: #f1f3ee; border-left: 3px solid var(--leaf); }
[hidden] { display: none !important; }
.rental-fields { padding: 25px; background: #f1f3ee; border-left: 3px solid var(--leaf); }
.contact-product-guide { margin-top: 42px; padding: 30px 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .7fr) auto; gap: 25px 40px; align-items: center; border-block: 1px solid var(--line); }
.contact-product-guide p { color: var(--muted); font-size: 13px; }
.lacomtz-contact-confirm { padding-bottom: 105px; }
.contact-confirm-list { margin: 0; border-top: 1px solid var(--line); }
.contact-confirm-list div { padding: 20px 5px; display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 25px; border-bottom: 1px solid var(--line); }
.contact-confirm-list dt { font-size: 12px; font-weight: 700; }
.contact-confirm-list dd { margin: 0; overflow-wrap: anywhere; color: var(--muted); font-size: 13px; }
.contact-confirm-list__message { white-space: pre-wrap; }
.contact-confirm-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 15px; }
.contact-confirm-actions .button { margin-top: 0; cursor: pointer; }
.lacomtz-form-result { min-height: 580px; padding-block: 130px; text-align: center; }
.lacomtz-form-result h1 { margin: 0; font-family: Georgia, "Yu Mincho", serif; font-size: clamp(31px, 4vw, 48px); font-weight: 400; }
.lacomtz-form-result > p:not(.eyebrow) { max-width: 670px; margin: 25px auto 0; color: var(--muted); }
.site-footer { padding: 58px max(20px, calc((100vw - 1180px) / 2)) 24px; color: #dce3dd; background: var(--leaf-dark); font-size: 12px; }
.site-footer__main { padding-bottom: 42px; display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; gap: 45px; border-bottom: 1px solid rgba(255,255,255,.18); }
.site-footer p { margin: 0; }
.site-footer__brand { margin-bottom: 8px !important; color: var(--white); font-family: Georgia, serif; font-size: 25px; letter-spacing: .08em; }
.site-footer__identity > p:last-child, .site-footer__company { color: #bdc9c0; }
.site-footer__navigation { display: grid; align-content: start; gap: 8px; }
.site-footer__navigation a:hover, .site-footer__company a:hover { color: var(--white); }
.site-footer__company { line-height: 1.9; }
.site-footer__copyright { padding-top: 22px; text-align: center; color: #aebbb1; }

@media (max-width: 800px) {
  .site-header { height: 66px; }
  .desktop-navigation { display: none; }
  .mobile-navigation { position: relative; display: block; }
  .mobile-navigation summary { padding: 8px 0; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .14em; list-style: none; }
  .mobile-navigation summary::-webkit-details-marker { display: none; }
  .mobile-navigation nav { position: absolute; top: 43px; right: 0; width: min(270px, calc(100vw - 28px)); padding: 14px 22px; display: grid; color: var(--white); background: var(--leaf-dark); box-shadow: 0 18px 50px rgba(24,39,28,.22); }
  .mobile-navigation nav a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero__copy { padding: 64px 24px; }
  .hero__image { height: min(90vw, 500px); padding: 16px; order: -1; }
  .page-heading--with-guide { grid-template-columns: minmax(0, 1fr) minmax(240px, 42vw); gap: 28px; }
  .scene-hero { min-height: 0; grid-template-columns: 1fr; }
  .scene-hero__copy { padding: 58px 24px 65px; }
  .scene-hero__image { min-height: 0; aspect-ratio: 4 / 3; order: -1; }
  .scene-uses__grid { grid-template-columns: 1fr; }
  .scene-uses article { min-height: 0; }
  .scene-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .scene-video { grid-template-columns: 1fr; }
  .section { padding-block: 64px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 14px; }
  .product-carousel__track { grid-auto-columns: calc((100% - 14px) / 2); gap: 14px; }
  .detail__grid { grid-template-columns: 1fr; gap: 36px; }
  .detail__summary { position: static; }
  .rental-guide { margin-bottom: 72px; grid-template-columns: 1fr; align-items: start; }
  .rental-guide__body > p span { display: inline; }
  .contact-page { grid-template-columns: 1fr; }
  .contact-notice, .contact-product-guide { grid-template-columns: 1fr; }
  .lacomtz-contact-form { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .lacomtz-conditional { grid-template-columns: 1fr; }
  .contact-card--rental { grid-column: auto; grid-template-columns: 1fr; gap: 0; }
  .contact-card--rental .eyebrow, .contact-card--rental h2, .contact-card--rental > p:not(.eyebrow), .contact-card--rental .button { grid-column: auto; }
  .site-footer__main { grid-template-columns: 1fr 1fr; }
  .site-footer__identity { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .shell { width: min(100% - 28px, 1180px); }
  .brand { font-size: 18px; }
  .brand-mark { font-size: 25px; }
  .site-header nav { font-size: 12px; }
  .hero h1 { font-size: clamp(29px, 9.5vw, 37px); }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; margin-top: 0; }
  .hero__actions .button:first-child { margin-top: 20px; }
  .page-heading--with-guide { padding-top: 34px; grid-template-columns: 1fr; gap: 24px; }
  .scene-switcher { width: 100%; padding: 0; grid-template-columns: 1fr; }
  .scene-switcher a { justify-content: flex-start; border-inline: 0; border-bottom: 1px solid var(--line); }
  .scene-switcher a:last-child { border-inline-end: 0; }
  .scene-hero h1 { font-size: clamp(31px, 10vw, 43px); }
  .scene-gallery { grid-template-columns: 1fr; }
  .scene-gallery figure.scene-gallery__wide { grid-column: auto; }
  .scene-gallery img, .scene-gallery__wide img { aspect-ratio: 4 / 3; }
  .category-visual-guide { justify-self: stretch; width: 100%; }
  .product-card h2 { font-size: 13px; }
  .price > span { font-size: 16px; }
  .gallery { gap: 6px; }
  .product-carousel__track { grid-auto-columns: 78%; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-heading__actions { width: 100%; justify-content: space-between; }
  .description-list > div { grid-template-columns: 1fr; gap: 5px; }
  .rental-guide { padding: 34px 24px; }
  .contact-notice, .lacomtz-contact-form-section { padding: 28px 22px; }
  .section-heading--contact { align-items: flex-start; flex-direction: column; gap: 14px; }
  .form-options { align-items: flex-start; flex-direction: column; }
  .lacomtz-conditional, .rental-fields { padding: 20px 17px; }
  .contact-confirm-list div { grid-template-columns: 1fr; gap: 5px; }
  .contact-confirm-actions .button { width: 100%; }
  .site-footer__main { grid-template-columns: 1fr; gap: 30px; }
  .site-footer__identity { grid-column: auto; }
}
