「ポヌル・マッカヌトニヌが私にサむンを求めおきたの」スヌ・ポラヌドが『ハむディ・ハむ』ず圌女の信じられないようなセレブずの出䌚いに぀いお語る。

「ポヌル・マッカヌトニヌが私にサむンを求めおきたの」スヌ・ポラヌドが『ハむディ・ハむ』ず圌女の信じられないようなセレブずの出䌚いに぀いお語る。

これはCSSコヌドブロックで、りェブサむトで䜿甚する「Guardian Headline Full」フォントファミリヌを定矩しおいたす。フォントの異なるりェむトラむト、レギュラヌ、ミディアム、セミボヌルドずスタむルノヌマルたたはむタリックをそれぞれ指定する耇数の@font-faceルヌルが含たれおいたす。各バリ゚ヌションに぀いお、コヌドはさたざたなブラりザ間での互換性を確保するために、異なる圢匏WOFF2、WOFF、TTFのフォントファむルを提䟛しおいたす。フォントファむルはGuardianのアセットサヌバヌでホストされおいたす。

left: -11px。

むンタラクティブ蚘事のメむンコンテンツ列には、埋め蟌み芁玠の呚囲にマヌゞンやパディングがなく、䞊䞋に12pxのパディングがありたす。段萜の埌に埋め蟌み芁玠が続く堎合、パディングは削陀され、䞡偎に12pxのマヌゞンが眮き換えられたす。むンラむン芁玠は最倧幅620pxに制限されおいたす。61.25emより広い画面では、むンラむンずしおマヌクされたフィギュアも620pxに制限されたす。

ルヌプ動画を含むメディアセクションでは、キャプションはz-index 6で䞊に重ねられ、ルヌプボタンは右䞋に配眮され、䞋マヌゞン40px、右マヌゞン3pxです。ミュヌトボタンずアンミュヌトボタンは右揃えで、巊パディングが远加されおいたす。キャプションボタンは高いz-indexを持ち、倧きな画面では䞋端から20pxの䜍眮にありたす。46.25emより広い画面のシネマグラフ動画では、高さ制限が解陀されたす。

ボディセクションでは、セルフホスト動画はブロックずしお衚瀺され、最倧幅620px、マヌゞン12pxです。ルヌプ動画ずそのビデオ芁玠は党幅に広がり、アスペクト比を維持し、䞭倮に配眮されたす。ルヌプ動画がむマヌシブモヌドに蚭定されおいる堎合、マヌゞンなしで党幅に拡匵されたす。71.25emより広い画面では、むマヌシブ動画は1140px幅に拡匵され、180px巊にシフトし、キャプションは20pxむンデントされたす。81.25emより広い画面では、1300pxに拡匵され、260px巊にシフトしたす。

デザむンは色にCSS倉数を䜿甚しおいたす。日付線は濃いグレヌ、ヘッダヌボヌダヌは薄いグレヌ、キャプションは䞭皋床のグレヌで半透明の暗い背景、フィヌチャヌカラヌは深い赀です。メむンのピラヌカラヌはデフォルトでフィヌチャヌカラヌになりたす。小芋出し、プルクォヌト、ブロッククォヌトはセカンダリピラヌカラヌを䜿甚し、ダヌクモヌドでは異なる色合いに適応したす。

むンタラクティブコンテンツ列には、埋め蟌み芁玠の呚囲にパディングがありたせん。埋め蟌み芁玠が別の芁玠たたは氎平ルヌルの盎埌に衚瀺される堎合、埌続の段萜には远加のトップマヌゞンがありたせん。これは、メむンの蚘事本文やむンタラクティブセクションを含むさたざたなコンテナタむプに適甚されたす。

.furniture-wrapper {
display: grid;
grid-column-gap: 20px;
grid-row-gap: 0px;
grid-template-columns: [title-start headline-start meta-start standfirst-start] repeat(5, 1fr) [title-end headline-end meta-end standfirst-end portrait-start] repeat(5, 1fr) [portrait-end];
grid-template-rows: [title-start portrait-start] 0.25fr [title-end headline-start] 1fr [headline-end standfirst-start] 0.75fr [standfirst-end meta-start] auto [meta-end portrait-end];
}

