.designer-icon {
    display: grid;
    place-items: center;
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    border-radius: 10px 3px 10px 3px;
    background: #c89c56;
    color: #22190e;
    border: 1px solid #e1be83;
    box-shadow: inset 0 0 0 4px #c89c56, inset 0 0 0 5px #8f692f, 3px 4px 0 #302517;
    position: relative;
    transition: transform .4s var(--ease), background-color .4s var(--ease), box-shadow .4s var(--ease)
}

.designer-icon i {
    font-size: 23px;
    line-height: 1;
    color: inherit !important
}

.designer-icon:after {
    content: '';
    position: absolute;
    inset: 7px;
    border: 1px solid #e4c18a70;
    border-radius: 3px;
    pointer-events: none
}

.single-line-heading {
    align-items: center;
    flex-wrap: wrap;
    gap: 18px
}

#options h2,
#service-questions h2 {
    white-space: nowrap;
    font-size: clamp(27px, 3.2vw, 53px);
    letter-spacing: -.8px
}

#options h3 {
    white-space: nowrap
}

.premium-options article {
    position: relative;
    overflow: hidden;
    height: 244px;
    min-height: 0;
    padding: 27px 25px 0;
    background: #151410;
    border-radius: 7px;
    border-color: #423725;
    isolation: isolate;
    transition: border-color .45s var(--ease), box-shadow .45s var(--ease), background .45s var(--ease)
}

.premium-options article>.designer-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    max-height: none;
    opacity: 1;
    margin: 0;
    overflow: visible;
    font-size: inherit;
    color: #21180d
}

.premium-options article h3 {
    font-size: 27px;
    line-height: 1.15;
    margin: 9px 64px 13px 0
}

.premium-options article>p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 88%;
    color: #aaa397
}

.premium-options .option-photo {
    position: absolute;
    inset: auto 0 0;
    height: 104px;
    overflow: hidden;
    transform: translateY(101%);
    transition: transform .55s var(--ease);
    border-top: 1px solid #86663c;
    z-index: 1
}

.option-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 57%;
    transform: scale(1.035);
    transition: transform .7s var(--ease)
}

.premium-options article:hover,
.premium-options article:focus {
    transform: none;
    border-color: #b38b50;
    background: #1d1912;
    box-shadow: 0 14px 30px #0004
}

.premium-options article:hover>.designer-icon,
.premium-options article:focus>.designer-icon {
    max-height: none;
    opacity: 1;
    margin: 0;
    transform: translateY(-2px) rotate(-3deg)
}

.premium-options article:hover .option-photo,
.premium-options article:focus .option-photo {
    transform: translateY(0)
}

.premium-options article:hover .option-photo img,
.premium-options article:focus .option-photo img {
    transform: scale(1)
}

.benefit-grid article {
    position: relative;
    min-height: 213px;
    padding: 26px 22px 23px 0
}

.benefit-grid article:nth-child(even) {
    padding-left: 25px;
    padding-right: 0
}

.benefit-grid article>.designer-icon {
    position: absolute;
    right: 21px;
    top: 22px;
    width: 49px;
    height: 49px;
    font-size: 23px;
    border-radius: 10px 3px 10px 3px
}

.benefit-grid article:nth-child(even)>.designer-icon {
    right: 0
}

.benefit-grid h3 {
    margin: 4px 77px 16px 0;
    font-size: 27px;
    line-height: 1.15;
    min-height: 57px
}

.benefit-grid p {
    font-size: 14px;
    line-height: 1.65;
    max-width: 96%
}

.benefit-grid article:hover>.designer-icon {
    transform: translateY(-2px) rotate(-3deg);
    background: #d6ad6d;
    box-shadow: inset 0 0 0 4px #d6ad6d, inset 0 0 0 5px #8f692f, 4px 5px 0 #302517
}

.slider-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #13110e;
    border: 1px solid #4c3b24;
    border-radius: 40px;
    padding: 5px;
    box-shadow: 0 5px 0 #080807, 0 10px 22px #0003
}

.slider-buttons button {
    width: 48px;
    height: 43px;
    border: 1px solid #b89158;
    background: #c89c56;
    color: #251b0f;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 3px #c89c56, inset 0 0 0 4px #e2bc7d;
    transition: background .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease)
}

