:root {
  --green: #00562f;
  --green-dark: #003f25;
  --green-light: #e9f1ec;
  --ink: #161a17;
  --muted: #5c655f;
  --line: #d9ded9;
  --warm: #f7f5ef;
  --white: #fff;
  --display: "Oswald", "Arial Narrow", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --page: min(1180px, calc(100vw - 48px));
  --shadow: 0 18px 44px rgba(12, 50, 31, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--body); line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 18px; font-family: var(--display); font-weight: 600; letter-spacing: -.025em; line-height: 1.04; }
h2 { color: var(--green); font-size: clamp(2.4rem, 4vw, 3.65rem); }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 30; padding: 10px 14px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-220%); background: var(--white); }
.skip-link:focus-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.skip-link:focus:not(:focus-visible) { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-220%); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.section { width: var(--page); margin: 0 auto; padding: 88px 0; }
.eyebrow { margin-bottom: 12px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-heading { max-width: 720px; margin-bottom: 36px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.03rem; }

.site-header { width: var(--page); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 220px; height: auto; }
.header-actions, .hero-actions { display: flex; align-items: center; gap: 20px; }
.phone-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 650; text-decoration: none; white-space: nowrap; }
.phone-link svg, .button svg { width: 20px; height: 20px; fill: var(--green); }
.button { display: inline-flex; min-height: 50px; padding: 0 24px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 4px; font: 700 .92rem/1 var(--body); text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-outline, .button-secondary { color: var(--green); border-color: var(--green); background: var(--white); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, .pattern-choice:focus-visible, .corner-handle:focus-visible { outline: 3px solid #86b99f; outline-offset: 3px; }

.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr); border-top: 1px solid #edf0ed; }
.hero-copy { padding: 62px max(42px, calc((100vw - 1180px) / 2)) 42px; padding-right: 42px; align-self: center; }
.hero h1 { max-width: 590px; font-size: clamp(3.25rem, 4.4vw, 4.65rem); }
.hero h1 span { display: block; color: var(--green); }
.hero-copy > p:not(.eyebrow) { max-width: 530px; margin-bottom: 27px; color: #363d38; font-size: 1.08rem; }
.hero-image { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: var(--green-light); }
.hero-image img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.hero-image figcaption, .difference figcaption, .yard-stage figcaption { position: absolute; z-index: 5; right: 16px; bottom: 15px; padding: 7px 12px; border-radius: 3px; color: var(--white); background: rgba(0, 63, 37, .93); font-size: .78rem; font-weight: 700; }
.yard-stage figcaption { top: 15px; bottom: auto; }

.trust-strip { width: 100%; margin: 30px 0 0; padding-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; border-top: 1px solid var(--line); }
.trust-item { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 2px 12px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item > svg { width: 31px; height: 29px; flex: 0 0 auto; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trust-item .flag-icon { border: 1px solid #ccd1cc; stroke: none; }
.trust-item span { display: grid; line-height: 1.25; }
.trust-item strong { color: var(--green-dark); font-size: .72rem; }
.trust-item small { margin-top: 3px; color: var(--muted); font-size: .59rem; }

.difference { padding-bottom: 78px; }
.difference-grid { max-width: 820px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.difference figure { position: relative; aspect-ratio: 3 / 4; height: auto; margin: 0; overflow: hidden; border-radius: 7px; background: var(--green-light); box-shadow: var(--shadow); }
.difference figure img { width: 100%; height: 100%; object-fit: cover; }
.difference figure:first-child figcaption { right: auto; left: 16px; background: rgba(22, 26, 23, .9); }

.process-section { padding: 74px max(24px, calc((100vw - 1180px) / 2)) 86px; background: var(--warm); }
.process-cards { max-width: 1180px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; }
.process-cards > li { padding: 0 18px; border-right: 1px solid #dedad0; }
.process-cards > li:first-child { padding-left: 0; }
.process-cards > li:last-child { padding-right: 0; border-right: 0; }
.step-title { min-height: 94px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; }
.step-title > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font: 600 1.25rem var(--display); }
.step-title h3 { margin: 0 0 4px; color: var(--green-dark); font-size: 1.02rem; }
.step-title p { margin: 0; color: var(--muted); font-size: .84rem; }
.pattern-diagram, .dimension-diagram, .process-photo { width: 100%; height: 216px; border: 0; border-radius: 0; background: transparent; }
.pattern-diagram { width: 92%; }
.pattern-diagram g, .dimension-diagram .layout-lines { fill: none; stroke: #526058; stroke-width: 1.15; vector-effect: non-scaling-stroke; }
.dimension-diagram .measure-lines { fill: none; stroke: #7d8580; stroke-width: .8; vector-effect: non-scaling-stroke; }
.dimension-diagram text { fill: #59615c; stroke: none; font: 11px var(--body); }
.process-photo { position: relative; overflow: hidden; border-radius: 7px; }
.process-photo img { position: absolute; top: 50%; left: 50%; width: 116%; max-width: none; height: auto; transform: translate(-50%, -50%) rotate(43deg); }

.visualizer { padding: 78px 0 64px; background: #f4f0e8; }
.visualizer-inner { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: center; }
.visualizer-copy h2 { font-size: clamp(3.25rem, 4.8vw, 4.7rem); }
.visualizer-copy > p:not(.eyebrow):not(.upload-privacy) { max-width: 410px; color: #343a36; }
.upload-box { max-width: 330px; min-height: 132px; margin: 24px 0 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1.5px dashed #7f9486; border-radius: 6px; color: var(--green); background: rgba(255, 255, 255, .65); text-align: center; }
.upload-box.is-dragging { border-color: var(--green); background: var(--white); }
.upload-box svg { width: 38px; height: 38px; margin-bottom: 6px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.upload-box strong { font-size: .94rem; }
.upload-box span { color: var(--muted); font-size: .72rem; }
.upload-button { width: 100%; max-width: 330px; }
.upload-privacy { max-width: 330px; margin: 11px 0 0; color: var(--muted); font-size: .72rem; }
.yard-stage { position: relative; min-height: 390px; overflow: hidden; border: 4px solid var(--white); border-radius: 9px; background: var(--white); box-shadow: var(--shadow); }
.yard-stage.has-yard-photo { min-height: 0; }
.yard-stage img, .yard-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.yard-stage img { object-fit: cover; filter: saturate(.92) brightness(.96); }
.yard-result { z-index: 1; clip-path: inset(0 100% 0 0); filter: none !important; }
.yard-result[hidden] { display: none; }
.yard-overlay { z-index: 2; pointer-events: none; }
.corner-handle { position: absolute; z-index: 4; width: 46px; height: 46px; padding: 0; transform: translate(-50%, -50%); border: 3px solid var(--white); border-radius: 50%; background: var(--green); box-shadow: 0 5px 18px rgba(0, 0, 0, .28); cursor: grab; touch-action: none; }
.corner-handle::after { content: ""; position: absolute; inset: 13px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; }
.corner-handle:active { cursor: grabbing; }
.yard-stage.is-rendering .corner-handle { cursor: wait; opacity: .58; }
.yard-stage.is-rendering::after { content: "Creating your PaverTurf preview…"; position: absolute; z-index: 6; left: 50%; bottom: 18px; width: max-content; max-width: calc(100% - 32px); padding: 10px 15px; transform: translateX(-50%); border-radius: 999px; color: var(--white); background: rgba(0, 63, 37, .94); box-shadow: 0 6px 18px rgba(0,0,0,.2); font-size: .75rem; font-weight: 800; text-align: center; }
.yard-stage.result-ready .corner-handle, .yard-stage.result-ready .yard-overlay { opacity: 0; pointer-events: none; }
.visualizer-controls { margin-top: 12px; display: flex; justify-content: flex-end; gap: 12px; align-items: center; }
.visualizer-controls label { display: grid; gap: 5px; color: var(--green-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.visualizer-controls input[type="range"] { width: 100%; accent-color: var(--green); }
.reset-preview { min-height: 42px; padding: 11px 16px; font-size: .72rem; }
.create-preview { min-height: 42px; padding: 11px 18px; font-size: .75rem; }
.create-preview:disabled { cursor: not-allowed; opacity: .52; }
.visualizer-status { min-height: 22px; margin: 12px 2px 8px; color: var(--green-dark); font-size: .78rem; font-weight: 700; }
.pattern-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.pattern-choice { position: relative; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 7px; background: var(--white); cursor: pointer; box-shadow: 0 6px 18px rgba(12, 50, 31, .09); }
.pattern-choice.is-selected { border-color: var(--green); }
.pattern-choice.is-selected::after { content: "✓"; position: absolute; top: 7px; right: 7px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-weight: 800; }
.pattern-choice img { width: 100%; height: 84px; object-fit: cover; }
.pattern-choice span { display: block; padding: 7px; color: var(--green-dark); font: 600 .78rem var(--body); }
.staff-render-panel { margin-top: 14px; padding: 15px; border: 1px solid rgba(0, 92, 56, .26); border-radius: 7px; background: rgba(255,255,255,.72); }
.staff-render-banner { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 11px; color: var(--green-dark); }
.staff-render-banner strong { font-size: .82rem; }
.staff-render-banner span { color: var(--muted); font-size: .68rem; }
.staff-render-actions { display: grid; grid-template-columns: 1.18fr .82fr; gap: 11px; align-items: end; }
.staff-render-actions .button { min-height: 42px; padding: 10px 12px; font-size: .7rem; text-align: center; }
.staff-render-actions .staff-render-button { min-height: 49px; font-size: .79rem; letter-spacing: .02em; }
.render-progress { min-height: 52px; padding: 11px 13px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(0, 86, 47, .28); border-radius: 6px; color: var(--green-dark); background: var(--green-light); font-size: .76rem; font-weight: 800; text-align: left; }
.render-progress-spinner { flex: 0 0 auto; width: 20px; height: 20px; border: 3px solid rgba(0, 86, 47, .22); border-top-color: var(--green); border-radius: 50%; animation: render-spin .8s linear infinite; }
@keyframes render-spin { to { transform: rotate(360deg); } }
.staff-before-after { display: grid; grid-column: 1 / -1; gap: 5px; color: var(--green-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.staff-before-after input { width: 100%; accent-color: var(--green); }
.render-scope-note { margin: 2px 0 0; color: var(--green-dark); font-size: .72rem; font-weight: 700; line-height: 1.45; }
.closer-outline-button { justify-self: start; min-height: 38px !important; }
.staff-render-note { margin: 10px 0 0; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.customer-preview-panel .staff-render-actions { grid-template-columns: 1fr; }
.customer-preview-guidance { margin: 0 0 12px; color: var(--green-dark); font-size: .78rem; line-height: 1.45; }
.customer-preview-guidance strong { color: var(--green); }
.concept-disclaimer { margin: 12px 0 0; color: var(--muted); font-size: .74rem; text-align: center; }

@media (max-width: 980px) {
  .pattern-row { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .render-progress-spinner { animation: none; }
}

.benefits { padding: 66px 0 70px; color: var(--white); background: var(--green-dark); }
.benefits-inner { width: var(--page); margin: 0 auto; }
.benefits .section-heading { max-width: none; margin-bottom: 24px; }
.benefits .section-heading h2 { font-size: clamp(2.35rem, 3.2vw, 3rem); white-space: nowrap; }
.section-heading.inverse h2, .section-heading.inverse .eyebrow { color: var(--white); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.3fr; gap: 14px; }
.benefit-grid article { min-height: 230px; padding: 28px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 6px; background: rgba(255, 255, 255, .085); text-align: center; }
.benefit-grid svg { width: 48px; height: 48px; margin-bottom: 14px; fill: none; stroke: var(--white); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.benefit-grid h3 { margin-bottom: 8px; font-size: 1.05rem; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.78); font-size: .8rem; }
.benefit-grid > img { width: 100%; height: 230px; border-radius: 6px; object-fit: cover; }

.testimonial { padding-top: 38px; padding-bottom: 38px; display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 40px; }
.testimonial > img { width: 100%; height: 260px; border-radius: 6px; object-fit: cover; }
blockquote { margin: 0; }
.quote-mark { display: block; height: 30px; color: var(--green); font: 700 3.8rem/.8 Georgia, serif; }
blockquote p { margin-bottom: 18px; color: var(--ink); font: 600 clamp(1.55rem, 2vw, 2.1rem)/1.18 var(--display); letter-spacing: -.01em; }
blockquote cite { color: var(--muted); font-style: normal; font-weight: 600; }

.quote-section { padding: 44px max(24px, calc((100vw - 1180px) / 2)); background: var(--white); scroll-margin-top: 20px; }
.quote-intro { max-width: 780px; margin: 0 auto 20px; text-align: center; }
.quote-intro h2 { margin-bottom: 5px; font-size: clamp(2.1rem, 2.7vw, 2.45rem); font-weight: 600; }
.quote-intro > p:not(.eyebrow):not(.talk-option) { color: var(--muted); }
.quote-points { margin: 22px 0 12px; padding: 0; display: flex; justify-content: center; gap: 28px; color: var(--green-dark); font-size: .82rem; font-weight: 700; list-style: none; }
.quote-points li::before { content: "✓"; margin-right: 6px; color: var(--green); }
.talk-option { margin-bottom: 0; font-size: .84rem; font-weight: 600; }
.talk-option a { color: var(--green); text-decoration: none; }
.quote-form { max-width: 1180px; margin: 0 auto; padding: 0; border: 0; border-radius: 0; background: var(--white); box-shadow: none; }
.form-grid { display: grid; gap: 14px; }
.primary-fields { grid-template-columns: 1.15fr .72fr 1fr 1.08fr 1fr; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.two-up { grid-template-columns: 1fr 1fr; }
.quote-form label { display: grid; gap: 6px; margin-bottom: 14px; color: #343a36; font-size: .78rem; font-weight: 700; }
.optional-label { color: var(--muted); font-size: .7rem; font-weight: 500; }
input, select { width: 100%; height: 48px; padding: 0 11px; border: 1px solid #c7cec9; border-radius: 4px; color: var(--ink); background: var(--white); font: 400 .87rem var(--body); }
.secondary-fields { margin-top: 2px; }
.submit-button { width: 100%; min-height: 50px; border: 0; }
.submit-button:disabled { cursor: not-allowed; opacity: 1; background: var(--green); transform: none; }
.form-status { margin: 11px 0 0; color: #3e453f; font-size: .68rem; text-align: center; }
.form-status a, .privacy-note a { color: var(--green); font-weight: 600; }
.privacy-note { margin: 8px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.trap-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.faq { max-width: 980px; padding-top: 72px; }
.faq .section-heading { margin-bottom: 28px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 19px 48px 19px 4px; color: var(--green-dark); font-size: .95rem; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "⌄"; position: absolute; right: 8px; top: 14px; color: var(--green); font-size: 1.3rem; font-weight: 500; }
details[open] summary::after { content: "⌃"; }
details p { max-width: 760px; padding: 0 4px 20px; color: var(--muted); font-size: .9rem; }

.site-footer { min-height: 98px; padding: 28px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 42px; color: var(--white); background: var(--green-dark); }
.site-footer img { width: 190px; height: auto; filter: brightness(0) invert(1); }
.site-footer nav, .site-footer address { display: flex; align-items: center; gap: 24px; font-size: .78rem; }
.site-footer address { justify-self: end; font-style: normal; }
.site-footer a { text-decoration: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding: 58px 30px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-strip { grid-template-columns: 1fr; gap: 0; }
  .trust-item { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .trust-item strong { font-size: .82rem; }
  .trust-item small { font-size: .66rem; }
  .visualizer-inner { grid-template-columns: 1fr; }
  .visualizer-copy { text-align: center; }
  .visualizer-copy > p:not(.eyebrow):not(.upload-privacy), .upload-box, .upload-button, .upload-privacy { margin-right: auto; margin-left: auto; }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid > img { grid-column: 1 / -1; height: 360px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer address { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 32px); }
  .section { padding: 64px 0; }
  .site-header { min-height: 72px; gap: 12px; }
  .brand img { width: 162px; }
  .header-cta { display: none; }
  .header-phone { font-size: .78rem; }
  .header-phone svg { width: 17px; height: 17px; }
  .hero { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { padding: 54px 16px 42px; }
  .hero h1 { font-size: clamp(3.05rem, 13.5vw, 4.2rem); }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-actions { gap: 12px; }
  .hero-image, .hero-image img { min-height: 360px; }
  .trust-strip { margin-top: 26px; padding-top: 10px; }
  .trust-item { justify-content: flex-start; padding: 12px 0; }
  .trust-item > svg { width: 36px; height: 32px; }
  .trust-item strong { font-size: .9rem; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-grid { max-width: 430px; }
  .difference figure { height: auto; }
  .process-section { padding: 64px 16px; }
  .process-cards { grid-template-columns: 1fr; gap: 38px; }
  .process-cards > li, .process-cards > li:first-child, .process-cards > li:last-child { padding: 0; border-right: 0; }
  .step-title { min-height: auto; margin-bottom: 17px; }
  .pattern-diagram, .dimension-diagram, .process-photo { height: 245px; }
  .visualizer { padding: 64px 0 52px; }
  .visualizer-inner { gap: 38px; }
  .visualizer-copy h2 { font-size: clamp(3rem, 14vw, 4rem); }
  .yard-stage { min-height: 300px; }
  .yard-stage figcaption { top: 10px; bottom: auto; max-width: calc(100% - 20px); right: 10px; padding: 6px 8px; font-size: .62rem; }
  .corner-handle { width: 44px; height: 44px; }
  .visualizer-controls { grid-template-columns: 1fr; }
  .staff-render-actions { grid-template-columns: 1fr; }
  .staff-before-after { grid-column: auto; }
  .pattern-choice img { height: 72px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefits .section-heading h2 { white-space: normal; }
  .benefit-grid article { min-height: 210px; }
  .benefit-grid > img { grid-column: auto; height: 300px; }
  .testimonial { padding-top: 42px; padding-bottom: 42px; grid-template-columns: 1fr; gap: 34px; }
  .testimonial > img { height: 290px; }
  .quote-section { padding: 62px 16px; }
  .quote-points { align-items: center; flex-direction: column; gap: 8px; }
  .quote-form { padding: 22px 16px; }
  .primary-fields, .three-up, .two-up { grid-template-columns: 1fr; gap: 0; }
  .secondary-fields { max-height: none; opacity: 1; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; }
  .site-footer address { grid-column: auto; flex-wrap: wrap; gap: 12px; }
}

@media (max-width: 390px) {
  .brand img { width: 142px; }
  .header-phone { gap: 5px; font-size: .72rem; }
  .hero-copy { padding-right: 0; padding-left: 0; }
  .hero h1 { font-size: 2.95rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .secondary-fields { transition: none; }
}