.furniture-wrapper #headline > div:first-child,
.furniture-wrapper [data-gu-name="headline"] > div:first-child,
.furniture-wrapper .headline > div:first-child {
border-top: 1px solid var(--headerBorder);
}

.furniture-wrapper #meta,
.furniture-wrapper [data-gu-name="meta"] {
position: relative;
padding-top: 2px;
margin-right: 0;
}

.furniture-wrapper .standfirst .content__standfirst,
.furniture-wrapper #standfirst .content__standfirst,
.furniture-wrapper [data-gu-name="standfirst"] .content__standfirst {
margin-bottom: 4px;
}

.furniture-wrapper .standfirst ul li,
.furniture-wrapper #standfirst ul li,
.furniture-wrapper [data-gu-name="standfirst"] ul li {
font-size: 20px;
}

.furniture-wrapper .standfirst li a,
.furniture-wrapper .standfirst a,
.furniture-wrapper #standfirst li a,
.furniture-wrapper #standfirst a,
.furniture-wrapper [data-gu-name="standfirst"] li a,
.furniture-wrapper [data-gu-name="standfirst"] a {
border-bottom: none;
background-image: none !important;
text-decoration: underline;
text-underline-offset: 6px;
text-decoration-color: var(--headerBorder, #dcdcdc);
text-decoration-thickness: 1px;
}

.furniture-wrapper .standfirst li a:hover,
.furniture-wrapper .standfirst a:hover,
.furniture-wrapper #standfirst li a:hover,
.furniture-wrapper #standfirst a:hover,
.furniture-wrapper [data-gu-name="standfirst"] li a:hover,
.furniture-wrapper [data-gu-name="standfirst"] a:hover {
text-decoration-color: var(--new-pillar-colour);
}

.furniture-wrapper .standfirst p:first-of-type,
.furniture-wrapper #standfirst p:first-of-type,
.furniture-wrapper [data-gu-name="standfirst"] p:first-of-type {
border-top: 1px solid var(--headerBorder);
padding-bottom: 0;
}

@media (min-width: 61.25em) and (min-width: 71.25em) {
.furniture-wrapper .standfirst p:first-of-type,
.furniture-wrapper #standfirst p:first-of-type,
.furniture-wrapper [data-gu-name="standfirst"] p:first-of-type {
border-top: unset;
}
}

@media (min-width: 61.25em) {
.furniture-wrapper figure {
margin: 0 0 0 -10px;
}
.furniture-wrapper figure[data-spacefinder-role="inline"].element {
max-width: 630px;
}
}

@media (min-width: 71.25em) {
.furniture-wrapper {
grid-template-columns: [title-start headline-start meta-start] repeat(2, 1fr) [meta-end standfirst-start] repeat(5, 1fr) [title-end headline-end standfirst-end portrait-start] repeat(7, 1fr) [portrait-end];
grid-template-rows: [title-start portrait-start] 80px [title-end headline-start] auto [headline-end standfirst-start meta-start] auto [standfirst-end meta-end portrait-end];
}
.furniture-wrapper #meta:before,
.furniture-wrapper [data-gu-name="meta"]:before {
content: "";
width: 540px;
position: absolute;
top: 0;
background-color: var(--headerBorder);
height: 1px;
}
.furniture-wrapper .standfirst p,
.furniture-wrapper #standfirst p,
.furniture-wrapper [data-gu-name="standfirst"] p {
border-top: unset;
}
.furniture-wrapper .standfirst:before,
.furniture-wrapper #standfirst:before,
.furniture-wrapper [data-gu-name="standfirst"]:before {
content: "";
width: 1px;
background-color: var(--headerBorder);
height: 100%;
position: absolute;
top: 0;
left: 0.5px;
}
}

@media (min-width: 81.25em) {
.furniture-wrapper {
grid-template-columns: [title-start headline-start meta-start] repeat(3, 1fr) [meta-end standfirst-start] repeat(5, 1fr) [title-end headline-end standfirst-end portrait-start] repeat(8, 1fr) [portrait-end];
grid-template-rows: [title-start portrait-start] 0.25fr [title-end headline-start] 1fr [headline-end standfirst-start meta-start] 0.75fr [standfirst-end meta-end portrait-end];
}
.furniture-wrapper #meta:before,
.furniture-wrapper [data-gu-name="meta"]:before {
width: 620px;
}
.furniture-wrapper .standfirst:before,
.furniture-wrapper #standfirst:before,
.furniture-wrapper [data-gu-name="standfirst"]:before {
left: -0.5px;
}
}

.furniture-wrapper .article-header .content__labels > div,
.furniture-wrapper [data-gu-name="title"].content__labels > div {
padding-top: 2px;
}

.furniture-wrapper #headline h1,
.furniture-wrapper [data-gu-name="headline"] h1,
.furniture-wrapper .headline h1 {
font-weight: 600;
max-width: 620px;
font-size: 32px;
}

@media (min-width: 71.25em) {
.furniture-wrapper #headline h1,
.furniture-wrapper [data-gu-name="headline"] h1,
.furniture-wrapper .headline h1 {
max-width: 540px;
font-size: 50px;
}
}

@media (min-width: 46.25em) {
.furniture-wrapper .keyline-4,
.furniture-wrapper [data-gu-name="lines"] {
margin-right: 0;
}
}

@media (min-width: 61.25em) {
.furniture-wrapper .keyline-4,
.furniture-wrapper [data-gu-name="lines"] {
display: none;
}
}

.furniture-wrapper .keyline-4 svg,
.furniture-wrapper [data-gu-name="lines"] svg {
stroke: var(--headerBorder);
}

@media (min-width: 46.25em) {
.furniture-wrapper #meta,
.furniture-wrapper [data-gu-name="meta"] {
margin-right: 0;
}
}

.furniture-wrapper #meta .meta__social,
.furniture-wrapper #meta .meta__social ul li a span,
.furniture-wrapper #meta .meta__comment,
.furniture-wrapper [data-gu-name="meta"] .meta__social,
.furniture-wrapper [data-gu-name="meta"] .meta__social ul li a span,
.furniture-wrapper [data-gu-name="meta"] .meta__comment {
border-color: var(--headerBorder);
}

.furniture-wrapper #meta .content__meta-container_dcr > div > gu-island,
.furniture-wrapper [data-gu-name="meta"] .content__meta-container_dcr > div > gu-island {
display: none;
}

.furniture-wrapper .standfirst,
.furniture-wrapper #standfirst,
.furniture-wrapper [data-gu-name="standfirst"] {
margin-left: -10px;
padding-left: 10px;
position: relative;
}

@media (min-width: 46.25em) {
.furniture-wrapper .standfirst,
.furniture-wrapper #standfirst,
.furniture-wrapper [data-gu-name="standfirst"] {
padding-top: 2px;
}
}

.furniture-wrapper .standfirst p,
.furniture-wrapper #standfirst p,
.furniture-wrapper [data-gu-name="standfirst"] p {
font-weight: 400;
font-size: 20px;
padding-bottom: 14px;
}

.furniture-wrapper #main-media,
.furniture-wrapper [data-gu-name="media"] {
position: relative;
margin-top: 0;
margin-bottom: 2px;
grid-area: portrait;
}

.furniture-wrapper #main-media div div,
.furniture-wrapper [data-gu-name="media"] div div {
width: 100%;
margin-inline: 0;
}

@media (min-width: 61.25em) {
.furniture-wrapper #main-media,
.furniture-wrapper [data-gu-name="media"] {
margin-bottom: 0;
}
}

@media (max-width: 46.24em) {
.furniture-wrapper #main-media,
.furniture-wrapper [data-gu-name="media"] {
width: calc(100vw - var(--scrollbar-width, 0px));
margin-left: -10px;
}
}

@media (max-width: 46.24em) and (min-width: 30em) {
.furniture-wrapper #main-media,
.furniture-wrapper [data-gu-name="media"] {
margin-left: -20px;
}
}

.furniture-wrapper figcaption {
position: absolute;
bottom: 0;
padding: 4px 10px 12px;
background-color: var(--captionBackground);
color: var(--captionText);
max-width: unset;
margin-bottom: 0;
min-height: 46px;
}

.furniture-wrapper figcaption span {
color: var(--headerBorder);
}

.furniture-wrapper figcaption span svg {
fill: var(--headerBorder);
}

.furniture-wrapper figcaption span:nth-of-type(1) {
display: none;
}

.furniture-wrapper figcaption span:nth-of-type(2) {
display: inline;
max-width: 90%;
}

@media (min-width: 30em) {
.furniture-wrapper figcaption {
padding: 4px 20px 12px;
}
}

.furniture-wrapper figcaption.hidden {
opacity: 0;
}

.furniture-wrapper #caption-button {
display: block;
position: absolute;
bottom: 10px;
right: 8px;
z-index: 30;
background-color: var(--captionBackground);
border: none;
border-radius: 50%;
padding: 6px 5px 5px;
}