.slider-buttons button:first-child {
    background: #1d1912;
    color: #d9b478;
    border-color: #78603d;
    box-shadow: inset 0 0 0 3px #1d1912, inset 0 0 0 4px #44331c
}

.slider-buttons button i {
    font-size: 17px;
    line-height: 1;
    display: block;
    transition: transform .35s var(--ease)
}

.slider-buttons button:hover {
    background: #dfb875;
    transform: none;
    box-shadow: inset 0 0 0 3px #dfb875, inset 0 0 0 4px #f0d3a1;
    color: #20170c
}

.slider-buttons button:first-child:hover {
    background: #30261a;
    color: #ebc98f;
    box-shadow: inset 0 0 0 3px #30261a, inset 0 0 0 4px #7b5e37
}

.slider-buttons .swiper-prev:hover i {
    transform: translateX(-2px)
}

.slider-buttons .swiper-next:hover i {
    transform: translateX(2px)
}

.slider-buttons button:active {
    transform: scale(.96)
}

.slider-buttons button:focus-visible {
    outline: 2px solid #f1cf93;
    outline-offset: 3px
}

.planning-tabs {
    grid-template-columns: .85fr 1.3fr;
    gap: 25px;
    align-items: stretch
}

.planning-tabs .planning-list {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 14px
}

.planning-tab {
    display: flex;
    align-items: center;
    gap: 23px;
    text-align: left;
    background: #151410;
    border: 1px solid #3e3425;
    border-radius: 6px;
    padding: 22px 24px;
    color: #e8dfd1;
    min-height: 122px;
    transition: background .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease)
}

.planning-tab>span:last-child {
    display: grid;
    gap: 11px
}

.planning-tab strong {
    font: 500 28px/1.1 Editorial, Georgia, serif
}

.planning-tab small {
    font-size: 13px;
    line-height: 1.55;
    color: #a79d8d;
    max-width: 270px
}

.planning-tab[aria-selected=true] {
    background: #292115;
    border-color: #b58c50;
    box-shadow: inset 4px 0 0 #c89c56
}

.planning-tab:hover {
    background: #211c14;
    border-color: #9e7b47
}

.planning-tab[aria-selected=true] strong {
    color: #edc98d
}

.planning-tab:hover .designer-icon {
    transform: translateY(-2px)
}

.planning-tabs .plan-card {
    padding: 26px 28px;
    min-height: 394px;
    display: block;
    box-shadow: 6px 7px 0 #3b2e1b;
    transform: none;
    overflow: hidden;
    background: #c89c56;
    border: 1px solid #e1ba7c
}

.planning-tabs .plan-card:hover {
    transform: none
}

.plan-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.plan-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.plan-heading h3 {
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -.6px;
    margin: 0
}

.plan-heading .designer-icon {
    background: #211b12;
    color: #dabb84;
    border-color: #695032;
    box-shadow: inset 0 0 0 4px #211b12, inset 0 0 0 5px #6a5230, 2px 3px 0 #a27c40;
    width: 44px;
    height: 44px;
    flex-basis: 44px
}

.plan-heading .designer-icon:after {
    border-color: #77603a
}

.plan-heading .designer-icon i {
    font-size: 21px
}

.planning-tabs .plan-intro {
    font-size: 14px;
    line-height: 1.6;
    color: #3d301d;
    margin: 0;
    max-width: 620px
}

.plan-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    flex: 1;
    border-top: 1px solid #84633470;
    border-bottom: 1px solid #84633470;
    padding: 17px 0
}

.plan-columns>div+div {
    border-left: 1px solid #84633470;
    padding-left: 25px
}

.plan-columns h4 {
    font: 600 22px/1.15 Editorial, Georgia, serif;
    margin: 0 0 11px;
    color: #24190d
}

.plan-columns ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 10px
}

.plan-columns li {
    position: relative;
    padding-left: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #3c2f1d
}

.plan-columns li:before {
    content: '';
    position: absolute;
    top: .65em;
    left: 0;
    width: 4px;
    height: 4px;
    background: #6c4e25;
    transform: rotate(45deg)
}

