.aboutSection{width:100%;min-height:100vh;background:#f7f6f2;display:flex;align-items:center;justify-content:center;padding:clamp(60px,8vw,80px) clamp(24px,5vw,40px)}.aboutContainer{width:100%;max-width:1280px;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:clamp(112px,14vw,180px);gap:clamp(112px,14vw,180px)}.aboutContent{min-width:0;justify-self:start;margin-left:-.4cm}.aboutTitle{font-family:var(--font-family-display),"Playfair Display",serif;font-size:clamp(2.4rem,3.2vw + .75rem,4.8rem);line-height:1.1;letter-spacing:-.02em;color:#4d5d4b;margin-bottom:clamp(20px,2.5vw,28px);overflow:visible}.aboutTitle,.aboutTitle span{font-weight:400;white-space:nowrap}.aboutTitle span{font-style:normal}.aboutTitle__char-mask,.aboutTitle__char-mask--accent{display:inline-block;vertical-align:top;line-height:1.1}.aboutTitle__char-mask{overflow:hidden}.aboutTitle__char-mask--accent{overflow:visible}.aboutTitle__char{display:inline-block;opacity:0;transform:translate3d(0,-115%,0)}.aboutTitle span.aboutTitle__char--accent,.aboutTitle__char--accent{font-family:var(--font-family-display),"Playfair Display",serif;font-style:italic;transform:translateZ(0)}.aboutSection--visible .aboutTitle__char{animation:about-title-char-reveal var(--char-duration,.65s) cubic-bezier(.22,1,.36,1) var(--char-delay,0s) forwards;will-change:transform,opacity}.aboutSection--visible .aboutTitle__char--accent{animation:about-title-accent-char-reveal var(--char-duration,.65s) cubic-bezier(.22,1,.36,1) var(--char-delay,0s) forwards;will-change:opacity}@keyframes about-title-accent-char-reveal{0%{opacity:0}to{opacity:1}}@keyframes about-title-char-reveal{0%{opacity:0;transform:translate3d(0,-115%,0)}55%{opacity:.8}to{opacity:1;transform:translateZ(0)}}.aboutParagraph{max-width:500px;font-weight:400;font-size:1.25rem;line-height:1.57;letter-spacing:.01em;color:#4d5d4b;margin-bottom:clamp(16px,2vw,22px);opacity:0;transform:translate3d(0,8px,0);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.aboutSection--visible .aboutParagraph--first{animation:about-paragraph-fade 1.05s cubic-bezier(.22,1,.36,1) .55s forwards}.aboutSection--visible .aboutParagraph--second{animation:about-paragraph-fade 1.05s cubic-bezier(.22,1,.36,1) .78s forwards}@keyframes about-paragraph-fade{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@media (prefers-reduced-motion:reduce){.aboutBtn,.aboutParagraph,.aboutTitle__char,.imageWrapper img{animation:none!important;opacity:1!important;transform:none!important}}.aboutParagraph:last-of-type{margin-bottom:0}.aboutBtn{margin-top:clamp(20px,2.5vw,28px);padding:11px 26px;background:transparent;border:2px solid #4d5d4b;border-radius:999px;color:#4d5d4b;font-family:var(--font-family-ui),"Inter",sans-serif;font-size:clamp(1rem,.35vw + .9rem,1.15rem);font-weight:500;cursor:pointer;opacity:0;transform:translate3d(0,8px,0);transition:background .35s ease,color .35s ease,transform .35s ease,border-color .35s ease}.aboutSection--visible .aboutBtn{animation:about-paragraph-fade 1.05s cubic-bezier(.22,1,.36,1) 1.02s forwards}.aboutBtn:hover{background:#4d5d4b;color:#ffffff;transform:translateY(-2px)}.aboutBtn:focus-visible{outline:2px solid #4d5d4b;outline-offset:3px}.imageWrapper{width:100%;max-width:510px;justify-self:center;margin-inline:auto;aspect-ratio:490/505;border-radius:28px;overflow:hidden}.imageWrapper img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;opacity:0;transform:translate3d(28px,0,0);transition:transform .6s ease}.aboutSection--visible .imageWrapper img{animation:about-image-reveal 1.15s cubic-bezier(.22,1,.36,1) .15s forwards;will-change:transform,opacity}@keyframes about-image-reveal{0%{opacity:0;transform:translate3d(28px,0,0)}to{opacity:1;transform:translateZ(0)}}.imageWrapper:hover img{transform:scale(1.02)}@media (min-width:1025px){.imageWrapper{margin-top:clamp(32px,4.5vh,48px)}}@media (max-width:1024px){.aboutSection{min-height:auto;align-items:flex-start;background:#ffffff;padding:clamp(32px,6vw,48px) clamp(20px,5vw,40px) clamp(48px,10vw,72px)}.aboutContainer{grid-template-columns:1fr;gap:clamp(24px,5vw,36px)}.aboutContent{order:1;max-width:100%;margin-left:0;margin-top:-3.25rem}.imageWrapper{order:2;width:100%;max-width:100%;aspect-ratio:unset;min-height:50svh;height:50svh;margin-top:0;border-radius:clamp(20px,5vw,28px)}.imageWrapper img{height:100%;min-height:100%}.aboutTitle{font-size:clamp(2rem,6.2vw,2.85rem);line-height:1.12;margin-bottom:clamp(18px,4vw,26px)}.aboutTitle,.aboutTitle span{white-space:normal}.aboutParagraph{max-width:100%;font-size:clamp(1.18rem,3.2vw,1.3rem);line-height:1.42;margin-bottom:clamp(14px,3.2vw,20px)}.aboutBtn{margin-top:clamp(10px,2.5vw,14px);padding:10px 24px;font-size:clamp(.98rem,2.8vw,1.1rem)}}@media (min-width:769px) and (max-width:1024px){.aboutParagraph{font-size:clamp(1.34rem,3.6vw,1.5rem);line-height:1.48}}@media (max-width:768px){.aboutSection{padding:clamp(28px,7vw,40px) clamp(18px,5vw,28px) clamp(40px,12vw,56px)}.aboutContent{margin-top:-3.75rem}.aboutContainer{gap:clamp(20px,4vw,28px)}.aboutTitle{font-size:clamp(1.85rem,7.5vw,2.35rem)}.imageWrapper{min-height:50svh;height:50svh}}.circleSection{width:100%;min-height:100vh;background:#4f5d4a;display:flex;align-items:center;justify-content:center;padding:clamp(60px,8vw,80px) clamp(24px,5vw,40px)}.circleContainer{width:100%;max-width:1280px;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:clamp(112px,14vw,180px);gap:clamp(112px,14vw,180px)}.circleContent{min-width:0;justify-self:start;margin-left:-.4cm}.circleTitle{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.15rem,2.7vw + .85rem,4.5rem);line-height:1.1;letter-spacing:-.02em;color:#f1f2f4;margin-bottom:clamp(24px,3vw,36px);overflow:visible}.circleTitle,.circleTitle span{font-weight:400;white-space:nowrap}.circleTitle span{font-family:inherit;font-style:normal}.circleTitle__char-mask,.circleTitle__char-mask--accent{display:inline-block;vertical-align:top;line-height:1.1;font-family:inherit;font-style:normal;font-weight:inherit;letter-spacing:inherit}.circleTitle__char-mask{overflow:hidden}.circleTitle__char-mask--accent{overflow:visible}.circleTitle__char{display:inline-block;font-family:inherit;font-style:normal;font-weight:inherit;letter-spacing:inherit;opacity:0;transform:translate3d(0,-115%,0)}.circleTitle span.circleTitle__char--accent,.circleTitle__char--accent{font-family:Playfair Display,Georgia,serif;font-style:italic;transform:translateZ(0)}.circleSection--visible .circleTitle__char{animation:circle-title-char-reveal var(--char-duration,.65s) cubic-bezier(.22,1,.36,1) var(--char-delay,0s) forwards;will-change:transform,opacity}.circleSection--visible .circleTitle__char--accent{animation:circle-title-accent-char-reveal var(--char-duration,.65s) cubic-bezier(.22,1,.36,1) var(--char-delay,0s) forwards;will-change:opacity}@keyframes circle-title-accent-char-reveal{0%{opacity:0}to{opacity:1}}@keyframes circle-title-char-reveal{0%{opacity:0;transform:translate3d(0,-115%,0)}55%{opacity:.8}to{opacity:1;transform:translateZ(0)}}.circleParagraph{max-width:500px;font-family:var(--font-family-ui);color:rgba(255,255,255,.9);font-size:clamp(1.05rem,.45vw + .92rem,1.15rem);font-weight:400;line-height:1.45;margin-bottom:clamp(18px,2.2vw,26px);opacity:0;transform:translate3d(0,8px,0)}.circleSection--visible .circleParagraph--first{animation:circle-paragraph-fade 1.05s cubic-bezier(.22,1,.36,1) .55s forwards}.circleSection--visible .circleParagraph--second{animation:circle-paragraph-fade 1.05s cubic-bezier(.22,1,.36,1) .78s forwards}@keyframes circle-paragraph-fade{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@media (prefers-reduced-motion:reduce){.circleBtn,.circleImage img,.circleParagraph,.circleTitle__char{animation:none!important;opacity:1!important;transform:none!important}}.circleBtn{margin-top:clamp(8px,1.5vw,16px);padding:9px 23px;background:transparent;color:#ffffff;border:2.3px solid rgba(255,255,255,.72);border-radius:999px;font-family:var(--font-family-ui);font-size:1.22rem;font-weight:400;cursor:pointer;opacity:0;transform:translate3d(0,8px,0);transition:background .35s ease,color .35s ease,transform .35s ease,border-color .35s ease}.circleSection--visible .circleBtn{animation:circle-paragraph-fade 1.05s cubic-bezier(.22,1,.36,1) 1.02s forwards}.circleBtn:hover{background:#ffffff;color:#515640;border-color:#ffffff;transform:translateY(-2px)}.circleBtn:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:3px}.circleImage{position:relative;width:100%;max-width:510px;justify-self:center;margin-inline:auto;aspect-ratio:490/505;border-radius:28px;overflow:hidden}.circleImage img,.circleImage__img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;opacity:0;transform:translate3d(28px,0,0);transition:transform .6s ease}.circleSection--visible .circleImage img,.circleSection--visible .circleImage__img{animation:circle-image-reveal 1.15s cubic-bezier(.22,1,.36,1) .15s forwards;will-change:transform,opacity}@keyframes circle-image-reveal{0%{opacity:0;transform:translate3d(28px,0,0)}to{opacity:1;transform:translateZ(0)}}.circleImage:hover .circleImage__img,.circleImage:hover img{transform:scale(1.02)}@media (min-width:1025px){.circleImage{margin-top:clamp(32px,4.5vh,48px)}}@media (max-width:1024px){.circleSection{min-height:auto;align-items:flex-start;padding:clamp(32px,6vw,48px) clamp(20px,5vw,40px) clamp(48px,10vw,72px)}.circleContainer{grid-template-columns:1fr;gap:clamp(24px,5vw,36px)}.circleContent{order:1;max-width:100%;margin-left:0;margin-top:-3.25rem}.circleImage{order:2;width:100%;max-width:100%;aspect-ratio:unset;min-height:42svh;height:42svh;margin-top:0;border-radius:clamp(20px,5vw,28px)}.circleImage img{height:100%;min-height:100%}.circleTitle{font-size:clamp(2rem,6.2vw,2.85rem);line-height:1.12;margin-bottom:clamp(18px,4vw,26px)}.circleTitle,.circleTitle span{white-space:normal}.circleParagraph{max-width:100%;font-size:clamp(1rem,2.8vw,1.12rem);line-height:1.42;margin-bottom:clamp(14px,3.2vw,20px)}.circleParagraph:last-of-type{margin-bottom:0}.circleBtn{margin-top:clamp(10px,2.5vw,14px);padding:10px 24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.72);font-size:clamp(.98rem,2.8vw,1.1rem);font-weight:500}}@media (min-width:769px) and (max-width:1024px){.circleParagraph{font-size:clamp(1.34rem,3.6vw,1.5rem);line-height:1.48}}@media (max-width:768px){.circleSection{padding:clamp(28px,7vw,40px) clamp(18px,5vw,28px) clamp(40px,12vw,56px)}.circleContent{margin-top:-3.75rem}.circleContainer{gap:clamp(20px,4vw,28px)}.circleTitle{font-size:clamp(1.85rem,7.5vw,2.35rem)}.circleImage{min-height:42svh;height:42svh}}