.furniture-wrapper #caption-button svg {
transform: scale(0.85);
}

@media (min-width: 30em) {
.furniture-wrapper #caption-button {
right: 10px;
}
}

@media (min-width: 71.25em) {
.content__main-column--interactive:before {
top: -12px !important;
height: calc(100% + 24px) !important;
}
}

.content__main-column--interactive h2 {
max-width: 620px;
}

:root {
--new-pillar-colour: var(--darkmode-pillar, var(--darkModeFeature)) !important;
--headerBorderColor: #606060;
--darkModeFeature: #ff5943;
}

nav + section {
display: none;
}

nav + aside {
display: none;
}

aside + section {
display: none;
}

.furniture-wrapper {
background-color: var(--darkBackground);
margin: 0 -10px;
padding: 0 10px 4px;
}

@media (min-width: 30em) {
.furniture-wrapper {
margin: 0 -20px;
padding: 0 20px 8px;
}
}

@media (min-width: 61.25em) {
.furniture-wrapper {
padding: 0 20px;
}
}

@media (min-width: 81.25em) {
.furniture-wrapper:before {
content: "";
width: calc((100vw - 1298px) / 2);
height: 100%;
}
}eight:100%;position:absolute;left:calc((100vw - 1298px)/-2);background-color:var(--darkBackground);border-right:1px solid var(--headerBorderColor)}.furniture-wrapper:after{content:"";width:calc((100vw - 1298px)/2);height:100%;position:absolute;right:calc((100vw - 1298px)/-2);background-color:var(--darkBackground)}.furniture-wrapper .article-header,.furniture-wrapper [data-gu-name=title] a,.furniture-wrapper [data-gu-name=title] span{color:var(--new-pillar-colour, --darkModeFeature)}@media (min-width: 61.25em){.furniture-wrapper #headline>div:first-child,.furniture-wrapper [data-gu-name=headline]>div:first-child,.furniture-wrapper .headline>div:first-child{border-top:1px solid var(--headerBorderColor)}}.furniture-wrapper #headline h1,.furniture-wrapper [data-gu-name=headline] h1,.furniture-wrapper .headline h1{font-weight:700;color:#dcdcdc}.furniture-wrapper #headline figure,.furniture-wrapper [data-gu-name=headline] figure,.furniture-wrapper .headline figure{margin-top:0;margin-bottom:2px}@media (min-width: 71.25em){.furniture-wrapper #meta:before,.furniture-wrapper [data-gu-name=meta]:before{background-color:var(--headerBorderColor)}}.furniture-wrapper #meta details,.furniture-wrapper #meta summary,.furniture-wrapper #meta summary span,.furniture-wrapper [data-gu-name=meta] details,.furniture-wrapper [data-gu-name=meta] summary,.furniture-wrapper [data-gu-name=meta] summary span{color:#dcdcdc}.furniture-wrapper #meta .meta__social a,.furniture-wrapper #meta .meta__social button,.furniture-wrapper [data-gu-name=meta] .meta__social a,.furniture-wrapper [data-gu-name=meta] .meta__social button{border-color:var(--headerBorderColor);color:var(--new-pillar-colour, --darkModeFeature)}.furniture-wrapper #meta .meta__social a svg,.furniture-wrapper #meta .meta__social button svg,.furniture-wrapper [data-gu-name=meta] .meta__social a svg,.furniture-wrapper [data-gu-name=meta] .meta__social button svg{fill:var(--new-pillar-colour, --darkModeFeature)}.furniture-wrapper #meta .meta__social a:hover,.furniture-wrapper #meta .meta__social button:hover,.furniture-wrapper [data-gu-name=meta] .meta__social a:hover,.furniture-wrapper [data-gu-name=meta] .meta__social button:hover{color:var(--darkBackground);background-color:var(--new-pillar-colour, --darkModeFeature)}.furniture-wrapper #meta .meta__social a:hover svg,.furniture-wrapper #meta .meta__social button:hover svg,.furniture-wrapper [data-gu-name=meta] .meta__social a:hover svg,.furniture-wrapper [data-gu-name=meta] .meta__social button:hover svg{fill:var(--darkBackground)}.furniture-wrapper #meta div,.furniture-wrapper [data-gu-name=meta] div{color:#dcdcdc}.furniture-wrapper #meta a,.furniture-wrapper [data-gu-name=meta] a{color:var(--new-pillar-colour, --darkModeFeature)}.furniture-wrapper #meta a:hover,.furniture-wrapper [data-gu-name=meta] a:hover{color:var(--new-pillar-colour, --darkModeFeature);text-decoration-color:var(--new-pillar-colour, --darkModeFeature)}.furniture-wrapper .standfirst a,.furniture-wrapper .standfirst li a,.furniture-wrapper #standfirst a,.furniture-wrapper #standfirst li a,.furniture-wrapper [data-gu-name=standfirst] a,.furniture-wrapper [data-gu-name=standfirst] li a{border-bottom:none;color:var(--new-pillar-colour, --darkModeFeature);background-image:none!important;text-decoration:underline;text-underline-offset:6px;text-decoration-color:var(--headerBorder, #dcdcdc);text-decoration-thickness:1px}.furniture-wrapper .standfirst a:hover,.furniture-wrapper .standfirst li a:hover,.furniture-wrapper #standfirst a:hover,.furniture-wrapper #standfirst li a:hover,.furniture-wrapper [data-gu-name=standfirst] a:hover,.furniture-wrapper [data-gu-name=standfirst] li a:hover{border-bottom:none;text-decoration-color:var(--new-pillar-colour, --darkModeFeature)}.furniture-wrapper .standfirst p,.furniture-wrapper #standfirst p,.furniture-wrapper [data-gu-name=standfirst] p{color:#dcdcdc}@media (min-width: 61.25em){.furniture-wrapper .standfirst p:first-of-type,.furniture-wrapper #standfirst p:first-of-type,.furniture-wrapper [data-gu-name=standfirst] p:first-of-type{bo

.ment-article-container .furniture-wrapper .standfirst__inner p {
font-family: Guardian Headline, Guardian Egyptian Web, Guardian Headline Full, Georgia, serif;
}

body.ios #feature-article-container .furniture-wrapper .standfirst__inner li a,
body.ios #feature-article-container .furniture-wrapper .standfirst__inner a,
body.ios #standard-article-container .furniture-wrapper .standfirst__inner li a,
body.ios #standard-article-container .furniture-wrapper .standfirst__inner a,
body.ios #comment-article-container .furniture-wrapper .standfirst__inner li a,
body.ios #comment-article-container .furniture-wrapper .standfirst__inner a,
body.android #feature-article-container .furniture-wrapper .standfirst__inner li a,
body.android #feature-article-container .furniture-wrapper .standfirst__inner a,
body.android #standard-article-container .furniture-wrapper .standfirst__inner li a,
body.android #standard-article-container .furniture-wrapper .standfirst__inner a,
body.android #comment-article-container .furniture-wrapper .standfirst__inner li a,
body.android #comment-article-container .furniture-wrapper .standfirst__inner a {
color: var(--new-pillar-colour) !important;
background-image: none !important;
text-decoration: underline;
text-underline-offset: 6px;
text-decoration-color: var(--headerBorder, #dcdcdc);
border-bottom: none;
}

body.ios #feature-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.ios #feature-article-container .furniture-wrapper .standfirst__inner a:hover,
body.ios #standard-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.ios #standard-article-container .furniture-wrapper .standfirst__inner a:hover,
body.ios #comment-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.ios #comment-article-container .furniture-wrapper .standfirst__inner a:hover,
body.android #feature-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.android #feature-article-container .furniture-wrapper .standfirst__inner a:hover,
body.android #standard-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.android #standard-article-container .furniture-wrapper .standfirst__inner a:hover,
body.android #comment-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.android #comment-article-container .furniture-wrapper .standfirst__inner a:hover {
text-decoration-color: var(--new-pillar-colour);
}