.plan-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.planning-tabs .plan-footer p {
    font-size: 11px;
    line-height: 1.6;
    margin: 0;
    max-width: 280px;
    color: #493820
}

.planning-tabs .plan-footer .button {
    font-size: 12px;
    padding: 11px 16px;
    flex-shrink: 0
}

.comparison-section {
    padding: 28px 0
}

.fence-comparison {
    position: relative;
    width: 100%;
    height: clamp(235px, 23vw, 330px);
    overflow: hidden;
    border: 1px solid #6a5130;
    border-radius: 7px;
    background: #17140f;
    isolation: isolate;
    box-shadow: 0 8px 0 #11100d
}

.comparison-after,
.comparison-before,
.comparison-before img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 58%;
    user-select: none;
    -webkit-user-drag: none
}

.comparison-before {
    clip-path: inset(0 calc(100% - var(--comparison)) 0 0);
    z-index: 1
}

.comparison-label {
    position: absolute;
    top: 17px;
    z-index: 3;
    padding: 6px 14px;
    background: #11110fec;
    color: #e3c08a;
    border: 1px solid #8f6e3d;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: .04em;
    pointer-events: none
}

.before-label {
    left: 18px
}

.after-label {
    right: 18px
}

.comparison-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--comparison);
    width: 2px;
    background: #e7c48a;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
    box-shadow: 0 0 0 1px #2c211680
}

.comparison-divider>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 44px;
    border-radius: 24px;
    background: #c89c56;
    color: #251b10;
    border: 1px solid #f0d19e;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px #0005
}

.comparison-divider i {
    font-size: 14px
}

.comparison-range {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: ew-resize;
    touch-action: pan-y;
    appearance: none;
    -webkit-appearance: none;
    border: 0
}

.comparison-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2px;
    height: 100%;
    background: transparent
}

.comparison-range::-moz-range-thumb {
    width: 2px;
    height: 100%;
    border: 0;
    background: transparent
}

.fence-comparison:focus-within {
    outline: 2px solid #e7c48a;
    outline-offset: 5px
}

.fence-comparison:focus-within .comparison-divider>span {
    background: #e2ba79;
    box-shadow: 0 0 0 4px #21190dcc, 0 5px 15px #0005
}

.comparison-caption {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 5px 12px;
    background: #11110ee8;
    color: #e2d6c2;
    font-size: 10px;
    border: 1px solid #6b5535;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none
}

@media(max-width:1100px) {
    .premium-options article {
        padding: 26px 20px 0;
        height: 246px
    }

    .premium-options article>.designer-icon {
        width: 43px;
        height: 43px;
        right: 15px;
        top: 16px
    }

    .premium-options article h3 {
        font-size: 24px;
        margin: 8px 42px 15px 0
    }

    .premium-options article>p {
        font-size: 13px;
        max-width: 100%
    }

    .premium-options .option-photo {
        height: 98px
    }

    .benefit-grid article {
        min-height: 200px
    }

    .benefit-grid h3 {
        font-size: 24px;
        margin-right: 66px
    }

    .benefit-grid article>.designer-icon {
        width: 44px;
        height: 44px;
        right: 15px
    }

    .planning-tabs {
        grid-template-columns: .85fr 1.15fr;
        gap: 20px
    }

    .planning-tab {
        padding: 20px 18px;
        gap: 16px
    }

    .planning-tab strong {
        font-size: 26px
    }

    .planning-tab small {
        font-size: 12px
    }

    .planning-tabs .plan-card {
        padding: 23px
    }

    .plan-heading h3 {
        font-size: 31px
    }

    .plan-columns {
        gap: 17px
    }

    .plan-columns>div+div {
        padding-left: 17px
    }

    .plan-columns li {
        font-size: 12px
    }

    .plan-footer {
        gap: 12px
    }

    .planning-tabs .plan-footer .button {
        font-size: 11px;
        padding: 10px 13px
    }

    .planning-tabs .plan-footer p {
        font-size: 10px
    }
}

