.hero { position: relative; overflow: hidden; padding: 88px 24px 0; background-image: linear-gradient(to right, rgba(180,155,90,.13) 1px, transparent 1px), linear-gradient(to bottom, rgba(180,155,90,.13) 1px, transparent 1px); background-size: 56px 56px; background-position: center top; }
.hero-copy { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; text-align: center; }
.rating { display: inline-flex; align-items: center; gap: 9px; min-height: 28px; padding: 4px 12px; border: 1px solid var(--border); border-radius: var(--radius-full); background: rgba(255,255,255,.84); color: var(--text-secondary); font-size: var(--text-xs); }
.stars { color: var(--primary); font-size: 13px; letter-spacing: 1px; }
.hero h1 { margin: 25px 0 18px; color: var(--text-primary); font-size: clamp(2.7rem, 6vw, 3.75rem); font-weight: 700; letter-spacing: -.055em; line-height: 1.08; text-wrap: balance; }
.highlight { position: relative; z-index: 0; display: inline-block; padding: 0 .08em; color: var(--text-primary); font-family: var(--font-serif); font-weight: 400; font-style: italic; letter-spacing: -.035em; }
.highlight::before { position: absolute; z-index: -1; right: -3%; bottom: 8%; left: -3%; height: .32em; border-radius: 4px 10px 3px 8px; background: var(--primary-light); content: ""; transform: rotate(-2deg); }
.hero-description { max-width: 585px; margin: 0 auto; color: var(--text-secondary); font-size: clamp(1rem, 2vw, 1.125rem); line-height: 1.7; text-wrap: pretty; }
.hero-actions { display: flex; justify-content: center; gap: var(--space-3); margin-top: 32px; }
.hero-note { margin-top: 16px; color: var(--text-muted); font-size: var(--text-sm); }
.preview { width: min(100%, 1024px); height: 390px; margin: 58px auto 0; overflow: hidden; border: 1px solid #D8D1BF; border-bottom: 0; border-radius: 22px 22px 0 0; background: linear-gradient(135deg, #F3EEDC, #E8E1CE); box-shadow: var(--shadow-lg); padding: 0 5.5%; }
.preview-window { position: relative; top: 166px; overflow: hidden; border: 1px solid #e5e7eb; border-radius: 9px 9px 0 0; background: white; box-shadow: 0 15px 45px rgba(26,35,50,.1); }
.editor-bar { display: flex; height: 43px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px; border-bottom: 1px solid #e8ebef; color: #6e7580; font-size: 10px; }
.editor-brand { display: flex; align-items: center; gap: 7px; color: #202833; white-space: nowrap; }
.editor-brand strong { font-size: 12px; font-weight: 600; }.editor-brand em { color: #418bcb; font-style: normal; }
.editor-mark { color: var(--primary); font-size: 18px; font-weight: 800; }
.project-name { padding-left: 12px; border-left: 1px solid #e8ebef; white-space: nowrap; }
.device-tabs { display: flex; gap: 3px; padding: 4px; border: 1px solid #e9ebef; border-radius: 6px; background: #f7f8fa; white-space: nowrap; }
.device-tabs span { padding: 5px 7px; border-radius: 4px; }.device-tabs .active { background: white; color: #293241; box-shadow: 0 1px 3px #00000012; }
.editor-tools { display: flex; align-items: center; gap: 8px; }.editor-tools > span:not(.publish) { padding: 5px 7px; border: 1px solid #e9ebef; border-radius: 5px; }
.editor-tools .publish { padding: 7px 14px; border-radius: 5px; background: var(--primary); color: #332400; font-weight: 600; }.avatar { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #dfe9e1; color: #4f6955; font-weight: 700; }
.mock-site { position: relative; display: flex; min-height: 330px; overflow: hidden; background: #fcfaf6; color: #27302c; }
.mock-nav { position: absolute; z-index: 1; top: 0; right: 0; left: 0; display: flex; height: 48px; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid #ece9e1; font-size: 9px; }
.mock-nav strong { font-size: 13px; letter-spacing: .11em; }.mock-nav strong span { color: var(--primary-dark); }.mock-nav b { padding: 8px 10px; border: 1px solid #d9d4c9; border-radius: 3px; font-size: 8px; font-weight: 500; }
.mock-content { position: relative; z-index: 1; width: 58%; padding: 95px 0 30px 9%; }
.mock-kicker, .eyebrow { color: var(--primary-dark); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.mock-content h2 { margin: 12px 0 10px; font-size: clamp(27px, 4vw, 48px); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }.mock-content h2 i { color: #af7d23; font-family: var(--font-serif); font-weight: 400; }
.mock-content p { max-width: 250px; color: #74786f; font-size: 10px; line-height: 1.6; }.mock-link { display: inline-block; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid var(--primary); font-size: 9px; font-weight: 600; }
.mock-art { position: absolute; top: 65px; right: 5%; display: grid; width: 34%; height: 235px; place-items: center; overflow: hidden; background: #e6e4db; }.mock-art > span { position: relative; z-index: 2; color: #f8f3e6; font-family: var(--font-serif); font-size: 110px; font-style: italic; }
.art-orbit { position: absolute; width: 180px; height: 250px; border: 1px solid #b8a97d; border-radius: 50%; transform: rotate(35deg); }.art-sun { position: absolute; top: 24px; right: 26px; width: 62px; height: 62px; border-radius: 50%; background: #d4a73e; }
.trust-row { display: flex; min-height: 78px; align-items: center; justify-content: center; gap: 22px; padding: 16px 24px; color: var(--text-muted); font-size: var(--text-xs); }.trust-row i { width: 4px; height: 4px; border-radius: 50%; background: var(--primary); }
.services { display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: end; gap: 34px; padding: 70px max(24px, calc((100% - 1024px)/2)) 80px; background: var(--bg-surface); border-top: 1px solid var(--border-light); }
.services h2 { margin-top: 12px; font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.05em; line-height: 1.1; }.serif-accent { color: var(--primary-dark); font-family: var(--font-serif); font-weight: 400; font-style: italic; }
.services > p { max-width: 360px; padding-bottom: 4px; color: var(--text-secondary); font-size: var(--text-sm); line-height: 1.7; }.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--primary); color: var(--text-primary); font-size: var(--text-sm); font-weight: 600; text-decoration: none; white-space: nowrap; }
.anchor-target { scroll-margin-top: 80px; }
.section-heading h2, .method-section h2, .pricing-section h2, .contact-section h2 { margin-top: 12px; font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.05em; line-height: 1.1; text-wrap: balance; }
.services { grid-template-columns: 1fr 1fr auto; align-items: end; padding: 76px max(24px, calc((100% - 1024px)/2)) 82px; }
.service-cards { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.service-card { position: relative; min-height: 210px; padding: 25px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--bg-main); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: var(--primary); box-shadow: var(--shadow-md); }
.card-number { color: var(--primary-dark); font-size: var(--text-xs); font-weight: 700; letter-spacing: .12em; }
.service-card h3, .steps h3 { margin-top: 24px; font-size: var(--text-lg); font-weight: 650; letter-spacing: -.025em; }
.service-card p, .steps p { max-width: 300px; margin-top: 9px; color: var(--text-secondary); font-size: var(--text-sm); line-height: 1.65; }
.card-icon { position: absolute; top: 18px; right: 20px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--primary-light); color: var(--primary-dark); }
.method-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; padding: 84px max(24px, calc((100% - 1024px)/2)); background: #F4EEDC; }
.steps { display: grid; gap: 0; }.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 0 0 24px; border-bottom: 1px solid #D8D0BD; }.steps li + li { padding-top: 22px; }.steps li > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #BBAE91; border-radius: 50%; color: var(--primary-dark); font-size: var(--text-xs); font-weight: 700; }.steps h3 { margin-top: 0; }.steps p { max-width: 480px; }
.pricing-section { display: flex; flex-direction: column; align-items: center; padding: 82px 24px 88px; text-align: center; }.pricing-section h2 { font-size: clamp(2rem, 4vw, 2.8rem); }.pricing-section > p { max-width: 525px; margin: 16px 0 26px; color: var(--text-secondary); line-height: 1.7; }.pricing-section .button { min-height: 48px; }
.contact-section { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 52px max(24px, calc((100% - 1024px)/2)); background: var(--text-primary); color: white; }.contact-section .eyebrow { color: #F5D16F; }.contact-section h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); }.contact-section .serif-accent { color: #F5D16F; }.button-dark { min-height: 48px; background: #F5D16F; color: #241A03; font-weight: 700; white-space: nowrap; }.button-dark:hover { background: #FFE18C; }
.text-link:hover { color: var(--primary-dark); border-color: var(--primary-dark); }
@media (max-width: 760px) { .services { grid-template-columns: 1fr; gap: 18px; padding: 54px 24px 60px; }.service-cards { grid-template-columns: 1fr; gap: 12px; margin-top: 8px; }.service-card { min-height: 175px; padding: 21px; }.service-card h3 { margin-top: 18px; }.method-section { grid-template-columns: 1fr; gap: 32px; padding: 58px 24px; }.pricing-section { padding: 58px 24px 64px; }.contact-section { align-items: flex-start; flex-direction: column; padding: 44px 24px; }.hero { padding-top: 64px; } }
@media (max-width: 760px) {
  .hero { padding: 68px 18px 0; background-size: 40px 40px; }.hero h1 { margin-top: 22px; font-size: clamp(2.35rem, 10vw, 3.4rem); }.desktop-break { display: none; }.hero-description { max-width: 500px; font-size: 1rem; }.hero-actions { flex-direction: column; align-items: stretch; max-width: 320px; margin: 26px auto 0; }.hero-actions .button { min-height: 48px; }.preview { height: 260px; margin-top: 44px; padding-inline: 4%; border-radius: 16px 16px 0 0; }.preview-window { top: 110px; min-width: 560px; left: 50%; width: 100%; transform: translateX(-50%); }.editor-bar { gap: 6px; }.project-name { display: none; }.mock-content { padding-top: 82px; }.mock-art { height: 190px; }.mock-nav { padding-inline: 14px; }.mock-nav > span { display: none; }.trust-row { flex-wrap: wrap; gap: 10px 14px; font-size: 10px; }.services { grid-template-columns: 1fr; gap: 18px; padding: 52px 24px 60px; }.services > p { max-width: 500px; }.text-link { justify-self: start; margin-top: 4px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
.wire-section { padding-inline: max(24px, calc((100% - 1080px)/2)); scroll-margin-top: 80px; }
.wire-heading { margin-bottom: 24px; }.wire-heading h2, .portfolio-heading h2 { margin-top: 8px; font-size: clamp(1.55rem, 3vw, 2rem); letter-spacing: -.045em; line-height: 1.18; }.wire-heading > p { margin-top: 8px; color: var(--text-secondary); font-size: var(--text-sm); }
.services.wire-section { display: block; padding-top: 58px; padding-bottom: 60px; }.service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 0; }.service-grid .service-card { min-height: 155px; padding: 17px; border-color: #D7DCE5; border-radius: 12px; background: #fff; }.service-grid .service-card h3 { margin-top: 10px; font-size: var(--text-sm); }.service-grid .service-card p { margin-top: 5px; font-size: 12px; line-height: 1.5; }.service-grid .card-icon { position: static; width: 28px; height: 28px; border: 1px solid #D7E1F3; border-radius: 8px; background: #F1F5FC; color: #2866C5; }.service-grid .service-card a { display: inline-flex; gap: 8px; margin-top: 8px; color: #245AA8; font-size: 11px; font-weight: 600; text-decoration: none; }.service-grid .service-card a:hover { text-decoration: underline; text-underline-offset: 3px; }
.method-section.wire-section { display: block; padding-top: 44px; padding-bottom: 48px; border-top: 1px solid var(--border-light); background: #F4F6FA; }.steps-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; padding: 18px; border: 1px solid #D7DCE5; border-radius: 12px; background: white; }.steps-row li, .steps-row li + li { display: block; padding: 8px 12px; border: 0; border-right: 1px solid var(--border-light); }.steps-row li:last-child { border-right: 0; }.steps-row li > span { width: 26px; height: 26px; border-color: #C8D7F0; background: #F1F5FC; color: #2866C5; }.steps-row h3 { margin-top: 11px; font-size: 12px; }.steps-row p { margin-top: 5px; font-size: 11px; }
.portfolio-section { padding-top: 48px; padding-bottom: 54px; }.portfolio-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }.portfolio-heading h2 { font-size: 1.3rem; }.portfolio-heading .text-link { font-size: 11px; }.portfolio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.project-card { overflow: hidden; padding: 8px; border: 1px solid #D7DCE5; border-radius: 12px; background: white; }.project-art { position: relative; display: grid; height: 160px; place-items: center; overflow: hidden; border-radius: 8px; }.project-art > span { position: relative; z-index: 1; color: #2D3C2B; font-size: 24px; font-weight: 700; letter-spacing: -.06em; line-height: .95; text-align: center; }.project-art i { font-family: var(--font-serif); font-size: 22px; font-weight: 400; }.project-a .project-art { background: linear-gradient(145deg,#d9e5c9,#f6f1df); }.project-b .project-art { background: linear-gradient(145deg,#1d2427,#59605b); }.project-b .project-art > span { color: #f4ecdb; }.project-c .project-art { background: linear-gradient(145deg,#f6d69b,#f7eee0); }.project-shape { position: absolute; right: 12%; width: 112px; height: 112px; border: 1px solid #ffffff9e; border-radius: 50%; background: #d4aa6644; }.project-b .project-shape { border-radius: 4px; background: #ffffff12; transform: rotate(15deg); }.project-card h3 { margin: 10px 4px 2px; font-size: 12px; font-weight: 650; }.project-card p { margin: 0 4px 5px; color: var(--text-secondary); font-size: 10px; }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); width: min(calc(100% - 48px),1080px); margin: 0 auto 54px; padding: 18px 10px; border: 1px solid #D7DCE5; border-radius: 12px; background: white; text-align: center; }.stats-row div + div { border-left: 1px solid var(--border-light); }.stats-row strong { display: block; color: #2866C5; font-size: 22px; font-weight: 700; letter-spacing: -.04em; }.stats-row strong span { color: var(--text-primary); }.stats-row small { color: var(--text-secondary); font-size: 10px; }
.testimonials { padding-top: 48px; padding-bottom: 56px; border-top: 1px solid var(--border-light); background: #F4F6FA; }.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.testimonial-grid article { display: flex; min-height: 175px; flex-direction: column; align-items: flex-start; padding: 18px; border: 1px solid #D7DCE5; border-radius: 12px; background: white; }.testimonial-grid .stars { color: #D49710; font-size: 12px; }.testimonial-grid p { flex: 1; margin: 10px 0 14px; color: var(--text-primary); font-size: 12px; line-height: 1.6; }.testimonial-grid strong { font-size: 11px; }.testimonial-grid small { margin-top: 2px; color: var(--text-secondary); font-size: 10px; }
.pricing-section.wire-section { display: block; padding-top: 52px; padding-bottom: 64px; text-align: center; }.pricing-section .wire-heading { max-width: 650px; margin: 0 auto 24px; }.pricing-section .wire-heading h2 { font-size: clamp(1.5rem, 3vw, 2rem); }.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; text-align: left; }.price-card { position: relative; display: flex; min-height: 280px; flex-direction: column; padding: 20px; border: 1px solid #D7DCE5; border-radius: 12px; background: white; }.price-card h3 { font-size: 12px; font-weight: 650; }.price-card > strong { margin-top: 8px; font-size: 21px; letter-spacing: -.04em; }.price-card > strong small { color: var(--text-secondary); font-size: 10px; font-weight: 400; letter-spacing: 0; }.price-card > p { min-height: 34px; margin-top: 5px; color: var(--text-secondary); font-size: 10px; line-height: 1.5; }.price-card ul { display: grid; gap: 8px; margin: 12px 0 16px; padding-top: 12px; border-top: 1px solid var(--border-light); color: var(--text-secondary); font-size: 10px; }.price-card li::before { margin-right: 7px; color: #2866C5; content: '✓'; font-weight: 700; }.price-card > a { display: block; margin-top: auto; padding: 9px 12px; border: 1px solid #CED6E3; border-radius: 7px; color: var(--text-primary); font-size: 10px; font-weight: 600; text-align: center; text-decoration: none; }.price-card > a:hover { border-color: #2866C5; color: #245AA8; }.price-card.featured { border: 2px solid #2866C5; box-shadow: 0 8px 24px #182f5018; }.price-card.featured > a { border-color: #2866C5; background: #2866C5; color: white; }.popular { position: absolute; top: -10px; left: 50%; padding: 3px 10px; border-radius: 20px; background: #2866C5; color: white; font-size: 8px; font-weight: 700; letter-spacing: .06em; transform: translateX(-50%); white-space: nowrap; }
@media (max-width: 760px) { .wire-section { padding-inline: 20px; }.services.wire-section, .method-section.wire-section { padding-top: 42px; padding-bottom: 44px; }.service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.service-grid .service-card { min-height: 170px; }.steps-row { grid-template-columns: repeat(2,1fr); padding: 10px; }.steps-row li, .steps-row li + li { padding: 12px; border-right: 0; }.portfolio-heading { align-items: flex-start; flex-direction: column; }.portfolio-grid, .testimonial-grid, .pricing-grid { grid-template-columns: 1fr; }.project-art { height: 190px; }.price-card { min-height: auto; }.stats-row { grid-template-columns: repeat(2,1fr); gap: 15px 0; }.stats-row div:nth-child(3) { border-left: 0; }.pricing-section.wire-section { padding-top: 44px; } }

/* Yellow art direction: keep blue only out of the interface accents. */
.site-header { background: rgba(255,252,243,.94); }
.service-grid .service-card { border-color: #E4D9B9; background: #FFFEFA; }
.service-grid .card-icon { border-color: #E9D38B; background: #FFF2C9; color: var(--primary-dark); }
.service-grid .service-card a { color: var(--primary-dark); }
.project-a .project-art { background: linear-gradient(145deg,#F4D77F,#FAF0D2); }
.project-b .project-art { background: linear-gradient(145deg,#4B3A19,#8A6A2C); }
.project-b .project-art > span { color: #FFF7E2; }
.project-c .project-art { background: linear-gradient(145deg,#F0C45D,#FFF0C8); }
.project-shape { border-color: #fff9e1b8; background: #E6AD3860; }
.stats-row { border-color: #E4D9B9; background: #FFFEFA; }
.stats-row strong { color: var(--primary-dark); }
.testimonials { border-color: #E6D9B5; background: #FFF7E3; }
.testimonial-grid article { border-color: #E4D9B9; }
.testimonial-grid .stars { color: var(--primary-dark); }
.pricing-section.wire-section { background: #FFFCF3; }
.price-card { border-color: #E4D9B9; }
.price-card li::before { color: var(--primary-dark); }
.price-card > a:hover { border-color: var(--primary-dark); color: var(--primary-dark); }
.price-card.featured { border-color: var(--primary-dark); box-shadow: 0 10px 30px rgba(128,85,0,.14); }
.price-card.featured > a, .popular { border-color: var(--primary-dark); background: var(--primary); color: #302100; }
.offers-block { margin-top: 46px; padding-top: 38px; border-top: 1px solid #E6D9B5; }
.offers-block > .wire-heading { text-align: center; }
.offers-block .testimonials { margin: 42px calc(50% - 50vw) 0; padding: 38px max(24px, calc((100vw - 1080px)/2)) 4px; border-top: 1px solid #E6D9B5; }
.mock-site { background: #FBF6E9; color: #2B271E; }
.editor-bar { background: #FFFEFA; color: #5F5849; }
.editor-brand { color: #262219; }
.editor-brand em { color: var(--primary-dark); }
.editor-mark { color: var(--primary-dark); }
.editor-tools .publish { background: var(--primary); color: #332400; }
.mock-nav { border-color: #E9DFC9; }
.mock-nav strong { font-size: 14px; letter-spacing: .14em; }
.mock-nav strong span { color: var(--primary-dark); }
.mock-nav b { border-color: #D9C99F; background: #FFF9E9; color: #4A3C1E; }
.mock-content { width: 54%; padding-top: 92px; }
.mock-kicker { color: #76540E; font-size: 8px; letter-spacing: .12em; }
.mock-content h2 { margin: 13px 0; font-size: clamp(30px, 4.5vw, 52px); letter-spacing: -.06em; }
.mock-content h2 i { color: #9B7119; }
.mock-content p { max-width: 290px; color: #655F53; font-size: 11px; }
.mock-link { padding: 9px 12px; border: 0; border-radius: 5px; background: #DCA629; color: #302100; font-size: 10px; text-decoration: none; }
.mock-art { top: 69px; right: 6%; width: 35%; height: 238px; border-radius: 48% 48% 8px 8px; background: radial-gradient(circle at 65% 24%, #F2D889 0 8%, transparent 8.5%), linear-gradient(145deg,#E9D9AA,#C8A65E); }
.art-sun { top: 24px; right: 25px; width: 72px; height: 72px; background: #F1D47F; box-shadow: 0 0 0 12px #f1d47f2c; }
.art-orbit { width: 230px; height: 280px; border-color: #fff4d199; transform: rotate(51deg); }
.ceramic-vase { position: absolute; bottom: 17px; z-index: 1; background: linear-gradient(100deg,#805D24,#C5A04F 45%,#8D682A); box-shadow: inset 7px 0 12px #fff2c125, 0 10px 18px #69501e30; }
.vase-back { right: 43%; width: 59px; height: 119px; border-radius: 35% 35% 22% 22% / 17% 17% 13% 13%; transform: rotate(-8deg); }
.vase-back::before, .vase-front::before { position: absolute; top: -10px; left: 35%; width: 30%; height: 20px; border-radius: 5px 5px 0 0; background: #8B672D; content: ""; }
.vase-front { right: 17%; width: 74px; height: 94px; border-radius: 40% 40% 20% 20% / 30% 30% 12% 12%; background: linear-gradient(100deg,#A4772E,#E2BD64 48%,#9A712C); transform: rotate(7deg); }
.mock-art > span { top: 46%; z-index: 2; color: #FFF8E5; font-family: var(--font-sans); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .3em; }
@media (max-width: 760px) { .offers-block { margin-top: 36px; padding-top: 30px; }.offers-block .testimonials { margin-inline: -20px; padding: 32px 20px 0; }.mock-art { right: 4%; width: 37%; }.vase-back { right: 41%; }.vase-front { right: 10%; }.mock-content { width: 58%; }.mock-content h2 { font-size: 31px; } }

/* Larger, clearer type and a conversion-focused storefront mockup. */
.preview { height: 450px; }
.preview-window { top: 82px; }
.editor-bar { height: 48px; font-size: 11px; }
.editor-brand strong { font-size: 13px; }
.device-tabs { font-size: 11px; }
.mock-site { display: block; min-height: 380px; overflow: hidden; background: #FFFDF7; color: #252116; }
.shop-announcement { display: flex; height: 25px; align-items: center; justify-content: center; gap: 8px; background: #332B1C; color: #FFF8E7; font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.shop-announcement span { color: #E9BD55; }
.mock-site .mock-nav { position: relative; display: flex; height: 51px; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #EFE7D4; background: #FFFDF7; font-size: 10px; }
.mock-site .mock-nav strong { font-family: var(--font-serif); font-size: 15px; font-weight: 400; letter-spacing: .025em; }.mock-site .mock-nav strong span { color: #7F5F22; }
.mock-site .mock-nav > span { color: #5F594D; font-size: 10px; }
.mock-site .mock-nav b { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-color: #E5D9BB; background: transparent; color: #332B1C; font-size: 10px; }
.mock-site .mock-nav b i { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: #F3E5BE; font-size: 9px; font-style: normal; }
.shop-hero-copy { position: absolute; top: 145px; left: 8%; z-index: 2; width: 42%; }
.shop-hero-copy .mock-kicker { color: #7C6128; font-size: 9px; letter-spacing: .12em; }
.shop-hero-copy h2 { margin: 12px 0 10px; font-size: clamp(29px, 4vw, 47px); font-weight: 500; letter-spacing: -.06em; line-height: 1.03; }
.shop-hero-copy h2 i { color: #9B762D; font-family: var(--font-serif); font-weight: 400; }
.shop-hero-copy p { max-width: 270px; color: #625B4D; font-size: 12px; line-height: 1.55; }
.shop-hero-copy .mock-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 14px; padding: 10px 13px; border-radius: 5px; background: #D6A63A; color: #28200F; font-size: 11px; font-weight: 650; text-decoration: none; }
.shop-proof { margin-top: 12px; color: #5B5548; font-size: 10px; }.shop-proof span { margin-right: 5px; color: #A87918; letter-spacing: 1px; }
.shop-feature { position: absolute; top: 120px; right: 6%; width: 39%; }
.shop-still-life { position: relative; height: 205px; overflow: hidden; border-radius: 48% 48% 7px 7px; background: linear-gradient(145deg,#F2E8CF,#DCC58F); }
.shop-sun { position: absolute; top: 24px; right: 25px; width: 54px; height: 54px; border-radius: 50%; background: #E9C96D; box-shadow: 0 0 0 11px #E9C96D30; }
.shop-plate { position: absolute; right: 9%; bottom: -44px; width: 210px; height: 110px; border: 7px solid #F2E5C4; border-radius: 50%; background: #D1B77C; box-shadow: inset 0 0 0 1px #9C8045; }
.shop-vase { position: absolute; bottom: 21px; z-index: 1; box-shadow: inset 8px 0 12px #FFF4D222, 0 12px 20px #58411926; }
.vase-tall { left: 25%; width: 63px; height: 123px; border-radius: 36% 36% 22% 22% / 17% 17% 13% 13%; background: linear-gradient(100deg,#806032,#C6A766 47%,#8D6A33); }
.vase-tall::before { position: absolute; top: -10px; left: 35%; width: 30%; height: 21px; border-radius: 5px 5px 0 0; background: #876A38; content: ""; }
.vase-round { left: 54%; width: 72px; height: 84px; border-radius: 40% 40% 22% 22% / 32% 32% 12% 12%; background: linear-gradient(100deg,#A57F3D,#E1C57D 48%,#9C7531); transform: rotate(7deg); }
.vase-round::before { position: absolute; top: -8px; left: 37%; width: 28%; height: 15px; border-radius: 4px 4px 0 0; background: #AA8744; content: ""; }
.shop-stamp { position: absolute; bottom: 14px; left: 12px; z-index: 2; display: grid; width: 43px; height: 43px; place-content: center; border: 1px solid #FFF5D6; border-radius: 50%; color: #FFF9E7; font-size: 7px; font-weight: 700; letter-spacing: .05em; text-align: center; transform: rotate(-12deg); }
.shop-product { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3px 8px; padding: 10px 2px; }
.shop-product > strong { font-family: var(--font-serif); font-size: 15px; font-weight: 400; }.shop-product > span:not(.product-tag) { color: #6A6253; font-size: 10px; }.product-tag { justify-self: end; padding: 4px 6px; border-radius: 3px; background: #F5E9C8; color: #765817; font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.shop-product > div { display: flex; grid-column: 1 / -1; align-items: center; gap: 8px; margin-top: 3px; }.shop-product > div b { font-size: 13px; }.shop-product s { color: #766E60; font-size: 10px; }.shop-product button { display: grid; width: 25px; height: 25px; place-items: center; margin-left: auto; border: 0; border-radius: 50%; background: #D6A63A; color: #28200F; font-size: 17px; }
.service-grid .service-card h3 { font-size: 16px; }.service-grid .service-card p { font-size: 14px; line-height: 1.55; }.service-grid .service-card a { font-size: 13px; }
.project-card h3 { font-size: 14px; }.project-card p { font-size: 12px; }
.testimonial-grid p { font-size: 14px; line-height: 1.6; }.testimonial-grid strong { font-size: 13px; }.testimonial-grid small { font-size: 12px; }
.price-card { padding: 22px; }.price-card h3 { font-size: 15px; }.price-card > strong { font-size: 25px; }.price-card > strong small { font-size: 12px; }.price-card > p { font-size: 13px; line-height: 1.55; }.price-card ul { gap: 10px; font-size: 13px; }.price-card > a { padding: 11px 13px; font-size: 13px; }
.wire-heading > p { font-size: 15px; }.wire-heading h2, .portfolio-heading h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); }
.portfolio-heading .text-link { font-size: 13px; }.stats-row small { font-size: 12px; }
.hero-note { color: #56503F; font-size: 13px; }.hero-note > span:first-child { color: #765817; font-weight: 700; }
@media (max-width: 760px) {
  .preview { height: 330px; }.preview-window { top: 55px; }
  .mock-site .mock-nav { padding-inline: 18px; }.mock-site .mock-nav > span { display: none; }
  .shop-hero-copy { top: 130px; left: 6%; width: 47%; }.shop-hero-copy h2 { font-size: 30px; }.shop-hero-copy p { font-size: 11px; }
  .shop-feature { top: 128px; right: 4%; width: 40%; }.shop-still-life { height: 172px; }
  .vase-tall { left: 21%; height: 105px; }.vase-round { left: 52%; width: 61px; height: 72px; }
  .service-grid .service-card h3 { font-size: 15px; }.service-grid .service-card p { font-size: 13px; }
  .price-card > p { min-height: 0; }
}

/* Smooth section navigation and a more legible shop preview. */
.wire-section { scroll-margin-top: 0; }
.mock-site { min-height: 390px; background: #FFFCF4; }
.mock-site .mock-nav { height: 46px; }
.mock-site .mock-nav b { padding: 6px 10px; }
.catalog-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 13px 5.5% 10px; }
.catalog-head .mock-kicker { color: #725516; font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.catalog-head .catalog-title { margin-top: 4px; color: #262116; font-size: clamp(22px, 3vw, 34px); font-weight: 600; letter-spacing: -.055em; line-height: 1; }
.catalog-head .catalog-title i { color: #9B762D; font-family: var(--font-serif); font-weight: 400; }
.catalog-head p { margin-top: 5px; color: #5F584A; font-size: 11px; line-height: 1.35; }
.catalog-rating { padding-bottom: 3px; color: #554B37; font-size: 10px; white-space: nowrap; }.catalog-rating b { color: #9B762D; letter-spacing: 1px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 0 5.5%; padding: 6px 0; border-top: 1px solid #E9DFC9; }
.catalog-filters { display: flex; gap: 5px; }.filter-chip { padding: 5px 9px; border: 1px solid transparent; border-radius: 20px; background: transparent; color: #554F43; font: 500 10px var(--font-sans); cursor: pointer; }.filter-chip.active { border-color: #D8BD75; background: #F6EAC6; color: #523B0B; }.filter-chip span { margin-left: 3px; color: #725516; }
.results-count { color: #625B4E; font-size: 10px; }
.catalog-products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 0 5.5%; }
.catalog-product { min-width: 0; overflow: hidden; border: 1px solid #E8DEC9; border-radius: 7px; background: #FFF; }.catalog-product[hidden] { display: none; }
.product-visual { position: relative; display: grid; height: 112px; place-items: center; overflow: hidden; }.product-visual-vase { background: linear-gradient(140deg,#F3EBD9,#E3D0A4); }.product-visual-bowl { background: linear-gradient(140deg,#F7EFD9,#E7CB8F); }.product-visual-carafe { background: linear-gradient(140deg,#F0E8DA,#D7C4A0); }
.product-badge { position: absolute; top: 7px; left: 7px; z-index: 2; padding: 4px 6px; border-radius: 3px; background: #FFFCF4; color: #664B12; font-size: 8px; font-weight: 700; letter-spacing: .045em; }
.mini-sun { position: absolute; top: 13px; right: 14px; width: 37px; height: 37px; border-radius: 50%; background: #EACD83; }
.mini-vase { position: absolute; bottom: 8px; z-index: 1; width: 49px; height: 79px; border-radius: 37% 37% 22% 22% / 18% 18% 14% 14%; background: linear-gradient(100deg,#88683A,#C1A269 50%,#927044); box-shadow: 0 8px 12px #46381630; }.mini-vase::before { position: absolute; top: -7px; left: 36%; width: 28%; height: 13px; border-radius: 4px 4px 0 0; background: #927044; content: ""; }.vase-one { left: calc(50% - 24px); }
.mini-bowl { position: absolute; bottom: 19px; z-index: 1; width: 78px; height: 46px; border: 5px solid #C19B50; border-radius: 8px 8px 45px 45px; background: linear-gradient(110deg,#E4C578,#B88F3C); box-shadow: 0 8px 12px #46381625; }.mini-plate { position: absolute; bottom: 13px; left: calc(50% - 52px); width: 104px; height: 24px; border: 4px solid #F7E9C5; border-radius: 50%; background: #D4B56F; }
.mini-carafe { position: absolute; bottom: 8px; z-index: 1; width: 47px; height: 75px; border-radius: 35% 35% 20% 20% / 27% 27% 14% 14%; background: linear-gradient(100deg,#B9A274,#F0E3C1 48%,#B49A64); box-shadow: 0 8px 12px #46381625; }.mini-carafe::before { position: absolute; top: -15px; left: 39%; width: 22%; height: 19px; border-radius: 4px 4px 0 0; background: #C5AE7B; content: ""; }.mini-flower { position: absolute; top: 13px; right: 26%; width: 2px; height: 50px; background: #788052; transform: rotate(20deg); }.mini-flower::before { position: absolute; top: -2px; left: -5px; width: 11px; height: 11px; border-radius: 50%; background: #E1BD61; content: ""; }
.product-details { display: grid; grid-template-columns: 1fr auto 23px; align-items: center; gap: 2px 6px; padding: 8px; }.product-details .product-name { color: #282317; font-family: var(--font-serif); font-size: 14px; font-weight: 400; }.product-details > div > span { color: #625B4E; font-size: 10px; }.product-details > strong { color: #282317; font-size: 11px; }.add-product { grid-row: 1 / span 2; grid-column: 3; width: 23px; height: 23px; border: 1px solid #A77D20; border-radius: 50%; background: #E4B746; color: #302100; font-size: 16px; cursor: pointer; }.add-product:hover { background: #D39A19; }.add-product:focus-visible, .filter-chip:focus-visible { outline: 2px solid #805500; outline-offset: 2px; }
.cart-feedback { position: absolute; right: 8px; bottom: 8px; padding: 5px 9px; border-radius: 4px; background: #332B1C; color: #FFF8E7; font-size: 10px; opacity: 0; pointer-events: none; transition: opacity .2s ease; }.cart-feedback:not(:empty) { opacity: 1; }
.service-grid .service-card h3, .price-card h3, .project-card h3 { font-family: var(--font-serif); font-size: 19px; font-weight: 400; letter-spacing: -.01em; }
.price-card { border: 1px solid #BDB092; background: #FFFEFA; box-shadow: 0 4px 15px rgba(66,49,13,.07); }.price-card h3 { color: #342A17; }.price-card > strong { color: #241E12; }.price-card > p { color: #4E493F; }.price-card ul { color: #454036; }.price-card li::before { color: #674A0A; }
.price-card.featured { border: 2px solid #73520F; background: #352D1F; box-shadow: 0 14px 34px rgba(53,45,31,.2); }.price-card.featured h3, .price-card.featured > strong { color: #FFF8E8; }.price-card.featured > p, .price-card.featured ul { color: #E9DFC9; }.price-card.featured ul { border-color: #75684D; }.price-card.featured li::before { color: #F0C65E; }.price-card.featured > a { border-color: #E4B746; background: #E4B746; color: #2B210B; }.price-card.featured > a:hover { background: #F0C65E; }.popular { background: #E4B746; color: #2B210B; }
.price-card.featured { border-color: #B6501B; background: #8F3F16; box-shadow: 0 14px 34px rgba(143,63,22,.24); }
.price-card.featured h3, .price-card.featured > strong { color: #FFFAF0; }
.price-card.featured > p, .price-card.featured ul { color: #FFF0DD; }
.price-card.featured ul { border-color: #D18A63; }
.price-card.featured li::before { color: #FFE08A; }
.eyebrow { font-family: var(--font-sans); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.service-grid .service-card h3, .price-card h3, .project-card h3 { font-family: var(--font-sans); font-weight: 650; letter-spacing: -.02em; }
.filter-chip { font-family: var(--font-sans); font-weight: 600; }
.nav-links a { scroll-margin-top: 84px; }
@media (max-width: 760px) { .mock-site { min-height: 370px; }.catalog-head { padding: 12px 4% 8px; }.catalog-head .catalog-title { font-size: 23px; }.catalog-rating { font-size: 9px; }.catalog-toolbar, .catalog-products { margin-inline: 4%; }.catalog-products { gap: 6px; }.product-visual { height: 88px; }.product-details { grid-template-columns: 1fr auto 21px; gap: 2px 3px; padding: 6px; }.product-details .product-name { font-size: 12px; }.product-details > div > span { font-size: 9px; }.add-product { width: 21px; height: 21px; }.filter-chip { padding-inline: 7px; font-size: 9px; }.results-count { font-size: 9px; }.service-grid .service-card h3 { font-size: 17px; }.price-card h3, .project-card h3 { font-size: 18px; } }
main { padding-inline: clamp(20px, 3.2vw, 40px); }
.price-card.featured { border: 2px solid #855200; background: #FFF0B8; box-shadow: 0 12px 30px rgba(103,69,0,.16); }
.price-card.featured h3, .price-card.featured > strong { color: #2D230D; }
.price-card.featured > p, .price-card.featured ul { color: #44391F; }
.price-card.featured ul { border-color: #D4B65E; }
.price-card.featured li::before { color: #664400; }
.price-card.featured > a { border-color: #785100; background: #785100; color: #FFFAF0; }
.price-card.featured > a:hover { border-color: #5E3E00; background: #5E3E00; color: white; }
.popular { background: #785100; color: #FFFAF0; }
.hero { padding-top: clamp(88px, 9vw, 112px); background-image: linear-gradient(to right, rgba(128,85,0,.18) 1px, transparent 1px), linear-gradient(to bottom, rgba(128,85,0,.18) 1px, transparent 1px); }
.hero-copy { max-width: 820px; }
.hero-description { color: #404651; }
.hero-note { color: #403A2D; }
.trust-row { min-height: 88px; border-bottom: 1px solid #D6CEBB; color: #484335; }
.services.wire-section { padding-top: 72px; padding-bottom: 76px; border-top: 1px solid #D6CEBB; }
.service-grid { gap: 18px; }
.service-grid .service-card { min-height: 178px; padding: 21px; border-color: #C6BDA8; box-shadow: 0 3px 12px rgba(53,43,20,.045); }
.service-grid .service-card p { color: #424850; }
.method-section.wire-section { border-color: #D1C7AF; background: #F4EDDB; }
.portfolio-section { padding-top: 64px; padding-bottom: 68px; }
.portfolio-grid { gap: 18px; }
.project-card { padding: 11px; border-color: #C6BDA8; box-shadow: 0 3px 12px rgba(53,43,20,.05); }
.project-art { height: 184px; }
.project-card p { color: #454A51; }
.stats-row { margin-bottom: 64px; padding: 24px 12px; border-color: #BEB49D; box-shadow: 0 5px 18px rgba(53,43,20,.06); }
.stats-row small { color: #454A51; }
.testimonials { padding-top: 60px; padding-bottom: 64px; border-color: #D3C6A4; background: #FFF3D0; }
.testimonial-grid { gap: 18px; }
.testimonial-grid article { min-height: 198px; padding: 22px; border-color: #C6BDA8; box-shadow: 0 3px 12px rgba(53,43,20,.05); }
.testimonial-grid p { color: #282B31; }
.offers-block { margin-top: 56px; padding-top: 50px; border-color: #C9B989; }
.offers-block .testimonials { margin-top: 50px; padding-top: 48px; }
.price-card { min-height: 318px; padding: 26px; border-color: #AFA58F; box-shadow: 0 6px 20px rgba(53,43,20,.09); }
.price-card.featured { border-color: #664400; background: #FFF0B8; box-shadow: 0 12px 28px rgba(91,62,0,.22); }
.price-card.featured > a { background: #664400; border-color: #664400; color: #FFFDF5; }
.price-card.featured > a:hover { background: #493000; border-color: #493000; }
.popular { background: #664400; }
.contact-section { margin-top: 0; padding-top: 68px; padding-bottom: 68px; }
@media (max-width: 760px) {
  main { padding-inline: 20px; }
  .hero { padding: 68px 16px 0; }
  .services.wire-section { padding-top: 52px; padding-bottom: 56px; }
  .service-grid { gap: 12px; }
  .service-grid .service-card { min-height: 180px; padding: 16px; }
  .portfolio-section { padding-top: 48px; padding-bottom: 52px; }
  .project-art { height: 176px; }
  .stats-row { margin-bottom: 48px; padding: 18px 8px; }
  .testimonial-grid { gap: 12px; }
  .testimonial-grid article { min-height: 170px; padding: 18px; }
  .offers-block { margin-top: 40px; padding-top: 36px; }
  .offers-block .testimonials { margin-top: 36px; padding-top: 34px; }
  .price-card { min-height: 0; padding: 22px; }
}
.testimonials, .offers-block .testimonials { padding-bottom: 88px; }
.site-footer { margin-inline: calc(50% - 50vw); padding-inline: max(24px, calc((100vw - 1080px)/2)); background: #171A21; color: #FFFDF7; }
.site-footer .contact-section { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0; padding: 66px 0 54px; background: transparent; color: inherit; }
.site-footer .contact-section .eyebrow { color: #F1D27D; }
.site-footer .contact-section h2 { color: #FFFDF7; }
.site-footer .contact-section .serif-accent { color: #F1D27D; }
.footer-bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #45433D; color: #D7D3C8; font-size: 13px; }
.footer-bottom .brand { color: #FFFDF7; font-size: 15px; }.footer-bottom .brand-mark { width: 28px; height: 28px; border-radius: 9px; color: #322400; }
.footer-bottom > a:last-child { color: #FFF1C4; text-decoration-color: #B99A4D; text-underline-offset: 4px; }
@media (max-width: 760px) {
  .site-footer { padding-inline: 22px; }
  .site-footer .contact-section { align-items: flex-start; flex-direction: column; gap: 24px; padding: 50px 0 38px; }
  .footer-bottom { min-height: 88px; flex-wrap: wrap; justify-content: space-between; gap: 10px 18px; padding: 16px 0; font-size: 11px; }
  .footer-bottom > span { order: 3; width: 100%; }
  .testimonials, .offers-block .testimonials { padding-bottom: 64px; }
}

/* ===== Animations d'apparition (chargement + scroll) ===== */
@keyframes webora-underline { from { transform: rotate(-2deg) scaleX(0); } to { transform: rotate(-2deg) scaleX(1); } }
@keyframes webora-arrive { 0% { background-size: 0% 100%; } 60% { background-size: 100% 100%; } 100% { background-size: 100% 100%; } }

/* Surlignage de « grandir » qui se dessine après l'apparition du titre */
.js-motion .highlight::before { transform-origin: left center; animation: webora-underline .7s cubic-bezier(.65,0,.35,1) 1.05s both; animation-play-state: paused; }
.js-motion.is-ready .highlight::before { animation-play-state: running; }

/* État caché : chaque élément reçoit un délai (--reveal-delay) calculé en JS selon sa position */
.has-reveal-motion .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease var(--reveal-delay, 0ms), transform .85s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms), filter .7s ease var(--reveal-delay, 0ms); }
.has-reveal-motion .reveal[data-reveal="down"] { transform: translateY(-16px); }
.has-reveal-motion .reveal[data-reveal="fade"] { transform: translateY(8px); }
.has-reveal-motion .reveal[data-reveal="left"] { transform: translateX(-40px); }
.has-reveal-motion .reveal[data-reveal="right"] { transform: translateX(40px); }
.has-reveal-motion .reveal[data-reveal="zoom"] { transform: translateY(20px) scale(.93); }
.has-reveal-motion .reveal[data-reveal="pop"] { transform: scale(.6); transition-timing-function: ease, cubic-bezier(.34,1.56,.64,1), ease; }
.has-reveal-motion .reveal[data-reveal="soft"] { transform: translateY(16px); filter: blur(8px); }
.has-reveal-motion .reveal[data-reveal="rise"] { transform: translateY(70px) scale(.96); transition-duration: .9s, 1.2s, .9s; transition-timing-function: ease, cubic-bezier(.16,1,.3,1), ease; }
.has-reveal-motion .reveal.is-visible { opacity: 1; transform: none; filter: none; }
.reveal-init .reveal { transition: none !important; }

/* Mise en valeur de la catégorie atteinte depuis la navbar */
.section-arrived .eyebrow { background: linear-gradient(var(--primary-light), var(--primary-light)) no-repeat left center / 0% 100%; border-radius: 4px; animation: webora-arrive 1.4s cubic-bezier(.65,0,.35,1) both; }

/* Pas de contour sur les sections ciblées par la navigation (focus programmatique) */
[tabindex="-1"]:focus { outline: none; }
/* Évite la barre de scroll horizontale (sections en 100vw + animations latérales) sans casser la navbar sticky */
html, body { overflow-x: clip; }
/* Anti-flash : éléments du chargement cachés avant l'exécution du JS (réaffichés d'office après 3s si le JS ne tourne pas) */
@keyframes webora-failsafe { to { opacity: 1; } }
.js-motion:not(.has-reveal-motion) :is(.nav-shell > .brand, .nav-links a, .nav-actions > .login-link, .hero-copy > *, .preview) { opacity: 0; animation: webora-failsafe 0s 3s forwards; }
.editor-mark { display: inline-grid; width: 18px; height: 18px; place-items: center; }
.editor-logo { width: 100%; height: 100%; }

/* ===== Services : 3 cartes claires ===== */
.service-grid .service-card { display: flex; flex-direction: column; min-height: 0; padding: 24px; }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-grid .card-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; font-size: 16px; }
.service-step { color: var(--text-muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.service-grid .service-card h3 { margin-top: 18px; font-size: 19px; }
.service-grid .service-card p { max-width: none; margin-top: 8px; font-size: 14px; line-height: 1.6; }
.service-points { display: grid; gap: 8px; margin: 16px 0 18px; padding-top: 16px; border-top: 1px solid var(--border-light); color: var(--text-secondary); font-size: 13.5px; }
.service-points li { display: flex; align-items: baseline; gap: 8px; }
.service-points li::before { color: var(--primary-dark); content: "✓"; font-weight: 700; }
.service-grid .service-card > a { margin-top: auto; font-size: 13px; }
@media (max-width: 900px) { .service-grid { grid-template-columns: 1fr; } }

/* Variante d'apparition sans déplacement (évite d'agrandir la page en bas) */
.has-reveal-motion .reveal[data-reveal="none"] { transform: none; }

/* ===== SEO / accessibilité ===== */
.catalog-head .catalog-title, .product-details .product-name { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.footer-bottom > span a { color: inherit; text-decoration: underline; text-decoration-color: #6B6758; text-underline-offset: 3px; }
.footer-bottom > span a:hover { color: #FFF1C4; }

/* ===== Tarifs : offre Professionnel mise en avant + nom de domaine ===== */
.pricing-grid { grid-template-columns: 1fr 1.22fr 1fr; align-items: stretch; gap: 18px; padding-block: 22px; }
.price-card.featured { z-index: 1; margin-block: -22px; padding: 34px 30px 30px; border-width: 3px; box-shadow: 0 22px 48px rgba(91,62,0,.28), 0 0 0 6px rgba(228,169,20,.18); }
.price-card.featured h3 { font-size: 23px; }
.price-card.featured > strong { margin-top: 10px; font-size: 44px; line-height: 1; letter-spacing: -.05em; }
.price-card.featured > strong small { font-size: 13px; letter-spacing: 0; }
.price-card.featured > p { font-size: 14.5px; }
.price-card.featured ul { gap: 12px; font-size: 14.5px; }
.price-card.featured > a { padding: 14px 16px; font-size: 15px; box-shadow: 0 8px 18px rgba(73,48,0,.25); transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.price-card.featured > a:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(73,48,0,.32); }
.price-card.featured .popular { top: -14px; padding: 6px 14px; font-size: 10.5px; }
.domain-note { display: flex; align-items: center; gap: 16px; max-width: 860px; margin: 40px auto 0; padding: 18px 22px; border: 1px dashed #BFA35A; border-radius: 14px; background: #FFF8E1; color: #4A4232; font-size: 14px; line-height: 1.6; text-align: left; }
.domain-note strong { color: #2D230D; font-weight: 650; }
.domain-note em { color: #664400; font-style: normal; font-weight: 600; white-space: nowrap; }
.domain-icon { display: grid; flex: none; place-items: center; width: 50px; height: 50px; border-radius: 12px; background: #E4A914; color: #2B1F00; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; gap: 26px; padding-block: 8px 0; }
  .price-card.featured { order: -1; min-height: 0; margin-block: 8px 0; }
}
@media (max-width: 760px) {
  .price-card.featured { padding: 30px 22px 24px; }
  .price-card.featured > strong { font-size: 38px; }
  .domain-note { align-items: flex-start; margin-top: 30px; padding: 16px; font-size: 13px; }
  .domain-icon { width: 42px; height: 42px; font-size: 11px; }
}

/* ===== Responsive : corrections ===== */
.hero h1, .wire-heading h2, .portfolio-heading h2, .contact-section h2 { text-wrap: balance; }
.hero-note, .hero-description { text-wrap: pretty; }
/* Fin de la section tarifs : la bande des avis va jusqu'en bas (plus de bande blanche) */
.services.wire-section { padding-bottom: 0; }
.offers-block .testimonials { padding-bottom: 64px; }
/* Aperçu de la boutique mis à l'échelle au lieu d'être coupé */
@media (max-width: 900px) {
  .preview { --pv-w: 880; height: calc(56px + 420px * var(--pv-scale, .7)); }
  .preview-window { top: 56px; left: 50%; width: 880px; min-width: 0; transform: translateX(-50%) scale(var(--pv-scale, .7)); transform-origin: top center; }
  .pricing-grid { max-width: 560px; margin-inline: auto; }
}
@media (max-width: 760px) {
  .preview { --pv-w: 620; height: calc(30px + 450px * var(--pv-scale, .5)); margin-top: 38px; }
  .preview-window { border-radius: 12px 12px 0 0; }
  .preview-window { top: 30px; width: 620px; }
  .offers-block .testimonials { margin-inline: calc(50% - 50vw); padding: 36px 20px 48px; }
  .trust-row { justify-content: center; padding-inline: 16px; text-align: center; }
}
@media (max-width: 380px) {
  .hero { padding-inline: 14px; }
  .wire-section { padding-inline: 16px; }
  .price-card, .price-card.featured { padding-inline: 18px; }
  .price-card.featured > strong { font-size: 34px; }
  .domain-note { flex-direction: column; }
  .hero .rating { gap: 6px; padding-inline: 10px; font-size: 11px; white-space: nowrap; }
}

/* ===== Réalisations : 2 projets cliquables ===== */
.portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.project-link { display: flex; flex-direction: column; color: inherit; text-decoration: none; transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s ease, border-color .3s; }
.project-link:hover { transform: translateY(-5px); border-color: #E4A914; box-shadow: 0 22px 44px rgba(53,43,20,.14); }
.project-link:focus-visible { outline: 3px solid #E4A914; outline-offset: 3px; }
.project-photo { height: auto; aspect-ratio: 16 / 10; place-items: stretch; background: #EFE8D8; }
.project-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.project-link:hover .project-photo img { transform: scale(1.05); }
.project-photo > .project-tag { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 6px 11px; border-radius: 999px; background: rgba(255,251,240,.92); color: #3A2D10; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.project-link h3 { margin: 14px 6px 4px; font-size: 22px; }
.project-link p { margin: 0 6px; font-size: 13px; }
.project-more { display: inline-flex; gap: 6px; margin: 12px 6px 6px; color: #7F5F22; font-size: 13px; font-weight: 700; }
.project-more span { transition: transform .3s ease; }
.project-link:hover .project-more span { transform: translateX(4px); }
.portfolio-heading h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
@media (max-width: 760px) {
  .portfolio-grid { grid-template-columns: 1fr; gap: 16px; }
  .project-photo { height: auto; }
  .project-link h3 { font-size: 20px; }
}