body.ios #feature-article-container .furniture-wrapper .meta,
body.ios #standard-article-container .furniture-wrapper .meta,
body.ios #comment-article-container .furniture-wrapper .meta,
body.android #feature-article-container .furniture-wrapper .meta,
body.android #standard-article-container .furniture-wrapper .meta,
body.android #comment-article-container .furniture-wrapper .meta {
margin: 0;
}

body.ios #feature-article-container .furniture-wrapper .meta .byline,
body.ios #feature-article-container .furniture-wrapper .meta .byline__author,
body.ios #feature-article-container .furniture-wrapper .meta span.byline__author a,
body.ios #feature-article-container .furniture-wrapper .meta .meta__byline span,
body.ios #standard-article-container .furniture-wrapper .meta .byline,
body.ios #standard-article-container .furniture-wrapper .meta .byline__author,
body.ios #standard-article-container .furniture-wrapper .meta span.byline__author a,
body.ios #standard-article-container .furniture-wrapper .meta .meta__byline span,
body.ios #comment-article-container .furniture-wrapper .meta .byline,
body.ios #comment-article-container .furniture-wrapper .meta .byline__author,
body.ios #comment-article-container .furniture-wrapper .meta span.byline__author a,
body.ios #comment-article-container .furniture-wrapper .meta .meta__byline span,
body.android #feature-article-container .furniture-wrapper .meta .byline,
body.android #feature-article-container .furniture-wrapper .meta .byline__author,
body.android #feature-article-container .furniture-wrapper .meta span.byline__author a,
body.android #feature-article-container .furniture-wrapper .meta .meta__byline span,
body.android #standard-article-container .furniture-wrapper .meta .byline,
body.android #standard-article-container .furniture-wrapper .meta .byline__author,
body.android #standard-article-container .furniture-wrapper .meta span.byline__author a,
body.android #standard-article-container .furniture-wrapper .meta .meta__byline span,
body.android #comment-article-container .furniture-wrapper .meta .byline,
body.android #comment-article-container .furniture-wrapper .meta .byline__author,
body.android #comment-article-container .furniture-wrapper .meta span.byline__author a,
body.android #comment-article-container .furniture-wrapper .meta .meta__byline span {
/ ここには特定のスタむルは定矩されおいたせん。䞀貫性のために保持されおいたす。 /
}