@media(max-width:760px) {
    #options h2 {
        font-size: clamp(24px, 6.3vw, 38px);
        letter-spacing: -.5px
    }

    #service-questions h2 {
        font-size: clamp(28px, 7.8vw, 41px);
        letter-spacing: -.5px
    }

    .single-line-heading {
        display: block
    }

    .premium-options article {
        height: 238px;
        text-align: left;
        padding: 25px 23px 0
    }

    .premium-options article h3 {
        font-size: 28px;
        margin: 5px 60px 14px 0
    }

    .premium-options article>.designer-icon {
        width: 45px;
        height: 45px;
        right: 20px;
        top: 20px
    }

    .premium-options article>p {
        font-size: 13px;
        max-width: 86%;
        line-height: 1.55
    }

    .premium-options .option-photo {
        height: 100px;
        transform: translateY(0)
    }

    .premium-options .option-photo img {
        transform: none
    }

    .benefit-grid article,
    .benefit-grid article:nth-child(even) {
        padding: 24px 14px 22px 0;
        text-align: left;
        min-height: 220px
    }

    .benefit-grid article:nth-child(even) {
        padding-left: 16px;
        padding-right: 0
    }

    .benefit-grid article>.designer-icon,
    .benefit-grid article:nth-child(even)>.designer-icon {
        top: 20px;
        right: 11px;
        width: 39px;
        height: 39px;
        font-size: 19px
    }

    .benefit-grid article:nth-child(even)>.designer-icon {
        right: 0
    }

    .benefit-grid .designer-icon i {
        font-size: 20px
    }

    .benefit-grid h3 {
        font-size: 24px;
        margin: 52px 0 12px;
        min-height: 0
    }

    .benefit-grid p {
        font-size: 12px;
        line-height: 1.6;
        max-width: 100%
    }

    .planning-tabs {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .planning-tabs .planning-list {
        gap: 10px
    }

    .planning-tab {
        min-height: 90px;
        padding: 16px 19px;
        gap: 20px
    }

    .planning-tab strong {
        font-size: 27px
    }

    .planning-tab small {
        font-size: 12px;
        max-width: none
    }

    .planning-tab>span:last-child {
        gap: 7px
    }

    .planning-tab .designer-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px
    }

    .planning-tabs .plan-card {
        padding: 23px 21px;
        min-height: 0;
        text-align: left
    }

    .plan-content {
        gap: 17px
    }

    .plan-heading h3 {
        font-size: 32px;
        margin: 0
    }

    .planning-tabs .plan-intro {
        font-size: 13px;
        line-height: 1.65
    }

    .plan-columns {
        gap: 16px;
        padding: 16px 0
    }

    .plan-columns>div+div {
        padding-left: 16px
    }

    .plan-columns h4 {
        font-size: 22px
    }

    .plan-columns li {
        font-size: 12px;
        padding-left: 10px;
        line-height: 1.6
    }

    .plan-columns ul {
        gap: 12px
    }

    .plan-footer {
        flex-direction: column;
        gap: 16px;
        text-align: center
    }

    .planning-tabs .plan-footer p {
        font-size: 11px;
        max-width: 100%
    }

    .planning-tabs .plan-footer .button {
        font-size: 12px;
        padding: 11px 18px
    }

    .slider-buttons {
        padding: 4px;
        gap: 6px
    }

    .slider-buttons button {
        width: 43px;
        height: 39px
    }

    .slider-buttons button i {
        font-size: 16px
    }

    .comparison-section {
        padding: 20px 0
    }

    .fence-comparison {
        height: 218px
    }

    .comparison-label {
        top: 12px;
        padding: 5px 11px;
        font-size: 11px
    }

    .before-label {
        left: 12px
    }

    .after-label {
        right: 12px
    }

    .comparison-divider>span {
        width: 48px;
        height: 40px;
        gap: 8px
    }

    .comparison-caption {
        font-size: 9px;
        padding: 5px 8px;
        bottom: 10px
    }

    .comparison-after,
    .comparison-before img {
        object-position: 50% 58%
    }
}

@media(prefers-reduced-motion:reduce) {

    .option-photo,
    .option-photo img,
    .designer-icon,
    .slider-buttons button,
    .slider-buttons button i,
    .planning-tab {
        transition: none !important
    }
}