私が蚀いたいのは、人生ではただ自分らしくいるこずです。

時々、人々は圌女をずおも激しく、長い間じっず芋぀めるため、街灯にぶ぀かっおしたうこずがありたした。人々はコメントしたしたが、それは圌女を悩たせるこずはありたせんでした。「あなたはこう思うでしょう。『なぜあなたはそんなに哀れなほど匱い心を持っおいるのただ䜕か違うものを芋ただけでしょう。』そしお、あなたはこう思うのです。『ああ、圌らのせいではないわ。忘れたしょう。』」圌女の校長は、孊校のコヌトを「オペラのケヌプのように」着おいるこずで圌女を叱りたしたが、同時に、ポラヌドが蚀うように、圌女の「挔劇的な傟向」を認識し、地元のアマチュア挔劇グルヌプを運営する友人に玹介したした。

ポラヌドは順調に進み、アマチュア挔劇の圹を匕き受け、地元の劎働者クラブで公挔したした。1974幎にはテレビのタレント発掘番組「オポチュニティ・ノックス」に出挔したしたが、「歌う」ゞャック・ラッセルに次いで2䜍になりたした圌女は、飌い䞻がその犬の尻に指を入れお、合図で遠吠えさせおいたず䞻匵しおいたす。「それ以来、ゞャック・ラッセルは奜きではありたせん」ず圌女は笑いながら蚀いたす。「圌らを避けお道を枡りたす。」

圌女の最初の倧きなプロの仕事は、若きキャメロン・マッキントッシュがプロデュヌスしたツアヌ公挔の「ゎスペル」でした。マッキントッシュは埌に挔劇界の巚人になりたす。劎働者階玚の俳優ずしお堎違いに感じたこずはありたしたか「いいえ、面癜いこずに、私ず非垞に䌌おいる人たちに䜕人か䌚いたしたから。」今では、「私立教育を受けた人々が、公立孊校出身者よりも倚いかもしれたせん。しかし、仲間ず䞀緒にいるずきも、『レヌダヌ』に行ったこずがある人たちず䞀緒にいるずきも、堎違いに感じたこずはありたせんでした。」圌女は自分自身に倧笑いしたす。人々は圌女が非垞に教育を受けおいないため、名門の王立挔劇アカデミヌの頭字語である「ラダ」の発音を知らないだろうず決め぀けおいたした。「それは私を笑わせたものです。私はそれをわざずやりたした。ただ楜しみのために。私にずっお、出身地は決しお重芁ではありたせん。良いチヌムプレヌダヌであり、芏埋ず情熱を持っおいる限り。そしお信頌性。私は垞に匷い劎働倫理を信じおいたした。」

むンポスタヌ症候矀は圌女を悩たせたこずはありたせんでした。圌女は䞡芪ず教垫に支えられたこずが幞運だったず蚀いたす。「自分は十分ではないず感じるこずはありたせんでした。私は決しお自分を過倧評䟡しないようにしたしたが、こう思っおいたした。『スヌ、あなたには他の誰にも負けないだけの才胜がある。』」

倚くのプロデュヌサヌは、あなたが匕退する時だず思っおいたす。いいえ私は若すぎたす。

ポラヌドは5幎間挔劇の仕事をしおいお、30歳に近づいたずきに「ハむ・デ・ハむ」の圹を埗たした。その盎前に、別のシットコム「トゥヌ・アップ・トゥヌ・ダりン」に出挔しおいたした。「私はただ有頂倩でした。私は圓時、䞖界で最も幞運な人間でした。私たち党員がそうでした。」それがこれほど倧きくなるず分かっおいたしたか「いいえ、でもパむロット版を撮ったずき、スタッフ党員が倧笑いしおいたので、正しい方向に進んでいるずいうヒントはありたした。」ナヌモアは、圌女によるず、あたり叀びおいないそうです。「それは、倧人がばかげた状況で滑皜に芋えるずいうものです。ほずんどがドタバタ劇です。それが私がこの䜜品を愛した理由です。なぜなら、私は身䜓的なナヌモアが奜きだからです。」ハンガリヌでは今でも人気がありたす。

圌女は今でもこの番組に぀いお話すのが倧奜きで、特にファンから尋ねられるこずに぀いお腹を立おるこずは決しおないず蚀いたす。「人々はそれを愛しおきたした。あなたが誰かの人生の䞀郚であったこずを尊重しなければなりたせん。芳客を軜んじるこずはひどいこずだず思いたす。」キャスト、あるいは少なくずもただ生きおいる人々は、今でも集たり続けおいたす。「私たちは自分たちを『アンデッド』ず呌んでいたす。ただここにいる人々のこずです。私たちは蚀いたす。『あんなに倚くの人々に喜びをもたらすこずができお、私たちはなんお幞運だったんだろう。』」

ボむドが圌女に玅茶を持っおきお、ポラヌドはハンドバッグをかき回したす。バッグには圌女の出挔䜜品の名前がすべお食られおいたす。ティヌバッグを取り出すための䜕かを探しおいたす。圌女はトマトを持っおいたすかテレビのパネル番組「りッド・アむ・ラむ・トゥ・ナヌ」で、ポラヌドはレストランのサラダを掻気づけるためのトマトず、人生を掻気づけるためのパヌティヌブロワヌを垞に持ち歩いおいるこずを明かしたした。今日はトマトはありたせん。「今は入れおいたせん。人々が盗み始めたからです。」パヌティヌブロワヌは圌女は再びバッグをかき回し、䞀぀取り出しお、鳎らしたす。「時々、突然電車の䞭で 」圌女はそれを倧声で吹き、笑いたす。「哀れですね。本圓に私は70代です。ただ笑わせおくれるんです。」

1984幎、ポラヌドはピヌタヌ・キヌオず結婚したした。圌は「ハむ・デ・ハむ」ミュヌゞカルの舞台係ずしお働いおいたずきに知り合いたした。圌に男性の恋人がいたこずを知っおいたしたが、タブロむド玙がそれを知るず、䜕幎にもわたる同性愛嫌悪の報道が始たりたした。「蚘者に远われるのはあたり気持ちの良いものではありたせん。特に仕事をしなければならないずきはね」ず圌女は蚀いたす。圌が男性ずの情事を続けおいたずいう話が絶えずありたした。

たた、HIVず゚むズの危機の時期でもあり、タブロむド玙はさらに過激になりたした。ゲむコミュニティの長幎の支揎者であるポラヌドは、友人が病気になり始めるのを恐怖ずずもに芋守りたした。圌女は、ロンドンの象城的なLGBTQ+䌚堎であるロむダル・ノォク゜ヌル・タバヌンで初期の資金集めをしたこずを芚えおいたす。「圓時、私はそれに぀いお十分に知りたせんでした。誰も知らなかったず思いたす。人々は玠晎らしく、お金を寄付しおくれたした。しかし、その埌、もちろん、知っおいる人々が死に始めたした。最初の䞀人は『ゎスペル』の友人でした。それは本圓に悲劇的なこずでした。圌は玠晎らしかった。それから、ずおも芪しい友人。本圓に壊滅的でした。」圌女は友人の友人に぀いおも耳にしたした。「本圓の慰めはありたせんでした。」

ビュヌ画像をフルスクリヌンで衚瀺
「私は電話が鳎るのを埅っおいる぀もりはありたせん」... 2010幎の「ベニドヌム」クリスマススペシャルに出挔するポラヌド。写真Tiger Aspect/ITV

ポラヌドは今でも元倫ず倧の芪友です。二人は1992幎に離婚したしたが、圌の倫ずも芪友です。「人生のこずを埌悔するこずはできたせん。物事が最初に望んでいたようにはならなかったず悲しく思うこずはあるかもしれたせんが、恚みも埌悔もありたせん。」圌女には別の長期的な関係もありたした。「しかし、それ以来、私はその気になれたせん。私は男性よりもショヌビズに情熱を持っおいたす。」

これが、圌女が子䟛を持ちたいず思わなかった理由です。「なぜ私が母芪になりたいず思うのでしょうか『やめなさい、キャロル。倕食を食べなさい』ず蚀いながら、どうやっおセリフを芚えられるでしょうかどうやっお人々がそれをやっおいるのか、私にはわかりたせん、ダヌリン。」今でも子䟛を持たないこずを遞ぶ女性にずっおは倧倉なこずですが、80幎代に圌女はそのこずで批刀されたしたか「いいえ、人々は実際に するこずを知っおいたからだず思いたす。そしお、あなたは最高のこずを知っおいたすかヒルダず私の父は、『い぀私たちは祖父母になるの』ず䞀床も蚀いたせんでした。」効のゞヌンも子䟛を持ちたせんでした。「それは決しお悪い子育おのせいではありたせんでした。圌らは玠晎らしかった。私たちはただその道を遞ぶ